diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-27 12:04:03 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-27 12:04:03 +0000 |
| commit | 10c093a617929db5c6b201dbf03d6070b12b36b4 (patch) | |
| tree | d9b1c4507fdb1969c3225f27b4632258c4916dc0 /source/QXmppBind.cpp | |
| parent | 239b2b15c3cfd9e4d7cc085ed31645d6ae6942ee (diff) | |
| download | qxmpp-10c093a617929db5c6b201dbf03d6070b12b36b4.tar.gz | |
Issue 15: Implement XEP-0047
Diffstat (limited to 'source/QXmppBind.cpp')
| -rw-r--r-- | source/QXmppBind.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/QXmppBind.cpp b/source/QXmppBind.cpp index a1c5bd25..3742660b 100644 --- a/source/QXmppBind.cpp +++ b/source/QXmppBind.cpp @@ -64,9 +64,6 @@ void QXmppBind::setResource(const QString& str) void QXmppBind::toXmlElementFromChild(QXmlStreamWriter *writer) const { - QString data; - QTextStream stream(&data); - writer->writeStartElement("bind"); helperToXmlAddAttribute(writer, "xmlns", ns_bind); helperToXmlAddTextElement(writer, "jid", getJid() ); |
