From 9c0f6e79c2d1d446169f4c11f29dceecbdddee58 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Wed, 24 May 2006 05:08:32 +0000 Subject: Finish registration stuff (bzr r994) --- src/pedro/pedroxmpp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pedro/pedroxmpp.cpp') diff --git a/src/pedro/pedroxmpp.cpp b/src/pedro/pedroxmpp.cpp index 7160a09bd..92fa2f9a1 100644 --- a/src/pedro/pedroxmpp.cpp +++ b/src/pedro/pedroxmpp.cpp @@ -3405,7 +3405,7 @@ bool XmppClient::inBandRegistrationChangePassword(const DOMString &newpassword) //# Let's try it form-style to allow the common old/new password thing char *fmt = - "" + "" " " " " " " @@ -3442,7 +3442,7 @@ bool XmppClient::inBandRegistrationCancel() Parser parser; char *fmt = - "" + "" "" "\n\n"; if (!write(fmt, msgId++, jid.c_str())) -- cgit v1.2.3