Code

more debug output messages
authorishmal <ishmal@users.sourceforge.net>
Sun, 13 Apr 2008 19:34:31 +0000 (19:34 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sun, 13 Apr 2008 19:34:31 +0000 (19:34 +0000)
src/pedro/pedroxmpp.cpp

index 0fa86a6c41e27572255b07362e18b47d6bac08a3..23bfbad6fe052a957d7a89dc9c5c252abc157358 100644 (file)
@@ -1474,6 +1474,8 @@ bool XmppClient::inBandRegistrationCancel()
 //# A U T H E N T I C A T E
 //########################################################################
 
+
+
 bool XmppClient::iqAuthenticate(const DOMString &streamId)
 {
     Parser parser;
@@ -1486,7 +1488,7 @@ bool XmppClient::iqAuthenticate(const DOMString &streamId)
         return false;
 
     DOMString recbuf = readStanza();
-    //printf("iq received: '%s'\n", recbuf.c_str());
+    status("iq auth recv: '%s'\n", recbuf.c_str());
     Element *elem = parser.parse(recbuf);
     //elem->print();
     DOMString iqType = elem->getTagAttribute("iq", "type");
@@ -1537,7 +1539,7 @@ bool XmppClient::iqAuthenticate(const DOMString &streamId)
         }
 
     recbuf = readStanza();
-    //printf("iq received: '%s'\n", recbuf.c_str());
+    status("iq auth recv:  '%s'\n", recbuf.c_str());
     elem = parser.parse(recbuf);
     //elem->print();
     iqType = elem->getTagAttribute("iq", "type");