Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 KB | None | 0 0
  1.  
  2. sendxmpp: config: 'password' => 'secret'
  3. Use of uninitialized value $val in concatenation (.) or string at ./sendxmpp line 192.
  4. sendxmpp: config: 'component' => ''
  5. sendxmpp: config: 'jserver' => 'myhostname'
  6. sendxmpp: config: 'port' => '0'
  7. sendxmpp: config: 'username' => 'bot'
  8. XML::Stream: new: hostname = (myhostname)
  9. XML::Stream: SetCallBacks: tag(node) func(CODE(0x11def48))
  10. XMPP::Conn: xmppCallbackInit: start
  11. XMPP::Conn: SetCallBacks: tag(message) func(CODE(0x11de918))
  12. XMPP::Conn: SetCallBacks: tag(presence) func(CODE(0x11dea98))
  13. XMPP::Conn: SetCallBacks: tag(iq) func(CODE(0x11debe8))
  14. XMPP::Conn: SetPresenceCallBacks: type(subscribe) func(CODE(0x11deac8))
  15. XMPP::Conn: SetPresenceCallBacks: type(subscribed) func(CODE(0x11d9550))
  16. XMPP::Conn: SetPresenceCallBacks: type(unsubscribe) func(CODE(0x11d96d0))
  17. XMPP::Conn: SetPresenceCallBacks: type(unsubscribed) func(CODE(0x11d93d0))
  18. XMPP::Conn: SetDirectXPathCallBacks: xpath(/[@xmlns="urn:ietf:params:xml:ns:xmpp-tls"]) func(CODE(0x11d9580))
  19. XMPP::Conn: SetDirectXPathCallBacks: xpath(/[@xmlns="urn:ietf:params:xml:ns:xmpp-sasl"]) func(CODE(0x11d9070))
  20. XMPP::Conn: xmppCallbackInit: stop
  21. XMPP::Conn: Connect: host(myhostname:5222) namespace(jabber:client)
  22. XMPP::Conn: Connect: timeout(10)
  23. XML::Stream: Connect: type(tcpip)
  24. XML::Stream: Connect: Got a connection
  25. Use of uninitialized value within @_ in lc at /usr/lib64/perl5/vendor_perl/5.12.4/XML/Stream/Parser.pm line 66.
  26. XML::Stream: Send: (<?xml version='1.0'?><stream:stream version='1.0' xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='myhostname' from='myhostname' xml:lang='en' >)
  27. XML::Stream: Read: buff(<?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='1274000866' from='myhostname' version='1.0' xml:lang='en'><stream:features><starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>SCRAM-SHA-1</mechanism><mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism></mechanisms><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.process-one.net/en/ejabberd/' ver='yy7di5kE0syuCXOQTXNBTclpNTo='/><register xmlns='http://jabber.org/features/iq-register'/></stream:features>)
  28. XML::Stream: _handle_root: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(stream:stream) att( xmlns:stream http://etherx.jabber.org/streams xmlns jabber:client version 1.0 from myhostname id 1274000866 xml:lang en )
  29. XML::Stream: Node: _handle_element: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(stream:features) att( )
  30. XML::Stream: Node: _handle_element: check( -1 )
  31. XML::Stream: Node: _handle_element: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(starttls) att( xmlns urn:ietf:params:xml:ns:xmpp-tls )
  32. XML::Stream: Node: _handle_element: check( 0 )
  33. XML::Stream: Node: _handle_close: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(starttls)
  34. XML::Stream: Node: _handle_close: check( 1 )
  35. XML::Stream: Node: _handle_close: check2( 0 )
  36. XML::Stream: Node: _handle_element: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(mechanisms) att( xmlns urn:ietf:params:xml:ns:xmpp-sasl )
  37. XML::Stream: Node: _handle_element: check( 0 )
  38. XML::Stream: Node: _handle_element: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(mechanism) att( )
  39. XML::Stream: Node: _handle_element: check( 1 )
  40. XML::Stream: Node: _handle_cdata: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) cdata(SCRAM-SHA-1)
  41. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x11bd718)) cdata(SCRAM-SHA-1)
  42. XML::Stream: Node: _handle_close: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(mechanism)
  43. XML::Stream: Node: _handle_close: check( 2 )
  44. XML::Stream: Node: _handle_close: check2( 1 )
  45. XML::Stream: Node: _handle_element: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(mechanism) att( )
  46. XML::Stream: Node: _handle_element: check( 1 )
  47. XML::Stream: Node: _handle_cdata: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) cdata(DIGEST-MD5)
  48. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x11bd718)) cdata(DIGEST-MD5)
  49. XML::Stream: Node: _handle_close: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(mechanism)
  50. XML::Stream: Node: _handle_close: check( 2 )
  51. XML::Stream: Node: _handle_close: check2( 1 )
  52. XML::Stream: Node: _handle_element: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(mechanism) att( )
  53. XML::Stream: Node: _handle_element: check( 1 )
  54. XML::Stream: Node: _handle_cdata: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) cdata(PLAIN)
  55. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x11bd718)) cdata(PLAIN)
  56. XML::Stream: Node: _handle_close: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(mechanism)
  57. XML::Stream: Node: _handle_close: check( 2 )
  58. XML::Stream: Node: _handle_close: check2( 1 )
  59. XML::Stream: Node: _handle_close: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(mechanisms)
  60. XML::Stream: Node: _handle_close: check( 1 )
  61. XML::Stream: Node: _handle_close: check2( 0 )
  62. XML::Stream: Node: _handle_element: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(c) att( hash sha-1 xmlns http://jabber.org/protocol/caps ver yy7di5kE0syuCXOQTXNBTclpNTo= node http://www.process-one.net/en/ejabberd/ )
  63. XML::Stream: Node: _handle_element: check( 0 )
  64. XML::Stream: Node: _handle_close: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(c)
  65. XML::Stream: Node: _handle_close: check( 1 )
  66. XML::Stream: Node: _handle_close: check2( 0 )
  67. XML::Stream: Node: _handle_element: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(register) att( xmlns http://jabber.org/features/iq-register )
  68. XML::Stream: Node: _handle_element: check( 0 )
  69. XML::Stream: Node: _handle_close: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(register)
  70. XML::Stream: Node: _handle_close: check( 1 )
  71. XML::Stream: Node: _handle_close: check2( 0 )
  72. XML::Stream: Node: _handle_close: sid(newconnection) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(stream:features)
  73. XML::Stream: Node: _handle_close: check( 0 )
  74. XML::Stream: Node: _handle_close: check2( -1 )
  75. XMPP::Conn: Connect: connection made
  76. XML::Stream: SetCallBacks: tag(node) func(CODE(0x11c2ee0))
  77. sendxmpp: Connect: 1
  78. XMPP::Conn: AuthSASL: shiney new auth
  79. XML::Stream: Send: (<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='DIGEST-MD5'></auth>)
  80. XMPP::Conn: AuthSASL: haven't authed yet... let's wait.
  81. XMPP::Conn: Process: timeout(1)
  82. XML::Stream: Read: buff(<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>bm9uY2U9IjI3NzEwOTc3NzEiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=</challenge>)
  83. XML::Stream: Node: _handle_element: sid(1274000866) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(challenge) att( xmlns urn:ietf:params:xml:ns:xmpp-sasl )
  84. XML::Stream: Node: _handle_element: check( -1 )
  85. XML::Stream: Node: _handle_cdata: sid(1274000866) sax(XML::Stream::Parser=HASH(0x11bd718)) cdata(bm9uY2U9IjI3NzEwOTc3NzEiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=)
  86. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x11bd718)) cdata(bm9uY2U9IjI3NzEwOTc3NzEiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=)
  87. XML::Stream: Node: _handle_close: sid(1274000866) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(challenge)
  88. XML::Stream: Node: _handle_close: check( 0 )
  89. XML::Stream: Node: _handle_close: check2( -1 )
  90. XML::Stream: Send: (<response xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>YXV0aHppZD0iYm90QG1hbnUzMTEuZGUiLGNoYXJzZXQ9dXRmLTgsY25vbmNlPSJmODMzZTVlMGIwMDMyYzBjNjE5ZTI5ZDYwNTMzZWU0ZiIsZGlnZXN0LXVyaT0iLyIsbmM9MDAwMDAwMDEsbm9uY2U9IjI3NzEwOTc3NzEiLHFvcD1hdXRoLHJlc3BvbnNlPTRjMTQ5NTQzMTMwOGNmYjgyMTgyODA5MWRmMjU2NzQzLHVzZXJuYW1lPSJib3Qi</response>)
  91. XML::Stream: Process: block(0)
  92. XMPP::Conn: AuthSASL: haven't authed yet... let's wait.
  93. XMPP::Conn: Process: timeout(1)
  94. XML::Stream: Read: buff(<failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><not-authorized/></failure>)
  95. XML::Stream: Node: _handle_element: sid(1274000866) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(failure) att( xmlns urn:ietf:params:xml:ns:xmpp-sasl )
  96. XML::Stream: Node: _handle_element: check( -1 )
  97. XML::Stream: Node: _handle_element: sid(1274000866) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(not-authorized) att( )
  98. XML::Stream: Node: _handle_element: check( 0 )
  99. XML::Stream: Node: _handle_close: sid(1274000866) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(not-authorized)
  100. XML::Stream: Node: _handle_close: check( 1 )
  101. XML::Stream: Node: _handle_close: check2( 0 )
  102. XML::Stream: Node: _handle_close: sid(1274000866) sax(XML::Stream::Parser=HASH(0x11bd718)) tag(failure)
  103. XML::Stream: Node: _handle_close: check( 0 )
  104. XML::Stream: Node: _handle_close: check2( -1 )
  105. XML::Stream: Process: block(0)
  106. XMPP::Conn: AuthSASL: Authentication failed.
  107. Error 'AuthSend': error: not-authorized[?]
  108. XML::Stream: Send: (</stream:stream>)
  109. XML::Stream: SetCallBacks: tag(node) func(CODE(0x11c2be0))
  110. XMPP::Conn: Disconnect: bye bye
  111. sendxmpp: Disconnect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement