aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppInformationRequestResult.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2009-10-18 23:22:22 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2009-10-18 23:22:22 +0000
commita9d542be47e91ae39390247f8c8bbb21d588388f (patch)
treedf3e1e317a8b616448f7ef383b58b18da086f78b /source/QXmppInformationRequestResult.h
parent8054a813ea973b69fa655ce0cdfb516db58e4295 (diff)
downloadqxmpp-a9d542be47e91ae39390247f8c8bbb21d588388f.tar.gz
Issue 16: Implement XEP-0030
Diffstat (limited to 'source/QXmppInformationRequestResult.h')
-rw-r--r--source/QXmppInformationRequestResult.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/QXmppInformationRequestResult.h b/source/QXmppInformationRequestResult.h
new file mode 100644
index 00000000..c3fa20a1
--- /dev/null
+++ b/source/QXmppInformationRequestResult.h
@@ -0,0 +1,13 @@
+#ifndef QXMPPINFORMATIONREQUESTRESULT_H
+#define QXMPPINFORMATIONREQUESTRESULT_H
+
+#include "QXmppIq.h"
+
+class QXmppInformationRequestResult : public QXmppIq
+{
+public:
+ QXmppInformationRequestResult();
+ virtual QByteArray toXmlElementFromChild() const;
+};
+
+#endif // QXMPPINFORMATIONREQUESTRESULT_H