diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 13:38:34 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 13:38:34 +0200 |
| commit | fd9999bd871da6181c561eeacd2aed984dae4699 (patch) | |
| tree | 7606b6bb68080a1cf670137382c812424676735f /src/base/base.pri | |
| parent | cf26a0767ffb97c3ed4931c2af84ebd38ed87fdf (diff) | |
| download | qxmpp-fd9999bd871da6181c561eeacd2aed984dae4699.tar.gz | |
add QXmppRegisterIq as defined by XEP-0077: In-Band Registration
Diffstat (limited to 'src/base/base.pri')
| -rw-r--r-- | src/base/base.pri | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
