From 95d3dfef904b3a90b64c8b28f93b3f4c04701048 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 24 Feb 2010 10:33:02 +0000 Subject: replace QXmppIbbTransfer* by QXmppTransferManager --- source/QXmppInformationRequestResult.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/QXmppInformationRequestResult.cpp') diff --git a/source/QXmppInformationRequestResult.cpp b/source/QXmppInformationRequestResult.cpp index 072bc75f..964d6cfc 100644 --- a/source/QXmppInformationRequestResult.cpp +++ b/source/QXmppInformationRequestResult.cpp @@ -35,5 +35,13 @@ void QXmppInformationRequestResult::toXmlElementFromChild(QXmlStreamWriter *writ writer->writeAttribute("var", ns_chat_states); writer->writeEndElement(); + writer->writeStartElement("feature"); + writer->writeAttribute("var", ns_stream_initiation); + writer->writeEndElement(); + + writer->writeStartElement("feature"); + writer->writeAttribute("var", ns_stream_initiation_file_transfer); + writer->writeEndElement(); + writer->writeEndElement(); } -- cgit v1.2.3