From e2be03e254a956024c9d67b19b8a809c9692b6f1 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 20 Oct 2009 11:43:45 +0000 Subject: Using QXmlStreamWriter for directly writing to the socket. This will avoid string concatenations and problems with XML escaping rules. and Fix for Issue 19: XMPP Version < 1.0 send NonSASL Auth query --- source/QXmppBind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/QXmppBind.h') diff --git a/source/QXmppBind.h b/source/QXmppBind.h index 2a15b48e..46baf91f 100644 --- a/source/QXmppBind.h +++ b/source/QXmppBind.h @@ -42,7 +42,7 @@ public: private: QString m_jid; QString m_resource; - QByteArray toXmlElementFromChild() const; + void toXmlElementFromChild(QXmlStreamWriter *writer) const; }; #endif // QXMPPBIND_H -- cgit v1.2.3