(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Sat, 27 Oct 2012 13:23:52 +0000 (15:23 +0200)
committerwww-cweiske <www-cweiske@mail.cweiske.de>
Sat, 27 Oct 2012 13:23:52 +0000 (15:23 +0200)
phork0.txt [new file with mode: 0644]

diff --git a/phork0.txt b/phork0.txt
new file mode 100644 (file)
index 0000000..cac16c2
--- /dev/null
@@ -0,0 +1,98 @@
+cweiske:~/Dev/tools/phergie> ./phergie.php \r
+[2012-10-27/13:17:54]  Connecting to cweiske.de\r
+2012-10-27T13:17:54+00:00 DEBUG (7): Connection made\r
+2012-10-27T13:17:54+00:00 DEBUG (7): Blocking enabled\r
+2012-10-27T13:17:54+00:00 DEBUG (7): Sent: <stream:stream to="cweiske.de" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" version="1.0">\r
+2012-10-27T13:17:54+00:00 DEBUG (7): Stream started\r
+2012-10-27T13:17:54+00:00 DEBUG (7): Wait for response from server\r
+2012-10-27T13:17:54+00:00 DEBUG (7): Tag we're waiting for: stream:stream\r
+2012-10-27T13:17:59+00:00 DEBUG (7): Response (Xmpp_Connection): <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='1671315535' from='cweiske.de' 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>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='HzhW199FSAS7rIkHllLdacqERmE='/><register xmlns='http://jabber.org/features/iq-register'/></stream:features>\r
+2012-10-27T13:17:59+00:00 DEBUG (7): Contents of $fromServer: SimpleXMLElement::__set_state(array(\r
+   '@attributes' => \r
+  array (\r
+    'id' => '1671315535',\r
+    'from' => 'cweiske.de',\r
+    'version' => '1.0',\r
+  ),\r
+))\r
+2012-10-27T13:17:59+00:00 DEBUG (7): Contents of $this->_buffer before foreach: array (\r
+)\r
+2012-10-27T13:17:59+00:00 DEBUG (7): Contents of $this->_buffer after foreach: array (\r
+)\r
+2012-10-27T13:17:59+00:00 DEBUG (7): Received: \r
+2012-10-27T13:17:59+00:00 DEBUG (7): Requesting Authentication: <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='DIGEST-MD5'/>\r
+2012-10-27T13:17:59+00:00 DEBUG (7): Sent: <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='DIGEST-MD5'/>\r
+2012-10-27T13:17:59+00:00 DEBUG (7): Tag we're waiting for: challenge\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Response (Xmpp_Connection): <challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>bm9uY2U9IjI0OTI2NTMyOTAiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=</challenge>\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Contents of $fromServer: false\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Contents of $this->_buffer before foreach: array (\r
+  0 => \r
+  SimpleXMLElement::__set_state(array(\r
+     0 => 'bm9uY2U9IjI0OTI2NTMyOTAiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=',\r
+  )),\r
+)\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Contents of $this->_buffer after foreach: array (\r
+)\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Response: <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">bm9uY2U9IjI0OTI2NTMyOTAiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=</challenge>\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Response (Decoded): nonce="2492653290",qop="auth",charset=utf-8,algorithm=md5-sess\r
+PHP Notice:  Undefined index: realm in /home/cweiske/Dev/tools/phergie/vendor/alexmace/xmpp/Xmpp/Connection.php on line 208\r
+PHP Stack trace:\r
+PHP   1. {main}() /home/cweiske/Dev/tools/phergie/phergie.php:0\r
+PHP   2. Phergie_Bot->run() /home/cweiske/Dev/tools/phergie/phergie.php:60\r
+PHP   3. Phergie_Bot->loadConnections() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:422\r
+PHP   4. Phergie_Driver_Xmpp->doConnect() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:402\r
+PHP   5. Xmpp_Connection->authenticate() /home/cweiske/Dev/tools/phergie/Phergie/Driver/Xmpp.php:123\r
+PHP Notice:  Undefined index: realm in /home/cweiske/Dev/tools/phergie/vendor/alexmace/xmpp/Xmpp/Connection.php on line 214\r
+PHP Stack trace:\r
+PHP   1. {main}() /home/cweiske/Dev/tools/phergie/phergie.php:0\r
+PHP   2. Phergie_Bot->run() /home/cweiske/Dev/tools/phergie/phergie.php:60\r
+PHP   3. Phergie_Bot->loadConnections() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:422\r
+PHP   4. Phergie_Driver_Xmpp->doConnect() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:402\r
+PHP   5. Xmpp_Connection->authenticate() /home/cweiske/Dev/tools/phergie/Phergie/Driver/Xmpp.php:123\r
+PHP Notice:  Undefined index: realm in /home/cweiske/Dev/tools/phergie/vendor/alexmace/xmpp/Xmpp/Connection.php on line 224\r
+PHP Stack trace:\r
+PHP   1. {main}() /home/cweiske/Dev/tools/phergie/phergie.php:0\r
+PHP   2. Phergie_Bot->run() /home/cweiske/Dev/tools/phergie/phergie.php:60\r
+PHP   3. Phergie_Bot->loadConnections() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:422\r
+PHP   4. Phergie_Driver_Xmpp->doConnect() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:402\r
+PHP   5. Xmpp_Connection->authenticate() /home/cweiske/Dev/tools/phergie/Phergie/Driver/Xmpp.php:123\r
+PHP Notice:  Undefined index: realm in /home/cweiske/Dev/tools/phergie/vendor/alexmace/xmpp/Xmpp/Connection.php on line 228\r
+PHP Stack trace:\r
+PHP   1. {main}() /home/cweiske/Dev/tools/phergie/phergie.php:0\r
+PHP   2. Phergie_Bot->run() /home/cweiske/Dev/tools/phergie/phergie.php:60\r
+PHP   3. Phergie_Bot->loadConnections() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:422\r
+PHP   4. Phergie_Driver_Xmpp->doConnect() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:402\r
+PHP   5. Xmpp_Connection->authenticate() /home/cweiske/Dev/tools/phergie/Phergie/Driver/Xmpp.php:123\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Unencoded Response: username="mpd-bogo",realm="",nonce="2492653290",cnonce="508bdf0c4d8ec",nc="00000001",qop="auth",digest-uri="xmpp/",response="64c097bb82f42f89fbaf008193942d3d",charset="utf-8"\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Challenge Response: <response xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>dXNlcm5hbWU9Im1wZC1ib2dvIixyZWFsbT0iIixub25jZT0iMjQ5MjY1MzI5MCIsY25vbmNlPSI1MDhiZGYwYzRkOGVjIixuYz0iMDAwMDAwMDEiLHFvcD0iYXV0aCIsZGlnZXN0LXVyaT0ieG1wcC8iLHJlc3BvbnNlPSI2NGMwOTdiYjgyZjQyZjg5ZmJhZjAwODE5Mzk0MmQzZCIsY2hhcnNldD0idXRmLTgi</response>\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Sent: <response xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>dXNlcm5hbWU9Im1wZC1ib2dvIixyZWFsbT0iIixub25jZT0iMjQ5MjY1MzI5MCIsY25vbmNlPSI1MDhiZGYwYzRkOGVjIixuYz0iMDAwMDAwMDEiLHFvcD0iYXV0aCIsZGlnZXN0LXVyaT0ieG1wcC8iLHJlc3BvbnNlPSI2NGMwOTdiYjgyZjQyZjg5ZmJhZjAwODE5Mzk0MmQzZCIsY2hhcnNldD0idXRmLTgi</response>\r
+2012-10-27T13:18:04+00:00 DEBUG (7): Tag we're waiting for: *\r
+2012-10-27T13:18:09+00:00 DEBUG (7): Response (Xmpp_Connection): <failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><not-authorized/></failure>\r
+2012-10-27T13:18:09+00:00 DEBUG (7): Contents of $fromServer: false\r
+2012-10-27T13:18:09+00:00 DEBUG (7): Contents of $this->_buffer before foreach: array (\r
+  1 => \r
+  SimpleXMLElement::__set_state(array(\r
+     'not-authorized' => \r
+    SimpleXMLElement::__set_state(array(\r
+    )),\r
+  )),\r
+)\r
+2012-10-27T13:18:09+00:00 DEBUG (7): Contents of $this->_buffer after foreach: array (\r
+)\r
+2012-10-27T13:18:09+00:00 DEBUG (7): Response: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure>\r
+2012-10-27T13:18:09+00:00 DEBUG (7): Sent: <stream:stream to="cweiske.de" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" version="1.0">\r
+2012-10-27T13:18:09+00:00 DEBUG (7): Stream started\r
+2012-10-27T13:18:09+00:00 DEBUG (7): Tag we're waiting for: stream:stream\r
+2012-10-27T13:18:14+00:00 DEBUG (7): Contents of $fromServer: false\r
+2012-10-27T13:18:14+00:00 DEBUG (7): Contents of $this->_buffer before foreach: array (\r
+)\r
+2012-10-27T13:18:14+00:00 DEBUG (7): Contents of $this->_buffer after foreach: array (\r
+)\r
+2012-10-27T13:18:14+00:00 DEBUG (7): Received: \r
+PHP Fatal error:  Call to a member function asXML() on a non-object in /home/cweiske/Dev/tools/phergie/vendor/alexmace/xmpp/Xmpp/Connection.php on line 270\r
+PHP Stack trace:\r
+PHP   1. {main}() /home/cweiske/Dev/tools/phergie/phergie.php:0\r
+PHP   2. Phergie_Bot->run() /home/cweiske/Dev/tools/phergie/phergie.php:60\r
+PHP   3. Phergie_Bot->loadConnections() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:422\r
+PHP   4. Phergie_Driver_Xmpp->doConnect() /home/cweiske/Dev/tools/phergie/Phergie/Bot.php:402\r
+PHP   5. Xmpp_Connection->authenticate() /home/cweiske/Dev/tools/phergie/Phergie/Driver/Xmpp.php:123\r