Created
February 6, 2013 10:43
-
-
Save inish777/4721835 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
Invalid debugflag given: always | |
Invalid debugflag given: nodebuilder | |
DEBUG: | |
DEBUG: Debug created for /usr/lib64/python2.7/site-packages/xmpp/client.py | |
DEBUG: flags defined: always,nodebuilder | |
DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance at 0x961998> into <xmpp.client.Client instance at 0x9617e8> | |
DEBUG: socket start Successfully connected to remote host ('jabber.ru.', 5222) | |
DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x967e18> into <xmpp.client.Client instance at 0x9617e8> | |
DEBUG: dispatcher info Registering namespace "unknown" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(unknown) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(unknown) | |
DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher info Registering namespace "jabber:client" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "iq" as <class 'xmpp.protocol.Iq'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "presence" as <class 'xmpp.protocol.Presence'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "message" as <class 'xmpp.protocol.Message'>(jabber:client) | |
DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x967e18>> for "error" type-> ns->(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher warn Registering protocol "error" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: socket sent <?xml version='1.0'?> | |
<stream:stream xmlns="jabber:client" to="jabber.ru" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" > | |
DEBUG: socket got <?xml version='1.0'?> | |
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='1735061670' from='jabber.ru' version='1.0' xml:lang='ru'> | |
<stream:features> | |
<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/> | |
<compression xmlns='http://jabber.org/features/compress'> | |
<method>zlib</method> | |
</compression> | |
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'> | |
<mechanism>PLAIN</mechanism> | |
<mechanism>DIGEST-MD5</mechanism> | |
<mechanism>SCRAM-SHA-1</mechanism> | |
</mechanisms> | |
<c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.process-one.net/en/ejabberd/' ver='rvAR01fKsc40hT0hOLGDuG25y9o='/> | |
<register xmlns='http://jabber.org/features/iq-register'/> | |
</stream:features> | |
DEBUG: dispatcher warn Unknown stanza: features | |
DEBUG: dispatcher ok Dispatching unknown stanza with type-> props->[u'urn:ietf:params:xml:ns:xmpp-tls', u'http://jabber.org/features/compress', u'urn:ietf:params:xml:ns:xmpp-sasl', u'http://jabber.org/protocol/caps', u'http://jabber.org/features/iq-register'] id->None | |
DEBUG: tls start Plugging <xmpp.transports.TLS instance at 0x96e7a0> into <xmpp.client.Client instance at 0x9617e8> | |
DEBUG: tls ok TLS supported by remote server. Requesting TLS start. | |
DEBUG: dispatcher info Registering handler <bound method TLS.StartTLSHandler of <xmpp.transports.TLS instance at 0x96e7a0>> for "proceed" type-> ns->(urn:ietf:params:xml:ns:xmpp-tls) | |
DEBUG: dispatcher warn Registering namespace "urn:ietf:params:xml:ns:xmpp-tls" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-tls) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-tls) | |
DEBUG: dispatcher warn Registering protocol "proceed" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-tls) | |
DEBUG: dispatcher info Registering handler <bound method TLS.StartTLSHandler of <xmpp.transports.TLS instance at 0x96e7a0>> for "failure" type-> ns->(urn:ietf:params:xml:ns:xmpp-tls) | |
DEBUG: dispatcher warn Registering protocol "failure" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-tls) | |
DEBUG: socket sent <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> | |
DEBUG: socket got <proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/> | |
DEBUG: dispatcher ok Got urn:ietf:params:xml:ns:xmpp-tls/proceed stanza | |
DEBUG: dispatcher ok Dispatching proceed stanza with type-> props->[] id->None | |
DEBUG: tls ok Got starttls proceed response. Switching to TLS/SSL... | |
DEBUG: dispatcher stop Plugging <xmpp.dispatcher.Dispatcher instance at 0x967e18> out of <xmpp.client.Client instance at 0x9617e8>. | |
DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x973b00> into <xmpp.client.Client instance at 0x9617e8> | |
DEBUG: dispatcher info Registering namespace "unknown" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(unknown) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(unknown) | |
DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher info Registering namespace "jabber:client" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "iq" as <class 'xmpp.protocol.Iq'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "presence" as <class 'xmpp.protocol.Presence'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "message" as <class 'xmpp.protocol.Message'>(jabber:client) | |
DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x973b00>> for "error" type-> ns->(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher warn Registering protocol "error" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: socket sent <?xml version='1.0'?> | |
<stream:stream xmlns="jabber:client" to="jabber.ru" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" > | |
DEBUG: socket got <?xml version='1.0'?> | |
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='3770122672' from='jabber.ru' version='1.0' xml:lang='ru'> | |
DEBUG: socket got <stream:features> | |
<compression xmlns='http://jabber.org/features/compress'> | |
<method>zlib</method> | |
</compression> | |
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'> | |
<mechanism>PLAIN</mechanism> | |
<mechanism>DIGEST-MD5</mechanism> | |
<mechanism>SCRAM-SHA-1</mechanism> | |
</mechanisms> | |
<c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.process-one.net/en/ejabberd/' ver='rvAR01fKsc40hT0hOLGDuG25y9o='/> | |
<register xmlns='http://jabber.org/features/iq-register'/> | |
</stream:features> | |
DEBUG: dispatcher warn Unknown stanza: features | |
DEBUG: dispatcher ok Dispatching unknown stanza with type-> props->[u'http://jabber.org/features/compress', u'urn:ietf:params:xml:ns:xmpp-sasl', u'http://jabber.org/protocol/caps', u'http://jabber.org/features/iq-register'] id->None | |
DEBUG: sasl start Plugging <xmpp.auth.SASL instance at 0x985680> into <xmpp.client.Client instance at 0x9617e8> | |
DEBUG: dispatcher info Registering handler <bound method SASL.SASLHandler of <xmpp.auth.SASL instance at 0x985680>> for "challenge" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl) | |
DEBUG: dispatcher warn Registering namespace "urn:ietf:params:xml:ns:xmpp-sasl" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-sasl) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-sasl) | |
DEBUG: dispatcher warn Registering protocol "challenge" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-sasl) | |
DEBUG: dispatcher info Registering handler <bound method SASL.SASLHandler of <xmpp.auth.SASL instance at 0x985680>> for "failure" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl) | |
DEBUG: dispatcher warn Registering protocol "failure" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-sasl) | |
DEBUG: dispatcher info Registering handler <bound method SASL.SASLHandler of <xmpp.auth.SASL instance at 0x985680>> for "success" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl) | |
DEBUG: dispatcher warn Registering protocol "success" as <class 'xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-sasl) | |
DEBUG: socket sent <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5" /> | |
DEBUG: socket got <challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>bm9uY2U9IjIxMjQwMTcxNDMiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=</challenge> | |
DEBUG: dispatcher ok Got urn:ietf:params:xml:ns:xmpp-sasl/challenge stanza | |
DEBUG: dispatcher ok Dispatching challenge stanza with type-> props->[] id->None | |
DEBUG: sasl ok Got challenge:nonce="2124017143",qop="auth",charset=utf-8,algorithm=md5-sess | |
DEBUG: socket sent <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Y2hhcnNldD11dGYtOCx1c2VybmFtZT0iaGFyZGluZm9ybS10ZXN0IixyZWFsbT0iamFiYmVyLnJ1Iixub25jZT0iMjEyNDAxNzE0MyIsbmM9MDAwMDAwMDEsY25vbmNlPSJkMjgwNDE0ZWRkMGM1OWI1YjA3MDY0NmJhY2NhZWM4Nzk1YzUwY2UyYTI1Y2ZjNDQ2IixkaWdlc3QtdXJpPSJ4bXBwL2phYmJlci5ydSIscmVzcG9uc2U9NjZjZjc3MjZjNmY4ZmM1ZGU5ZmRkNDEyNDEyNDE1ZmEscW9wPWF1dGg=</response> | |
DEBUG: socket got <challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>cnNwYXV0aD1kMmYxMjA2NzBkMWM0MjAzOWU3Mzk4NDE0NDlmZTI1Yw==</challenge> | |
DEBUG: dispatcher ok Got urn:ietf:params:xml:ns:xmpp-sasl/challenge stanza | |
DEBUG: dispatcher ok Dispatching challenge stanza with type-> props->[] id->None | |
DEBUG: sasl ok Got challenge:rspauth=d2f120670d1c42039e739841449fe25c | |
DEBUG: socket sent <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl" /> | |
DEBUG: socket got <success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/> | |
DEBUG: dispatcher ok Got urn:ietf:params:xml:ns:xmpp-sasl/success stanza | |
DEBUG: dispatcher ok Dispatching success stanza with type-> props->[] id->None | |
DEBUG: sasl ok Successfully authenticated with remote server. | |
DEBUG: dispatcher stop Plugging <xmpp.dispatcher.Dispatcher instance at 0x973b00> out of <xmpp.client.Client instance at 0x9617e8>. | |
DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x985a70> into <xmpp.client.Client instance at 0x9617e8> | |
DEBUG: dispatcher info Registering namespace "unknown" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(unknown) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(unknown) | |
DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher info Registering namespace "jabber:client" | |
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "iq" as <class 'xmpp.protocol.Iq'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "presence" as <class 'xmpp.protocol.Presence'>(jabber:client) | |
DEBUG: dispatcher info Registering protocol "message" as <class 'xmpp.protocol.Message'>(jabber:client) | |
DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x985a70>> for "error" type-> ns->(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher warn Registering protocol "error" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: socket sent <?xml version='1.0'?> | |
<stream:stream xmlns="jabber:client" to="jabber.ru" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" > | |
DEBUG: bind start Plugging <xmpp.auth.Bind instance at 0x985c20> into <xmpp.client.Client instance at 0x9617e8> | |
DEBUG: dispatcher info Registering handler <bound method Bind.FeaturesHandler of <xmpp.auth.Bind instance at 0x985c20>> for "features" type-> ns->(http://etherx.jabber.org/streams) | |
DEBUG: dispatcher warn Registering protocol "features" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams) | |
DEBUG: socket got <?xml version='1.0'?> | |
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='3390635136' from='jabber.ru' version='1.0' xml:lang='ru'> | |
<stream:features> | |
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/> | |
<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/> | |
<c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.process-one.net/en/ejabberd/' ver='rvAR01fKsc40hT0hOLGDuG25y9o='/> | |
<register xmlns='http://jabber.org/features/iq-register'/> | |
</stream:features> | |
DEBUG: dispatcher ok Got http://etherx.jabber.org/streams/features stanza | |
DEBUG: dispatcher ok Dispatching features stanza with type-> props->[u'urn:ietf:params:xml:ns:xmpp-bind', u'urn:ietf:params:xml:ns:xmpp-session', u'http://jabber.org/protocol/caps', u'http://jabber.org/features/iq-register'] id->None | |
DEBUG: socket sent <iq type="set" id="1"> | |
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind" /> | |
</iq> | |
DEBUG: dispatcher wait Waiting for ID:1 with timeout 25... | |
DEBUG: socket got <iq id='1' type='result'> | |
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'> | |
<jid>hardinform-test@jabber.ru/10022647991360147305333151</jid> | |
</bind> | |
</iq> | |
DEBUG: dispatcher ok Got jabber:client/iq stanza | |
DEBUG: dispatcher ok Dispatching iq stanza with type->result props->[u'urn:ietf:params:xml:ns:xmpp-bind'] id->1 | |
DEBUG: dispatcher ok Expected stanza arrived! | |
DEBUG: bind ok Successfully bound hardinform-test@jabber.ru/10022647991360147305333151. | |
DEBUG: socket sent <iq type="set" id="2"> | |
<session xmlns="urn:ietf:params:xml:ns:xmpp-session" /> | |
</iq> | |
DEBUG: dispatcher wait Waiting for ID:2 with timeout 25... | |
DEBUG: socket got <iq type='result' id='2'> | |
<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/> | |
</iq> | |
DEBUG: dispatcher ok Got jabber:client/iq stanza | |
DEBUG: dispatcher ok Dispatching iq stanza with type->result props->[u'urn:ietf:params:xml:ns:xmpp-session'] id->2 | |
DEBUG: dispatcher ok Expected stanza arrived! | |
DEBUG: bind ok Successfully opened session. | |
DEBUG: dispatcher info Registering handler <bound method Xmpp_interface.message_handler of <__main__.Xmpp_interface instance at 0x961320>> for "message" type-> ns->(jabber:client) | |
DEBUG: socket sent <presence id="3" /> | |
DEBUG: socket got <presence from='hardinform-test@jabber.ru/10022647991360147305333151' to='hardinform-test@jabber.ru/10022647991360147305333151' id='3'/> | |
DEBUG: dispatcher ok Got jabber:client/presence stanza | |
DEBUG: dispatcher ok Dispatching presence stanza with type-> props->[] id->3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment