Skip to content

Instantly share code, notes, and snippets.

@tsega
Created May 2, 2012 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsega/2574760 to your computer and use it in GitHub Desktop.
Save tsega/2574760 to your computer and use it in GitHub Desktop.
Chrome Log of MUC Invitation
OUT: <body
rid='3958451097'
xmlns='http://jabber.org/protocol/httpbind'
sid='7a99d0d9-7a7a-4683-9a72-015df3f4a722'>
<presence
xmlns='jabber:client'>
<priority>-1</priority>
</presence>
<presence
to='my-room@conference.localhost/tsegat'
xmlns='jabber:client'>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
</body>
IN: <body
xmlns='http://jabber.org/protocol/httpbind'
xmlns:stream='http://etherx.jabber.org/streams'
sid='7a99d0d9-7a7a-4683-9a72-015df3f4a722'>
<presence
xmlns='jabber:client'
from='tsegat@localhost/51897a49-73a8-49dc-9d94-05911e1a358d'>
<priority>-1</priority>
</presence>
</body>
OUT: <body
rid='3958451098'
xmlns='http://jabber.org/protocol/httpbind'
sid='7a99d0d9-7a7a-4683-9a72-015df3f4a722'/>
IN: <body
xmlns='http://jabber.org/protocol/httpbind'
xmlns:stream='http://etherx.jabber.org/streams'
sid='7a99d0d9-7a7a-4683-9a72-015df3f4a722'>
<presence
xmlns='jabber:client'
to='tsegat@localhost/51897a49-73a8-49dc-9d94-05911e1a358d' from='tsegat@localhost/910db6d7-5382-426f-981d-cc2ce53bdf80'/>
<presence
xmlns='jabber:client'
type='unavailable'
to='tsegat@localhost'
from='admin@localhost'/>
<presence
xmlns='jabber:client'
type='unavailable'
to='tsegat@localhost'
from='wonde@localhost'/>
<presence
xmlns='jabber:client'
to='tsegat@localhost/51897a49-73a8-49dc-9d94-05911e1a358d'
from='my-room@conference.localhost/tsegat'>
<x xmlns='http://jabber.org/protocol/muc#user'>
<item
jid='tsegat@localhost/51897a49-73a8-49dc-9d94-05911e1a358d' affiliation='owner'
role='moderator'/>
<status code='110'/>
</x>
</presence>
</body>
OUT: <body
rid='3958451099'
xmlns='http://jabber.org/protocol/httpbind'
sid='7a99d0d9-7a7a-4683-9a72-015df3f4a722'/>
OUT: <body
rid='3958451100'
xmlns='http://jabber.org/protocol/httpbind'
sid='7a99d0d9-7a7a-4683-9a72-015df3f4a722'>
<message
from='tsegat@localhost'
to='admin@localhost'
xmlns='jabber:client'>
<x xmlns='jabber:x:conference'
jid='my-room@conference.localhost'
reason='tsegat has requested to chat with you.'/>
</message>
</body>
IN: <body
xmlns='http://jabber.org/protocol/httpbind'
xmlns:stream='http://etherx.jabber.org/streams'
sid='7a99d0d9-7a7a-4683-9a72-015df3f4a722'/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment