buddycloud / buddycloud-server-java

The buddycloud server written in Java.
http://buddycloud.com
Apache License 2.0
67 stars 40 forks source link

"xmpp.buddycloud.push.item" stanza duplicated #307

Closed robotnic closed 9 years ago

robotnic commented 9 years ago

For ONE published message I get TWO "xmpp.buddycloud.push.item" stanzas.

Request

3:::{"type":0,"data":["xmpp.buddycloud.publish",{"node":"/user/bill@laos.buddycloud.com/posts","content":{"atom":{"content":"ggg"},"in-reply-to":{"ref":"54686fda-2d84-4e02-ade3-500a6d8317d6"}}}],"id":18}

Response

3:::{"type":0,"data":["xmpp.buddycloud.push.item",{"node":"/user/bill@laos.buddycloud.com/posts","id":"tag:null@cs.buddycloud.com,/user/bill@laos.buddycloud.com/posts,7dbd1d2f-7a47-4a36-9e32-31375be9f72b","entry":{"atom":{"title":"Post","id":"tag:null@cs.buddycloud.com,/user/bill@laos.buddycloud.com/posts,7dbd1d2f-7a47-4a36-9e32-31375be9f72b","updated":"2015-04-18T10:12:57.490Z","published":"2015-04-18T10:12:57.490Z","content":{"content":"ggg","type":"text"},"author":{"name":"bill@laos.buddycloud.com","uri":"acct:bill@laos.buddycloud.com"}},"activity":{"verb":"post","object":{"object-type":"comment"},"author":{"object-type":"person"}},"in-reply-to":{"ref":"54686fda-2d84-4e02-ade3-500a6d8317d6"}}}]}

3:::{"id":18,"type":1,"data":[null,{"id":"tag:null@cs.buddycloud.com,/user/bill@laos.buddycloud.com/posts,7dbd1d2f-7a47-4a36-9e32-31375be9f72b"}]}

3:::{"type":0,"data":["xmpp.buddycloud.push.item",{"node":"/user/bill@laos.buddycloud.com/posts","id":"tag:null@cs.buddycloud.com,/user/bill@laos.buddycloud.com/posts,7dbd1d2f-7a47-4a36-9e32-31375be9f72b","entry":{"atom":{"title":"Post","id":"tag:null@cs.buddycloud.com,/user/bill@laos.buddycloud.com/posts,7dbd1d2f-7a47-4a36-9e32-31375be9f72b","updated":"2015-04-18T10:12:57.490Z","published":"2015-04-18T10:12:57.490Z","content":{"content":"ggg","type":"text"},"author":{"name":"bill@laos.buddycloud.com","uri":"acct:bill@laos.buddycloud.com"}},"activity":{"verb":"post","object":{"object-type":"comment"},"author":{"object-type":"person"}},"in-reply-to":{"ref":"54686fda-2d84-4e02-ade3-500a6d8317d6"}}}]}

robotnic commented 9 years ago

Problem is not showing up anymore