From fd9999bd871da6181c561eeacd2aed984dae4699 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 18 Jul 2012 13:38:34 +0200 Subject: add QXmppRegisterIq as defined by XEP-0077: In-Band Registration --- src/base/base.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base/base.pri') diff --git a/src/base/base.pri b/src/base/base.pri index a76459a8..c50c49a6 100644 --- a/src/base/base.pri +++ b/src/base/base.pri @@ -23,6 +23,7 @@ INSTALL_HEADERS += \ base/QXmppPingIq.h \ base/QXmppPresence.h \ base/QXmppPubSubIq.h \ + base/QXmppRegisterIq.h \ base/QXmppResultSet.h \ base/QXmppRosterIq.h \ base/QXmppRpcIq.h \ @@ -62,6 +63,7 @@ SOURCES += \ base/QXmppPingIq.cpp \ base/QXmppPresence.cpp \ base/QXmppPubSubIq.cpp \ + base/QXmppRegisterIq.cpp \ base/QXmppResultSet.cpp \ base/QXmppRosterIq.cpp \ base/QXmppRpcIq.cpp \ -- cgit v1.2.3