eusoulevi / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

pubsub managed packets as chat message (also mood packets) #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pubsub messages (and other server messages) are received as normal messaged
opening the chat of the contact:

admin: 

[DEBUG] GWT CONNECTOR RECEIVED: <body
xmlns='http://jabber.org/protocol/httpbind'><message
to="test1@emitedemo.ourproject.org/emiteui-1209408903390"
from="admin@emitedemo.ourproject.org"
id="admin@emitedemo.ourproject.org__test1@emitedemo.ourproject.org__WqH7n"><even
t
xmlns="http://jabber.org/protocol/pubsub#event"><items
node="http://jabber.org/protocol/tune"><item id="nD1HQBIl00X2O9e"><tune
xmlns="http://jabber.org/protocol/tune"/></item></items></event><x
xmlns="jabber:x:delay" stamp="2008-04-28T16:37:35.643Z"/><addresses
xmlns="http://jabber.org/protocol/address"><address type="replyto"
jid="admin@emitedemo.ourproject.org/sanuk"/></addresses></message></body>

Original issue reported on code.google.com by vruiz.ju...@gmail.com on 28 Apr 2008 at 7:02

GoogleCodeExporter commented 9 years ago
Other similar packet:

<body xmlns='http://jabber.org/protocol/httpbind'><message
to="test1@emitedemo.ourproject.org/emiteui-1209408903390"
from="admin@emitedemo.ourproject.org"
id="admin@emitedemo.ourproject.org__test1@emitedemo.ourproject.org__RhnlC"><even
t
xmlns="http://jabber.org/protocol/pubsub#event"><items
node="http://jabber.org/protocol/tune"><item id="S7b1L9T9ORb1prj"
node="http://jabber.org/protocol/tune"><tune
xmlns="http://jabber.org/protocol/tune"/></item></items></event><addresses
xmlns="http://jabber.org/protocol/address"><address type="replyto"
jid="admin@emitedemo.ourproject.org/sanuk"/></addresses></message><iq type="get"
id="purple621792d6" to="test1@emitedemo.ourproject.org/emiteui-1209408903390"
from="admin@emitedemo.ourproject.org/sanuk"><query
xmlns="jabber:iq:version"/></iq><iq type="get" id="purple621792d7"
to="test1@emitedemo.ourproject.org/emiteui-1209408903390"
from="admin@emitedemo.ourproject.org/sanuk"><query 
xmlns="jabber:iq:last"/></iq></body>

Original comment by vruiz.ju...@gmail.com on 28 Apr 2008 at 7:03

GoogleCodeExporter commented 9 years ago
Another!

[INFO] [DEBUG] GWT CONNECTOR RECEIVED: <body
xmlns='http://jabber.org/protocol/httpbind'><presence to="test2@localhost"
type="subscribed" from="test1@localhost"/><presence from="test1@localhost/sanuk"
to="test2@localhost/emiteui-1209415737089"><priority>1</priority><c
xmlns="http://jabber.org/protocol/caps" node="http://pidgin.im/caps" 
ver="2.4.1devel"
ext="mood moodn nick nickn tune tunen avatarmeta avatardata buzz avatar 
adiumcmd"/><x
xmlns="vcard-temp:x:update"><photo>51cb26411b91542cce01980415d6a7ea88fe7022</pho
to></x></presence><message
to="test2@localhost/emiteui-1209415737089" from="test1@localhost"
id="test1@localhost__test2@localhost__G9p47"><event
xmlns="http://jabber.org/protocol/pubsub#event"><items
node="http://jabber.org/protocol/tune"><item id="uxITBc6IwUoyA1N"><tune
xmlns="http://jabber.org/protocol/tune"/></item></items></event><x
xmlns="jabber:x:delay" stamp="2008-04-28T17:56:21.230Z"/><addresses
xmlns="http://jabber.org/protocol/address"><address type="replyto"
jid="test1@localhost/sanuk"/></addresses></message></body>

Original comment by vruiz.ju...@gmail.com on 28 Apr 2008 at 8:54

GoogleCodeExporter commented 9 years ago
Also with mood packets ... (It's easy to put a info message in the chat)

[INFO] [DEBUG] GWT CONNECTOR RECEIVED: <body
xmlns='http://jabber.org/protocol/httpbind'><message
to="test2@localhost/emiteui-1209415737089" from="test1@localhost"
id="test1@localhost__test2@localhost__5BQdI"><event
xmlns="http://jabber.org/protocol/pubsub#event"><items
node="http://jabber.org/protocol/mood"><item id="hpDf2K7Em48Bw0k"
node="http://jabber.org/protocol/mood"><mood
xmlns="http://jabber.org/protocol/mood"><aroused/><text>testing</text></mood></i
tem></items></event><addresses
xmlns="http://jabber.org/protocol/address"><address type="replyto"
jid="test1@localhost/sanuk"/></addresses></message></body>

Original comment by vruiz.ju...@gmail.com on 28 Apr 2008 at 9:09

GoogleCodeExporter commented 9 years ago

Original comment by danigb on 29 Apr 2008 at 12:42

GoogleCodeExporter commented 9 years ago

Original comment by danigb on 23 May 2008 at 5:16