Advertisement
Guest User

Untitled

a guest
May 25th, 2015
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.83 KB | None | 0 0
  1. root@fbsd:~ # echo "teste" | sendxmpp -a /usr/local/etc/ssl -d -t XXXXXXXX@XXXXXXXXXXXXX
  2. sendxmpp: config: 'port' => '0'
  3. sendxmpp: config: 'username' => 'zabbix'
  4. sendxmpp: config: 'jserver' => 'XXXXXXXXXXXXX'
  5. sendxmpp: config: 'password' => 'XXXXXXXXXXXXX'
  6. Use of uninitialized value $val in concatenation (.) or string at /usr/local/bin/sendxmpp line 192.
  7. sendxmpp: config: 'component' => ''
  8. XML::Stream: new: hostname = (XXXXXXXXXXXXX)
  9. XML::Stream: SetCallBacks: tag(node) func(CODE(0x805059ba0))
  10. XMPP::Conn: xmppCallbackInit: start
  11. XMPP::Conn: SetCallBacks: tag(message) func(CODE(0x801ca97c8))
  12. XMPP::Conn: SetCallBacks: tag(presence) func(CODE(0x801ca97f8))
  13. XMPP::Conn: SetCallBacks: tag(iq) func(CODE(0x805017420))
  14. XMPP::Conn: SetPresenceCallBacks: type(unsubscribed) func(CODE(0x805059f78))
  15. XMPP::Conn: SetPresenceCallBacks: type(subscribe) func(CODE(0x801ca9288))
  16. XMPP::Conn: SetPresenceCallBacks: type(unsubscribe) func(CODE(0x805044720))
  17. XMPP::Conn: SetPresenceCallBacks: type(subscribed) func(CODE(0x805018db0))
  18. XMPP::Conn: SetDirectXPathCallBacks: xpath(/[@xmlns="urn:ietf:params:xml:ns:xmpp-tls"]) func(CODE(0x805059f90))
  19. XMPP::Conn: SetDirectXPathCallBacks: xpath(/[@xmlns="urn:ietf:params:xml:ns:xmpp-sasl"]) func(CODE(0x804bc57b0))
  20. XMPP::Conn: xmppCallbackInit: stop
  21. sendxmpp: ssl_verify: 1
  22. sendxmpp: tls_ca_path: /usr/local/etc/ssl
  23. XMPP::Conn: Connect: host(XXXXXXXXXXXXX:5222) namespace(jabber:client)
  24. XMPP::Conn: Connect: timeout(10)
  25. XML::Stream: Connect: type(tcpip)
  26. XML::Stream: Connect: Got a connection
  27. XML::Stream: Send: (<?xml version='1.0'?><stream:stream version='1.0' xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='XXXXXXXXXXXXX' from='XXXXXXXXXXXXX' xml:lang='en' >)
  28. XML::Stream: Read: buff(<?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="XXXXXXXXXXXXX" id="391a8aa8" xml:lang="en" version="1.0">)
  29. XML::Stream: _handle_root: sid(newconnection) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(stream:stream) att( xmlns:stream http://etherx.jabber.org/streams version 1.0 xml:lang en id 391a8aa8 from XXXXXXXXXXXXX xmlns jabber:client )
  30. XML::Stream: Read: buff(<stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>DIGEST-MD5</mechanism><mechanism>JIVE-SHAREDSECRET</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism><mechanism>CRAM-MD5</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>)
  31. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(stream:features) att( )
  32. XML::Stream: Node: _handle_element: check( -1 )
  33. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(starttls) att( xmlns urn:ietf:params:xml:ns:xmpp-tls )
  34. XML::Stream: Node: _handle_element: check( 0 )
  35. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(starttls)
  36. XML::Stream: Node: _handle_close: check( 1 )
  37. XML::Stream: Node: _handle_close: check2( 0 )
  38. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanisms) att( xmlns urn:ietf:params:xml:ns:xmpp-sasl )
  39. XML::Stream: Node: _handle_element: check( 0 )
  40. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism) att( )
  41. XML::Stream: Node: _handle_element: check( 1 )
  42. XML::Stream: Node: _handle_cdata: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(DIGEST-MD5)
  43. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(DIGEST-MD5)
  44. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism)
  45. XML::Stream: Node: _handle_close: check( 2 )
  46. XML::Stream: Node: _handle_close: check2( 1 )
  47. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism) att( )
  48. XML::Stream: Node: _handle_element: check( 1 )
  49. XML::Stream: Node: _handle_cdata: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(JIVE-SHAREDSECRET)
  50. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(JIVE-SHAREDSECRET)
  51. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism)
  52. XML::Stream: Node: _handle_close: check( 2 )
  53. XML::Stream: Node: _handle_close: check2( 1 )
  54. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism) att( )
  55. XML::Stream: Node: _handle_element: check( 1 )
  56. XML::Stream: Node: _handle_cdata: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(PLAIN)
  57. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(PLAIN)
  58. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism)
  59. XML::Stream: Node: _handle_close: check( 2 )
  60. XML::Stream: Node: _handle_close: check2( 1 )
  61. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism) att( )
  62. XML::Stream: Node: _handle_element: check( 1 )
  63. XML::Stream: Node: _handle_cdata: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(ANONYMOUS)
  64. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(ANONYMOUS)
  65. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism)
  66. XML::Stream: Node: _handle_close: check( 2 )
  67. XML::Stream: Node: _handle_close: check2( 1 )
  68. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism) att( )
  69. XML::Stream: Node: _handle_element: check( 1 )
  70. XML::Stream: Node: _handle_cdata: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(CRAM-MD5)
  71. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(CRAM-MD5)
  72. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanism)
  73. XML::Stream: Node: _handle_close: check( 2 )
  74. XML::Stream: Node: _handle_close: check2( 1 )
  75. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(mechanisms)
  76. XML::Stream: Node: _handle_close: check( 1 )
  77. XML::Stream: Node: _handle_close: check2( 0 )
  78. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(compression) att( xmlns http://jabber.org/features/compress )
  79. XML::Stream: Node: _handle_element: check( 0 )
  80. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(method) att( )
  81. XML::Stream: Node: _handle_element: check( 1 )
  82. XML::Stream: Node: _handle_cdata: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(zlib)
  83. XML::Stream: Node: _handle_cdata: sax(XML::Stream::Parser=HASH(0x801ca9cc0)) cdata(zlib)
  84. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(method)
  85. XML::Stream: Node: _handle_close: check( 2 )
  86. XML::Stream: Node: _handle_close: check2( 1 )
  87. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(compression)
  88. XML::Stream: Node: _handle_close: check( 1 )
  89. XML::Stream: Node: _handle_close: check2( 0 )
  90. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(auth) att( xmlns http://jabber.org/features/iq-auth )
  91. XML::Stream: Node: _handle_element: check( 0 )
  92. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(auth)
  93. XML::Stream: Node: _handle_close: check( 1 )
  94. XML::Stream: Node: _handle_close: check2( 0 )
  95. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(register) att( xmlns http://jabber.org/features/iq-register )
  96. XML::Stream: Node: _handle_element: check( 0 )
  97. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(register)
  98. XML::Stream: Node: _handle_close: check( 1 )
  99. XML::Stream: Node: _handle_close: check2( 0 )
  100. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(stream:features)
  101. XML::Stream: Node: _handle_close: check( 0 )
  102. XML::Stream: Node: _handle_close: check2( -1 )
  103. XML::Stream: Process: block(0)
  104. XMPP::Conn: Connect: connection made
  105. XML::Stream: SetCallBacks: tag(node) func(CODE(0x805059fa8))
  106. XML::Stream: Send: (<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>)
  107. XML::Stream: Read: buff(<proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>)
  108. XML::Stream: Node: _handle_element: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(proceed) att( xmlns urn:ietf:params:xml:ns:xmpp-tls )
  109. XML::Stream: Node: _handle_element: check( -1 )
  110. XML::Stream: Node: _handle_close: sid(391a8aa8) sax(XML::Stream::Parser=HASH(0x801ca9cc0)) tag(proceed)
  111. XML::Stream: Node: _handle_close: check( 0 )
  112. XML::Stream: Node: _handle_close: check2( -1 )
  113. XML::Stream: TLSClientProceed: Convert normal socket to SSL
  114. XML::Stream: TLSClientProceed: sock(IO::Socket::INET=GLOB(0x805059d68))
  115. XML::Stream: LoadSSL: Load the IO::Socket::SSL module
  116. XML::Stream: LoadSSL: Success
  117. XML::Stream: TLSClientProceed: ssl_sock(IO::Socket::INET=GLOB(0x805059d68))
  118. XML::Stream: TLSClientProceed: SSL: We are secure
  119. XML::Stream: Process: block(0)
  120. XML::Stream: Send: (<?xml version='1.0'?><stream:stream version='1.0' xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='XXXXXXXXXXXXX' from='XXXXXXXXXXXXX' xml:lang='en' >)
  121. sendxmpp: Connect: 1
  122. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1829.
  123. XMPP::Conn: AuthIQAuth: old school auth
  124. XMPP::Conn: SendAndReceiveWithID: object(Net::XMPP::IQ=HASH(0x801cac108))
  125. XMPP::Conn: SendWithID: id(netjabber-0)
  126. XMPP::Conn: SendWithID: in(<iq type='get'><query xmlns='jabber:iq:auth'><username>zabbix</username></query></iq>)
  127. XMPP::Conn: RegisterID: tag(iq) id(netjabber-0)
  128. XMPP::Conn: SendWithID: out(<iq id='netjabber-0' type='get'><query xmlns='jabber:iq:auth'><username>zabbix</username></query></iq>)
  129. XMPP::Conn: SendXML: sent(<iq id='netjabber-0' type='get'><query xmlns='jabber:iq:auth'><username>zabbix</username></query></iq>)
  130. Use of uninitialized value $sid in concatenation (.) or string at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 2735.
  131. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 2737.
  132. XML::Stream: Send: (<iq id='netjabber-0' type='get'><query xmlns='jabber:iq:auth'><username>zabbix</username></query></iq>)
  133. Use of uninitialized value $sid in concatenation (.) or string at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1668.
  134. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1669.
  135. Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1669.
  136. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1671.
  137. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1673.
  138. Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1673.
  139. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1675.
  140. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1678.
  141. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 2615.
  142. Use of uninitialized value $sid in concatenation (.) or string at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 2735.
  143. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 2737.
  144. XMPP::Conn: SendAndReceiveWithID: sent with id(netjabber-0)
  145. XMPP::Conn: WaitForID: id(netjabber-0)
  146. XMPP::Conn: ReceivedID: id(netjabber-0)
  147. XMPP::Conn: ReceivedID: nope...
  148. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  149. XMPP::Conn: Process: timeout(1)
  150. XML::Stream: Send: ( )
  151. XML::Stream: Process: Keep-Alive failed. What the hell happened?!?!
  152. XML::Stream: Process: connection_status(0)
  153. XML::Stream: Process: block(0)
  154. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  155. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  156. XMPP::Conn: ReceivedID: id(netjabber-0)
  157. XMPP::Conn: ReceivedID: nope...
  158. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  159. XMPP::Conn: Process: timeout(1)
  160. XML::Stream: Process: block(0)
  161. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  162. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  163. XMPP::Conn: ReceivedID: id(netjabber-0)
  164. XMPP::Conn: ReceivedID: nope...
  165. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  166. XMPP::Conn: Process: timeout(1)
  167. XML::Stream: Process: block(0)
  168. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  169. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  170. XMPP::Conn: ReceivedID: id(netjabber-0)
  171. XMPP::Conn: ReceivedID: nope...
  172. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  173. XMPP::Conn: Process: timeout(1)
  174. XML::Stream: Process: block(0)
  175. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  176. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  177. XMPP::Conn: ReceivedID: id(netjabber-0)
  178. XMPP::Conn: ReceivedID: nope...
  179. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  180. XMPP::Conn: Process: timeout(1)
  181. XML::Stream: Process: block(0)
  182. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  183. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  184. XMPP::Conn: ReceivedID: id(netjabber-0)
  185. XMPP::Conn: ReceivedID: nope...
  186. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  187. XMPP::Conn: Process: timeout(1)
  188. XML::Stream: Process: block(0)
  189. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  190. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  191. XMPP::Conn: ReceivedID: id(netjabber-0)
  192. XMPP::Conn: ReceivedID: nope...
  193. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  194. XMPP::Conn: Process: timeout(1)
  195. XML::Stream: Process: block(0)
  196. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  197. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  198. XMPP::Conn: ReceivedID: id(netjabber-0)
  199. XMPP::Conn: ReceivedID: nope...
  200. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  201. XMPP::Conn: Process: timeout(1)
  202. XML::Stream: Process: block(0)
  203. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  204. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  205. XMPP::Conn: ReceivedID: id(netjabber-0)
  206. XMPP::Conn: ReceivedID: nope...
  207. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  208. XMPP::Conn: Process: timeout(1)
  209. XML::Stream: Process: block(0)
  210. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  211. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  212. XMPP::Conn: ReceivedID: id(netjabber-0)
  213. XMPP::Conn: ReceivedID: nope...
  214. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  215. XMPP::Conn: Process: timeout(1)
  216. XML::Stream: Process: block(0)
  217. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  218. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 440.
  219. XMPP::Conn: ReceivedID: id(netjabber-0)
  220. XMPP::Conn: ReceivedID: nope...
  221. XMPP::Conn: WaitForID: haven't gotten it yet... let's wait for more packets
  222. XMPP::Conn: Process: timeout(1)
  223. XML::Stream: Send: ( )
  224. XML::Stream: Process: Keep-Alive failed. What the hell happened?!?!
  225. XML::Stream: Process: connection_status(-1)
  226. XML::Stream: Process: block(0)
  227. Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/Net/XMPP/Connection.pm line 433.
  228. Use of uninitialized value in string eq at /usr/local/bin/sendxmpp line 493.
  229. Error 'AuthSend': [?]
  230. XML::Stream: Send: (</stream:stream>)
  231. Use of uninitialized value $sid in concatenation (.) or string at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1668.
  232. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1669.
  233. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1671.
  234. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1673.
  235. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1264.
  236. Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1264.
  237. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1264.
  238. Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1264.
  239. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1267.
  240. Use of uninitialized value in delete at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1267.
  241. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1268.
  242. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1270.
  243. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1270.
  244. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1270.
  245. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1270.
  246. Use of uninitialized value $sid in hash element at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1270.
  247. Use of uninitialized value $sid in delete at /usr/local/lib/perl5/site_perl/XML/Stream.pm line 1272.
  248. XML::Stream: SetCallBacks: tag(node) func(CODE(0x805059918))
  249. XMPP::Conn: Disconnect: bye bye
  250. sendxmpp: Disconnect
  251. root@fbsd:~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement