Created
May 2, 2012 07:19
-
-
Save tsega/2574760 to your computer and use it in GitHub Desktop.
Chrome Log of MUC Invitation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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='[email protected]/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='[email protected]/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='[email protected]' | |
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