aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppInformationRequestResult.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-02-25 12:29:52 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-02-25 12:29:52 +0000
commite07a035d9a866ab8bed1aacf21fd6a3e8be40f42 (patch)
tree9f110c1b8e04b96a774dd4aca50fde2d77114bf9 /source/QXmppInformationRequestResult.cpp
parent4833759c62915f433ba20910f1cf4ec17baea9c4 (diff)
downloadqxmpp-e07a035d9a866ab8bed1aacf21fd6a3e8be40f42.tar.gz
report support for SOCKS5 bytestreams
Diffstat (limited to 'source/QXmppInformationRequestResult.cpp')
-rw-r--r--source/QXmppInformationRequestResult.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/QXmppInformationRequestResult.cpp b/source/QXmppInformationRequestResult.cpp
index 964d6cfc..0acbb679 100644
--- a/source/QXmppInformationRequestResult.cpp
+++ b/source/QXmppInformationRequestResult.cpp
@@ -43,5 +43,9 @@ void QXmppInformationRequestResult::toXmlElementFromChild(QXmlStreamWriter *writ
writer->writeAttribute("var", ns_stream_initiation_file_transfer);
writer->writeEndElement();
+ writer->writeStartElement("feature");
+ writer->writeAttribute("var", ns_bytestreams);
+ writer->writeEndElement();
+
writer->writeEndElement();
}