summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a6eaf6)
raw | patch | inline | side by side (parent: 0a6eaf6)
author | ishmal <ishmal@users.sourceforge.net> | |
Sun, 13 Apr 2008 19:34:31 +0000 (19:34 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sun, 13 Apr 2008 19:34:31 +0000 (19:34 +0000) |
src/pedro/pedroxmpp.cpp | patch | blob | history |
index 0fa86a6c41e27572255b07362e18b47d6bac08a3..23bfbad6fe052a957d7a89dc9c5c252abc157358 100644 (file)
--- a/src/pedro/pedroxmpp.cpp
+++ b/src/pedro/pedroxmpp.cpp
//# A U T H E N T I C A T E
//########################################################################
+
+
bool XmppClient::iqAuthenticate(const DOMString &streamId)
{
Parser parser;
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");
}
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");