Created
May 24, 2015 22:05
-
-
Save fpopic/38b21fcc64c72f3180de to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 05-24 22:02:35.257 29727-29752/com.xmpp D/SMACK﹕ SENT (0): <stream:stream xmlns='jabber:client' to='127.0.0.1' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'> | |
| 05-24 22:02:35.260 29727-29753/com.xmpp D/SMACK﹕ RECV (0): <?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="127.0.0.1" id="e0f41861" xml:lang="en" version="1.0"><stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>ANONYMOUS</mechanism></mechanisms><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/></stream:features> | |
| 05-24 22:02:47.956 29727-29752/com.xmpp D/SMACK﹕ SENT (0): <iq to='127.0.0.1' id='oz58J-3' type='get'><query xmlns='jabber:iq:register'></query></iq> | |
| 05-24 22:02:47.959 29727-29753/com.xmpp D/SMACK﹕ RECV (0): <iq type="result" id="oz58J-3" from="127.0.0.1"><query xmlns="jabber:iq:register"><username/><password/><email/><name/><x xmlns="jabber:x:data" type="form"><title>XMPP Client Registration</title><instructions>Please provide the following information</instructions><field var="FORM_TYPE" type="hidden"><value>jabber:iq:register</value></field><field var="username" type="text-single" label="Username"><required/></field><field var="name" type="text-single" label="Full name"/><field var="email" type="text-single" label="Email"/><field var="password" type="text-private" label="Password"><required/></field></x></query></iq> | |
| 05-24 22:02:47.974 29727-29752/com.xmpp D/SMACK﹕ SENT (0): <iq to='127.0.0.1' id='oz58J-5' type='set'><query xmlns='jabber:iq:register'><username>oo</username><email></email><name></name><password>oo</password></query></iq> | |
| 05-24 22:02:48.009 29727-29753/com.xmpp D/SMACK﹕ RECV (0): <iq type="result" id="oz58J-5" from="127.0.0.1" to="127.0.0.1/e0f41861"/> | |
| 05-24 22:02:48.011 29727-29746/com.xmpp D/SMACK﹕ Brodcast send for succ reg. | |
| 05-24 22:02:48.095 29727-29752/com.xmpp D/SMACK﹕ SENT (0): <presence id='oz58J-7' type='unavailable'><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='NfJ3flI83zSdUDzCEICtbypursw='/></presence> | |
| 05-24 22:02:48.097 29727-29752/com.xmpp D/SMACK﹕ SENT (0): </stream:stream> | |
| 05-24 22:02:48.144 29727-29753/com.xmpp D/SMACK﹕ RECV (0): <presence id="oz58J-7" type="error" to="127.0.0.1/e0f41861"><c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="http://www.igniterealtime.org/projects/smack" ver="NfJ3flI83zSdUDzCEICtbypursw="/><error code="401" type="auth"><not-authorized xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></presence> | |
| 05-24 22:02:48.236 29727-29746/com.xmpp D/SMACK﹕ disconnected |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment