Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Invalid debugflag given: always
- DEBUG:
- DEBUG: Debug created for /usr/lib/python2.7/dist-packages/xmpp/client.py
- DEBUG: flags defined: always
- An error occurred while looking up _xmpp-client._tcp.chat.facebook.com
- DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance at 0x200b830> into <xmpp.client.Client instance at 0x2007950>
- DEBUG: socket start Successfully connected to remote host ('chat.facebook.com', 5222)
- DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x200b878> into <xmpp.client.Client instance at 0x2007950>
- DEBUG: dispatcher info Registering namespace "unknown"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(unknown)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(unknown)
- DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: dispatcher info Registering namespace "jabber:client"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(jabber:client)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(jabber:client)
- DEBUG: dispatcher info Registering protocol "iq" as xmpp.protocol.Iq(jabber:client)
- DEBUG: dispatcher info Registering protocol "presence" as xmpp.protocol.Presence(jabber:client)
- DEBUG: dispatcher info Registering protocol "message" as xmpp.protocol.Message(jabber:client)
- DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x200b878>> for "error" type-> ns->(http://etherx.jabber.org/streams)
- DEBUG: dispatcher warn Registering protocol "error" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: socket sent <?xml version='1.0'?>
- <stream:stream xmlns="jabber:client" to="chat.facebook.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
- DEBUG: socket got <?xml version="1.0"?>
- <stream:stream id="90A9CDBF" from="chat.facebook.com" version="1.0" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en">
- DEBUG: nodebuilder down DEPTH -> 1 , tag -> http://etherx.jabber.org/streams stream, attrs -> {u'version': u'1.0', u'from': u'chat.facebook.com', u'id': u'90A9CDBF', u'xml:lang': u'en'}
- DEBUG: socket got <stream:features>
- <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
- <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
- <mechanism>X-FACEBOOK-PLATFORM</mechanism>
- <mechanism>DIGEST-MD5</mechanism>
- </mechanisms>
- </stream:features>
- DEBUG: nodebuilder down DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features, attrs -> {}
- DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-tls starttls, attrs -> {}
- DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-tls starttls
- DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanisms, attrs -> {}
- DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism, attrs -> {}
- DEBUG: nodebuilder data X-FACEBOOK-PLATFORM
- DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism
- DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism, attrs -> {}
- DEBUG: nodebuilder data DIGEST-MD5
- DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism
- DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanisms
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> http://etherx.jabber.org/streams 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'urn:ietf:params:xml:ns:xmpp-sasl'] id->None
- DEBUG: tls start Plugging <xmpp.transports.TLS instance at 0x200bc20> into <xmpp.client.Client instance at 0x2007950>
- 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 0x200bc20>> 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 xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-tls)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-tls)
- DEBUG: dispatcher warn Registering protocol "proceed" as 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 0x200bc20>> for "failure" type-> ns->(urn:ietf:params:xml:ns:xmpp-tls)
- DEBUG: dispatcher warn Registering protocol "failure" as 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: nodebuilder down DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-tls proceed, attrs -> {}
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-tls proceed
- 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 0x200b878> out of <xmpp.client.Client instance at 0x2007950>.
- DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x200bea8> into <xmpp.client.Client instance at 0x2007950>
- DEBUG: dispatcher info Registering namespace "unknown"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(unknown)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(unknown)
- DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: dispatcher info Registering namespace "jabber:client"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(jabber:client)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(jabber:client)
- DEBUG: dispatcher info Registering protocol "iq" as xmpp.protocol.Iq(jabber:client)
- DEBUG: dispatcher info Registering protocol "presence" as xmpp.protocol.Presence(jabber:client)
- DEBUG: dispatcher info Registering protocol "message" as xmpp.protocol.Message(jabber:client)
- DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x200bea8>> for "error" type-> ns->(http://etherx.jabber.org/streams)
- DEBUG: dispatcher warn Registering protocol "error" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: socket sent <?xml version='1.0'?>
- <stream:stream xmlns="jabber:client" to="chat.facebook.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
- DEBUG: socket got <?xml version="1.0"?>
- <stream:stream id="75601960" from="chat.facebook.com" version="1.0" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en">
- <stream:features>
- <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
- <mechanism>X-FACEBOOK-PLATFORM</mechanism>
- <mechanism>DIGEST-MD5</mechanism>
- </mechanisms>
- </stream:features>
- DEBUG: nodebuilder down DEPTH -> 1 , tag -> http://etherx.jabber.org/streams stream, attrs -> {u'version': u'1.0', u'from': u'chat.facebook.com', u'id': u'75601960', u'xml:lang': u'en'}
- DEBUG: nodebuilder down DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features, attrs -> {}
- DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanisms, attrs -> {}
- DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism, attrs -> {}
- DEBUG: nodebuilder data X-FACEBOOK-PLATFORM
- DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism
- DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism, attrs -> {}
- DEBUG: nodebuilder data DIGEST-MD5
- DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism
- DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanisms
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features
- DEBUG: dispatcher warn Unknown stanza: features
- DEBUG: dispatcher ok Dispatching unknown stanza with type-> props->[u'urn:ietf:params:xml:ns:xmpp-sasl'] id->None
- DEBUG: sasl start Plugging <xmpp.auth.SASL instance at 0x200c7a0> into <xmpp.client.Client instance at 0x2007950>
- DEBUG: dispatcher info Registering handler <bound method SASL.SASLHandler of <xmpp.auth.SASL instance at 0x200c7a0>> 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 xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
- DEBUG: dispatcher warn Registering protocol "challenge" as 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 0x200c7a0>> for "failure" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
- DEBUG: dispatcher warn Registering protocol "failure" as 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 0x200c7a0>> for "success" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
- DEBUG: dispatcher warn Registering protocol "success" as 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">cmVhbG09ImNoYXQuZmFjZWJvb2suY29tIixub25jZT0iRURDQ0JEMzZCQjg1Q0YyRTJFQjkwNkJEMTlENTQyMDAiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=</challenge>
- DEBUG: nodebuilder down DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl challenge, attrs -> {}
- DEBUG: nodebuilder data cmVhbG09ImNoYXQuZmFjZWJvb2suY29tIixub25jZT0iRURDQ0JEMzZCQjg1Q0YyRTJFQjkwNkJEMTlENTQyMDAiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl 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:realm="chat.facebook.com",nonce="EDCCBD36BB85CF2E2EB906BD19D54200",qop="auth",charset=utf-8,algorithm=md5-sess
- DEBUG: socket sent <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Y2hhcnNldD11dGYtOCx1c2VybmFtZT0iZmlyZXNvZm1heSIscmVhbG09ImNoYXQuZmFjZWJvb2suY29tIixub25jZT0iRURDQ0JEMzZCQjg1Q0YyRTJFQjkwNkJEMTlENTQyMDAiLG5jPTAwMDAwMDAxLGNub25jZT0iNWZiZDUxZDJkNjJlNjU2ZTlkZGJjNWRlZjQxYTY2OTE3MGJiZWY5YWJiMTI0YjI2IixkaWdlc3QtdXJpPSJ4bXBwL2NoYXQuZmFjZWJvb2suY29tIixyZXNwb25zZT01NzFiMGZmNjI5OTNkZTg1YmVmZGZlNjk4NmIxZTViMixxb3A9YXV0aA==</response>
- DEBUG: socket got <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cnNwYXV0aD0zMWI0Y2EyZjg1MTUzOTY2ZTQxZjQ3OTQ0Nzc2YmUzMQ==</challenge>
- DEBUG: nodebuilder down DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl challenge, attrs -> {}
- DEBUG: nodebuilder data cnNwYXV0aD0zMWI0Y2EyZjg1MTUzOTY2ZTQxZjQ3OTQ0Nzc2YmUzMQ==
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl 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=31b4ca2f85153966e41f47944776be31
- 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: nodebuilder down DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl success, attrs -> {}
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl success
- 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 0x200bea8> out of <xmpp.client.Client instance at 0x2007950>.
- DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x200ccf8> into <xmpp.client.Client instance at 0x2007950>
- DEBUG: dispatcher info Registering namespace "unknown"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(unknown)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(unknown)
- DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: dispatcher info Registering namespace "jabber:client"
- DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(jabber:client)
- DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(jabber:client)
- DEBUG: dispatcher info Registering protocol "iq" as xmpp.protocol.Iq(jabber:client)
- DEBUG: dispatcher info Registering protocol "presence" as xmpp.protocol.Presence(jabber:client)
- DEBUG: dispatcher info Registering protocol "message" as xmpp.protocol.Message(jabber:client)
- DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x200ccf8>> for "error" type-> ns->(http://etherx.jabber.org/streams)
- DEBUG: dispatcher warn Registering protocol "error" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: socket sent <?xml version='1.0'?>
- <stream:stream xmlns="jabber:client" to="chat.facebook.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
- DEBUG: bind start Plugging <xmpp.auth.Bind instance at 0x200cab8> into <xmpp.client.Client instance at 0x2007950>
- DEBUG: dispatcher info Registering handler <bound method Bind.FeaturesHandler of <xmpp.auth.Bind instance at 0x200cab8>> for "features" type-> ns->(http://etherx.jabber.org/streams)
- DEBUG: dispatcher warn Registering protocol "features" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
- DEBUG: socket got <?xml version="1.0"?>
- <stream:stream id="91DE7752" from="chat.facebook.com" version="1.0" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en">
- <stream:features>
- <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/>
- <session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
- </stream:features>
- DEBUG: nodebuilder down DEPTH -> 1 , tag -> http://etherx.jabber.org/streams stream, attrs -> {u'version': u'1.0', u'from': u'chat.facebook.com', u'id': u'91DE7752', u'xml:lang': u'en'}
- DEBUG: nodebuilder down DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features, attrs -> {}
- DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-bind bind, attrs -> {}
- DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-bind bind
- DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-session session, attrs -> {}
- DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-session session
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> http://etherx.jabber.org/streams 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'] id->None
- DEBUG: socket sent <iq type="set" id="4">
- <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind" />
- </iq>
- DEBUG: dispatcher wait Waiting for ID:4 with timeout 25...
- DEBUG: socket got <iq id="4" type="result">
- <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
- <jid>[email protected]/76f176bd_4B8694C559241</jid>
- </bind>
- </iq>
- DEBUG: nodebuilder down DEPTH -> 2 , tag -> jabber:client iq, attrs -> {u'type': u'result', u'id': u'4'}
- DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-bind bind, attrs -> {}
- DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-bind jid, attrs -> {}
- DEBUG: nodebuilder data [email protected]/76f176bd_4B8694C559241
- DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-bind jid
- DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-bind bind
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> jabber:client 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->4
- DEBUG: dispatcher ok Expected stanza arrived!
- DEBUG: bind ok Successfully bound [email protected]/76f176bd_4B8694C559241.
- DEBUG: socket sent <iq type="set" id="5">
- <session xmlns="urn:ietf:params:xml:ns:xmpp-session" />
- </iq>
- DEBUG: dispatcher wait Waiting for ID:5 with timeout 25...
- DEBUG: socket got <iq type="result" id="5">
- <session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
- </iq>
- DEBUG: nodebuilder down DEPTH -> 2 , tag -> jabber:client iq, attrs -> {u'type': u'result', u'id': u'5'}
- DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-session session, attrs -> {}
- DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-session session
- DEBUG: nodebuilder up DEPTH -> 2 , tag -> jabber:client 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->5
- DEBUG: dispatcher ok Expected stanza arrived!
- DEBUG: bind ok Successfully opened session.
- DEBUG: socket sent <message to="[email protected]" id="6">
- <body>Hello world from script</body>
- </message>
- 6: '6'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement