diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-25 12:29:52 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-25 12:29:52 +0000 |
| commit | e07a035d9a866ab8bed1aacf21fd6a3e8be40f42 (patch) | |
| tree | 9f110c1b8e04b96a774dd4aca50fde2d77114bf9 /source/QXmppInformationRequestResult.cpp | |
| parent | 4833759c62915f433ba20910f1cf4ec17baea9c4 (diff) | |
| download | qxmpp-e07a035d9a866ab8bed1aacf21fd6a3e8be40f42.tar.gz | |
report support for SOCKS5 bytestreams
Diffstat (limited to 'source/QXmppInformationRequestResult.cpp')
| -rw-r--r-- | source/QXmppInformationRequestResult.cpp | 4 |
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(); } |
