Advertisement
Guest User

Debugger Output for Xmpppy with facebook

a guest
Feb 7th, 2012
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.02 KB | None | 0 0
  1. Invalid debugflag given: always
  2. DEBUG:
  3. DEBUG: Debug created for /usr/lib/python2.7/dist-packages/xmpp/client.py
  4. DEBUG: flags defined: always
  5. An error occurred while looking up _xmpp-client._tcp.chat.facebook.com
  6. DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance at 0x200b830> into <xmpp.client.Client instance at 0x2007950>
  7. DEBUG: socket start Successfully connected to remote host ('chat.facebook.com', 5222)
  8. DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x200b878> into <xmpp.client.Client instance at 0x2007950>
  9. DEBUG: dispatcher info Registering namespace "unknown"
  10. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(unknown)
  11. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(unknown)
  12. DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams"
  13. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  14. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  15. DEBUG: dispatcher info Registering namespace "jabber:client"
  16. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(jabber:client)
  17. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(jabber:client)
  18. DEBUG: dispatcher info Registering protocol "iq" as xmpp.protocol.Iq(jabber:client)
  19. DEBUG: dispatcher info Registering protocol "presence" as xmpp.protocol.Presence(jabber:client)
  20. DEBUG: dispatcher info Registering protocol "message" as xmpp.protocol.Message(jabber:client)
  21. 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)
  22. DEBUG: dispatcher warn Registering protocol "error" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  23. DEBUG: socket sent <?xml version='1.0'?>
  24. <stream:stream xmlns="jabber:client" to="chat.facebook.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
  25. DEBUG: socket got <?xml version="1.0"?>
  26. <stream:stream id="90A9CDBF" from="chat.facebook.com" version="1.0" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en">
  27. 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'}
  28. DEBUG: socket got <stream:features>
  29. <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
  30. <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
  31. <mechanism>X-FACEBOOK-PLATFORM</mechanism>
  32. <mechanism>DIGEST-MD5</mechanism>
  33. </mechanisms>
  34. </stream:features>
  35. DEBUG: nodebuilder down DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features, attrs -> {}
  36. DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-tls starttls, attrs -> {}
  37. DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-tls starttls
  38. DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanisms, attrs -> {}
  39. DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism, attrs -> {}
  40. DEBUG: nodebuilder data X-FACEBOOK-PLATFORM
  41. DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism
  42. DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism, attrs -> {}
  43. DEBUG: nodebuilder data DIGEST-MD5
  44. DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism
  45. DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanisms
  46. DEBUG: nodebuilder up DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features
  47. DEBUG: dispatcher warn Unknown stanza: features
  48. 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
  49. DEBUG: tls start Plugging <xmpp.transports.TLS instance at 0x200bc20> into <xmpp.client.Client instance at 0x2007950>
  50. DEBUG: tls ok TLS supported by remote server. Requesting TLS start.
  51. 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)
  52. DEBUG: dispatcher warn Registering namespace "urn:ietf:params:xml:ns:xmpp-tls"
  53. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-tls)
  54. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-tls)
  55. DEBUG: dispatcher warn Registering protocol "proceed" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-tls)
  56. 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)
  57. DEBUG: dispatcher warn Registering protocol "failure" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-tls)
  58. DEBUG: socket sent <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
  59. DEBUG: socket got <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
  60. DEBUG: nodebuilder down DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-tls proceed, attrs -> {}
  61. DEBUG: nodebuilder up DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-tls proceed
  62. DEBUG: dispatcher ok Got urn:ietf:params:xml:ns:xmpp-tls/proceed stanza
  63. DEBUG: dispatcher ok Dispatching proceed stanza with type-> props->[] id->None
  64. DEBUG: tls ok Got starttls proceed response. Switching to TLS/SSL...
  65. DEBUG: dispatcher stop Plugging <xmpp.dispatcher.Dispatcher instance at 0x200b878> out of <xmpp.client.Client instance at 0x2007950>.
  66. DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x200bea8> into <xmpp.client.Client instance at 0x2007950>
  67. DEBUG: dispatcher info Registering namespace "unknown"
  68. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(unknown)
  69. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(unknown)
  70. DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams"
  71. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  72. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  73. DEBUG: dispatcher info Registering namespace "jabber:client"
  74. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(jabber:client)
  75. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(jabber:client)
  76. DEBUG: dispatcher info Registering protocol "iq" as xmpp.protocol.Iq(jabber:client)
  77. DEBUG: dispatcher info Registering protocol "presence" as xmpp.protocol.Presence(jabber:client)
  78. DEBUG: dispatcher info Registering protocol "message" as xmpp.protocol.Message(jabber:client)
  79. 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)
  80. DEBUG: dispatcher warn Registering protocol "error" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  81. DEBUG: socket sent <?xml version='1.0'?>
  82. <stream:stream xmlns="jabber:client" to="chat.facebook.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
  83. DEBUG: socket got <?xml version="1.0"?>
  84. <stream:stream id="75601960" from="chat.facebook.com" version="1.0" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en">
  85. <stream:features>
  86. <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
  87. <mechanism>X-FACEBOOK-PLATFORM</mechanism>
  88. <mechanism>DIGEST-MD5</mechanism>
  89. </mechanisms>
  90. </stream:features>
  91. 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'}
  92. DEBUG: nodebuilder down DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features, attrs -> {}
  93. DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanisms, attrs -> {}
  94. DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism, attrs -> {}
  95. DEBUG: nodebuilder data X-FACEBOOK-PLATFORM
  96. DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism
  97. DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism, attrs -> {}
  98. DEBUG: nodebuilder data DIGEST-MD5
  99. DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanism
  100. DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-sasl mechanisms
  101. DEBUG: nodebuilder up DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features
  102. DEBUG: dispatcher warn Unknown stanza: features
  103. DEBUG: dispatcher ok Dispatching unknown stanza with type-> props->[u'urn:ietf:params:xml:ns:xmpp-sasl'] id->None
  104. DEBUG: sasl start Plugging <xmpp.auth.SASL instance at 0x200c7a0> into <xmpp.client.Client instance at 0x2007950>
  105. 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)
  106. DEBUG: dispatcher warn Registering namespace "urn:ietf:params:xml:ns:xmpp-sasl"
  107. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
  108. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
  109. DEBUG: dispatcher warn Registering protocol "challenge" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
  110. 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)
  111. DEBUG: dispatcher warn Registering protocol "failure" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
  112. 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)
  113. DEBUG: dispatcher warn Registering protocol "success" as xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
  114. DEBUG: socket sent <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5" />
  115. DEBUG: socket got <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cmVhbG09ImNoYXQuZmFjZWJvb2suY29tIixub25jZT0iRURDQ0JEMzZCQjg1Q0YyRTJFQjkwNkJEMTlENTQyMDAiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=</challenge>
  116. DEBUG: nodebuilder down DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl challenge, attrs -> {}
  117. DEBUG: nodebuilder data cmVhbG09ImNoYXQuZmFjZWJvb2suY29tIixub25jZT0iRURDQ0JEMzZCQjg1Q0YyRTJFQjkwNkJEMTlENTQyMDAiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=
  118. DEBUG: nodebuilder up DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl challenge
  119. DEBUG: dispatcher ok Got urn:ietf:params:xml:ns:xmpp-sasl/challenge stanza
  120. DEBUG: dispatcher ok Dispatching challenge stanza with type-> props->[] id->None
  121. DEBUG: sasl ok Got challenge:realm="chat.facebook.com",nonce="EDCCBD36BB85CF2E2EB906BD19D54200",qop="auth",charset=utf-8,algorithm=md5-sess
  122. DEBUG: socket sent <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">Y2hhcnNldD11dGYtOCx1c2VybmFtZT0iZmlyZXNvZm1heSIscmVhbG09ImNoYXQuZmFjZWJvb2suY29tIixub25jZT0iRURDQ0JEMzZCQjg1Q0YyRTJFQjkwNkJEMTlENTQyMDAiLG5jPTAwMDAwMDAxLGNub25jZT0iNWZiZDUxZDJkNjJlNjU2ZTlkZGJjNWRlZjQxYTY2OTE3MGJiZWY5YWJiMTI0YjI2IixkaWdlc3QtdXJpPSJ4bXBwL2NoYXQuZmFjZWJvb2suY29tIixyZXNwb25zZT01NzFiMGZmNjI5OTNkZTg1YmVmZGZlNjk4NmIxZTViMixxb3A9YXV0aA==</response>
  123. DEBUG: socket got <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cnNwYXV0aD0zMWI0Y2EyZjg1MTUzOTY2ZTQxZjQ3OTQ0Nzc2YmUzMQ==</challenge>
  124. DEBUG: nodebuilder down DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl challenge, attrs -> {}
  125. DEBUG: nodebuilder data cnNwYXV0aD0zMWI0Y2EyZjg1MTUzOTY2ZTQxZjQ3OTQ0Nzc2YmUzMQ==
  126. DEBUG: nodebuilder up DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl challenge
  127. DEBUG: dispatcher ok Got urn:ietf:params:xml:ns:xmpp-sasl/challenge stanza
  128. DEBUG: dispatcher ok Dispatching challenge stanza with type-> props->[] id->None
  129. DEBUG: sasl ok Got challenge:rspauth=31b4ca2f85153966e41f47944776be31
  130. DEBUG: socket sent <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl" />
  131. DEBUG: socket got <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl"/>
  132. DEBUG: nodebuilder down DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl success, attrs -> {}
  133. DEBUG: nodebuilder up DEPTH -> 2 , tag -> urn:ietf:params:xml:ns:xmpp-sasl success
  134. DEBUG: dispatcher ok Got urn:ietf:params:xml:ns:xmpp-sasl/success stanza
  135. DEBUG: dispatcher ok Dispatching success stanza with type-> props->[] id->None
  136. DEBUG: sasl ok Successfully authenticated with remote server.
  137. DEBUG: dispatcher stop Plugging <xmpp.dispatcher.Dispatcher instance at 0x200bea8> out of <xmpp.client.Client instance at 0x2007950>.
  138. DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x200ccf8> into <xmpp.client.Client instance at 0x2007950>
  139. DEBUG: dispatcher info Registering namespace "unknown"
  140. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(unknown)
  141. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(unknown)
  142. DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams"
  143. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  144. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  145. DEBUG: dispatcher info Registering namespace "jabber:client"
  146. DEBUG: dispatcher info Registering protocol "unknown" as xmpp.protocol.Protocol(jabber:client)
  147. DEBUG: dispatcher info Registering protocol "default" as xmpp.protocol.Protocol(jabber:client)
  148. DEBUG: dispatcher info Registering protocol "iq" as xmpp.protocol.Iq(jabber:client)
  149. DEBUG: dispatcher info Registering protocol "presence" as xmpp.protocol.Presence(jabber:client)
  150. DEBUG: dispatcher info Registering protocol "message" as xmpp.protocol.Message(jabber:client)
  151. 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)
  152. DEBUG: dispatcher warn Registering protocol "error" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  153. DEBUG: socket sent <?xml version='1.0'?>
  154. <stream:stream xmlns="jabber:client" to="chat.facebook.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
  155. DEBUG: bind start Plugging <xmpp.auth.Bind instance at 0x200cab8> into <xmpp.client.Client instance at 0x2007950>
  156. 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)
  157. DEBUG: dispatcher warn Registering protocol "features" as xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
  158. DEBUG: socket got <?xml version="1.0"?>
  159. <stream:stream id="91DE7752" from="chat.facebook.com" version="1.0" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en">
  160. <stream:features>
  161. <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/>
  162. <session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
  163. </stream:features>
  164. 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'}
  165. DEBUG: nodebuilder down DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features, attrs -> {}
  166. DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-bind bind, attrs -> {}
  167. DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-bind bind
  168. DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-session session, attrs -> {}
  169. DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-session session
  170. DEBUG: nodebuilder up DEPTH -> 2 , tag -> http://etherx.jabber.org/streams features
  171. DEBUG: dispatcher ok Got http://etherx.jabber.org/streams/features stanza
  172. 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
  173. DEBUG: socket sent <iq type="set" id="4">
  174. <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind" />
  175. </iq>
  176. DEBUG: dispatcher wait Waiting for ID:4 with timeout 25...
  177. DEBUG: socket got <iq id="4" type="result">
  178. <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
  179. <jid>[email protected]/76f176bd_4B8694C559241</jid>
  180. </bind>
  181. </iq>
  182. DEBUG: nodebuilder down DEPTH -> 2 , tag -> jabber:client iq, attrs -> {u'type': u'result', u'id': u'4'}
  183. DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-bind bind, attrs -> {}
  184. DEBUG: nodebuilder down DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-bind jid, attrs -> {}
  185. DEBUG: nodebuilder data [email protected]/76f176bd_4B8694C559241
  186. DEBUG: nodebuilder up DEPTH -> 4 , tag -> urn:ietf:params:xml:ns:xmpp-bind jid
  187. DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-bind bind
  188. DEBUG: nodebuilder up DEPTH -> 2 , tag -> jabber:client iq
  189. DEBUG: dispatcher ok Got jabber:client/iq stanza
  190. DEBUG: dispatcher ok Dispatching iq stanza with type->result props->[u'urn:ietf:params:xml:ns:xmpp-bind'] id->4
  191. DEBUG: dispatcher ok Expected stanza arrived!
  192. DEBUG: bind ok Successfully bound [email protected]/76f176bd_4B8694C559241.
  193. DEBUG: socket sent <iq type="set" id="5">
  194. <session xmlns="urn:ietf:params:xml:ns:xmpp-session" />
  195. </iq>
  196. DEBUG: dispatcher wait Waiting for ID:5 with timeout 25...
  197. DEBUG: socket got <iq type="result" id="5">
  198. <session xmlns="urn:ietf:params:xml:ns:xmpp-session"/>
  199. </iq>
  200. DEBUG: nodebuilder down DEPTH -> 2 , tag -> jabber:client iq, attrs -> {u'type': u'result', u'id': u'5'}
  201. DEBUG: nodebuilder down DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-session session, attrs -> {}
  202. DEBUG: nodebuilder up DEPTH -> 3 , tag -> urn:ietf:params:xml:ns:xmpp-session session
  203. DEBUG: nodebuilder up DEPTH -> 2 , tag -> jabber:client iq
  204. DEBUG: dispatcher ok Got jabber:client/iq stanza
  205. DEBUG: dispatcher ok Dispatching iq stanza with type->result props->[u'urn:ietf:params:xml:ns:xmpp-session'] id->5
  206. DEBUG: dispatcher ok Expected stanza arrived!
  207. DEBUG: bind ok Successfully opened session.
  208. DEBUG: socket sent <message to="[email protected]" id="6">
  209. <body>Hello world from script</body>
  210. </message>
  211. 6: '6'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement