summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/qxmpp-leechcraft/Makefile30
-rw-r--r--net-im/qxmpp-leechcraft/distinfo2
-rw-r--r--net-im/qxmpp-leechcraft/files/patch-src-QXmppSrvInfo.h16
-rw-r--r--net-im/qxmpp-leechcraft/pkg-descr9
-rw-r--r--net-im/qxmpp-leechcraft/pkg-plist75
-rw-r--r--net-im/qxmpp/Makefile20
-rw-r--r--net-im/qxmpp/distinfo4
-rw-r--r--net-im/qxmpp/files/patch-qxmpp.pri14
-rw-r--r--net-im/qxmpp/files/patch-qxmpp.pro44
-rw-r--r--net-im/qxmpp/files/patch-src-QXmppSrvInfo.h16
-rw-r--r--net-im/qxmpp/files/patch-src-src.pro18
-rw-r--r--net-im/qxmpp/pkg-descr2
-rw-r--r--net-im/qxmpp/pkg-plist569
15 files changed, 112 insertions, 709 deletions
diff --git a/MOVED b/MOVED
index da0c1ac5777b..646d91d108a3 100644
--- a/MOVED
+++ b/MOVED
@@ -6243,3 +6243,4 @@ databases/slony1|databases/slony1v2|2014-07-07|Unsupported: consider using slony
lang/see-devel|lang/see|2014-07-07|lang/see is up to date no need for see-devel
net-p2p/libtorrent-devel||2014-07-07|libtorrent port has newer version, use that instead
net-p2p/rtorrent-devel||2014-07-07|rtorrent port has newer version, use that instead
+net-im/qxmpp-leechcraft|net-im/qxmpp|2014-07-09|Removed:qxmpp-leechcraft is now merged into qxmpp
diff --git a/net-im/Makefile b/net-im/Makefile
index 138ea11209f5..173e4422034b 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -137,7 +137,6 @@
SUBDIR += qwit
SUBDIR += qwit-devel
SUBDIR += qxmpp
- SUBDIR += qxmpp-leechcraft
SUBDIR += ramblercontacts
SUBDIR += rubygem-earthquake
SUBDIR += rubygem-hipchat
diff --git a/net-im/qxmpp-leechcraft/Makefile b/net-im/qxmpp-leechcraft/Makefile
deleted file mode 100644
index 27970c1db1cc..000000000000
--- a/net-im/qxmpp-leechcraft/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
-# $FreeBSD$
-
-PORTNAME= qxmpp
-PORTVERSION= 0.3.61
-CATEGORIES= net-im
-MASTER_SITES= http://cloud.github.com/downloads/0xd34df00d/qxmpp-dev/
-PKGNAMESUFFIX= -leechcraft
-DISTNAME= qxmpp-${PORTVERSION}-extras
-
-MAINTAINER= vg@FreeBSD.org
-COMMENT= XMPP client library based on C++ and Qt
-
-LICENSE= LGPL21
-
-LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex
-
-USES= qmake
-USE_BZIP2= yes
-USE_QT4= gui moc_build network rcc_build uic_build xml
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|pkgconfig|../libdata/&|' \
- ${WRKSRC}/src/src.pro
- @${REINPLACE_CMD} -E 's|(docs\.commands\|INSTALLS)|#&|' \
- ${WRKSRC}/${PORTNAME}.pro
-
-.include <bsd.port.mk>
diff --git a/net-im/qxmpp-leechcraft/distinfo b/net-im/qxmpp-leechcraft/distinfo
deleted file mode 100644
index 52c3ea995136..000000000000
--- a/net-im/qxmpp-leechcraft/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qxmpp-0.3.61-extras.tar.bz2) = 4309a8d91fe8b71214b1e7133f77bf23527f5e366f4bb44b8d2235da4622eb25
-SIZE (qxmpp-0.3.61-extras.tar.bz2) = 205766
diff --git a/net-im/qxmpp-leechcraft/files/patch-src-QXmppSrvInfo.h b/net-im/qxmpp-leechcraft/files/patch-src-QXmppSrvInfo.h
deleted file mode 100644
index e8a9aa59706b..000000000000
--- a/net-im/qxmpp-leechcraft/files/patch-src-QXmppSrvInfo.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/QXmppSrvInfo.h.orig 2012-01-07 19:34:05.556368712 +0000
-+++ src/QXmppSrvInfo.h 2012-01-07 19:34:38.676876486 +0000
-@@ -27,6 +27,13 @@
- #include <QList>
- #include <QString>
-
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#include <netinet/ip.h>
-+#endif
-+
- class QObject;
- class QXmppSrvInfoPrivate;
- class QXmppSrvRecordPrivate;
diff --git a/net-im/qxmpp-leechcraft/pkg-descr b/net-im/qxmpp-leechcraft/pkg-descr
deleted file mode 100644
index 8d4820f94cec..000000000000
--- a/net-im/qxmpp-leechcraft/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-QXmpp is pretty intuitive and easy to use. It uses Qt extensively; it is
-the only third party library it depends upon. Users need to have working
-knowledge of C++ and Qt basics (Signals and Slots and Qt data types). The
-underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been
-encapsulated into classes and functions. Therefore the user would not be
-bothered with these details. But it is recommended to advanced users to
-read and enjoy the low level details.
-
-WWW: http://code.google.com/p/qxmpp/
diff --git a/net-im/qxmpp-leechcraft/pkg-plist b/net-im/qxmpp-leechcraft/pkg-plist
deleted file mode 100644
index 77a6b554d0b5..000000000000
--- a/net-im/qxmpp-leechcraft/pkg-plist
+++ /dev/null
@@ -1,75 +0,0 @@
-include/qxmpp-lc/QXmppActivityItem.h
-include/qxmpp-lc/QXmppAnnotationsIq.h
-include/qxmpp-lc/QXmppAnnotationsManager.h
-include/qxmpp-lc/QXmppArchiveIq.h
-include/qxmpp-lc/QXmppArchiveManager.h
-include/qxmpp-lc/QXmppBindIq.h
-include/qxmpp-lc/QXmppBobIq.h
-include/qxmpp-lc/QXmppBobManager.h
-include/qxmpp-lc/QXmppBookmarkManager.h
-include/qxmpp-lc/QXmppBookmarkSet.h
-include/qxmpp-lc/QXmppByteStreamIq.h
-include/qxmpp-lc/QXmppCallManager.h
-include/qxmpp-lc/QXmppCaptchaIq.h
-include/qxmpp-lc/QXmppCaptchaManager.h
-include/qxmpp-lc/QXmppClient.h
-include/qxmpp-lc/QXmppClientExtension.h
-include/qxmpp-lc/QXmppCodec.h
-include/qxmpp-lc/QXmppConfiguration.h
-include/qxmpp-lc/QXmppConstants.h
-include/qxmpp-lc/QXmppDataForm.h
-include/qxmpp-lc/QXmppDeliveryReceiptsManager.h
-include/qxmpp-lc/QXmppDialback.h
-include/qxmpp-lc/QXmppDiscoveryIq.h
-include/qxmpp-lc/QXmppDiscoveryManager.h
-include/qxmpp-lc/QXmppElement.h
-include/qxmpp-lc/QXmppEntityTimeIq.h
-include/qxmpp-lc/QXmppEntityTimeManager.h
-include/qxmpp-lc/QXmppGlobal.h
-include/qxmpp-lc/QXmppIbbIq.h
-include/qxmpp-lc/QXmppIncomingClient.h
-include/qxmpp-lc/QXmppIncomingServer.h
-include/qxmpp-lc/QXmppInvokable.h
-include/qxmpp-lc/QXmppIq.h
-include/qxmpp-lc/QXmppJingleIq.h
-include/qxmpp-lc/QXmppLogger.h
-include/qxmpp-lc/QXmppMessage.h
-include/qxmpp-lc/QXmppMucIq.h
-include/qxmpp-lc/QXmppMucManager.h
-include/qxmpp-lc/QXmppNonSASLAuth.h
-include/qxmpp-lc/QXmppOutgoingClient.h
-include/qxmpp-lc/QXmppOutgoingServer.h
-include/qxmpp-lc/QXmppPacket.h
-include/qxmpp-lc/QXmppPasswordChecker.h
-include/qxmpp-lc/QXmppPingIq.h
-include/qxmpp-lc/QXmppPresence.h
-include/qxmpp-lc/QXmppPubSubIq.h
-include/qxmpp-lc/QXmppPubSubManager.h
-include/qxmpp-lc/QXmppReconnectionManager.h
-include/qxmpp-lc/QXmppRemoteMethod.h
-include/qxmpp-lc/QXmppRosterIq.h
-include/qxmpp-lc/QXmppRosterManager.h
-include/qxmpp-lc/QXmppRpcIq.h
-include/qxmpp-lc/QXmppRpcManager.h
-include/qxmpp-lc/QXmppRtpChannel.h
-include/qxmpp-lc/QXmppSaslAuth.h
-include/qxmpp-lc/QXmppServer.h
-include/qxmpp-lc/QXmppServerExtension.h
-include/qxmpp-lc/QXmppServerPlugin.h
-include/qxmpp-lc/QXmppSessionIq.h
-include/qxmpp-lc/QXmppSocks.h
-include/qxmpp-lc/QXmppSrvInfo.h
-include/qxmpp-lc/QXmppStanza.h
-include/qxmpp-lc/QXmppStream.h
-include/qxmpp-lc/QXmppStreamFeatures.h
-include/qxmpp-lc/QXmppStreamInitiationIq.h
-include/qxmpp-lc/QXmppStun.h
-include/qxmpp-lc/QXmppTransferManager.h
-include/qxmpp-lc/QXmppUtils.h
-include/qxmpp-lc/QXmppVCardIq.h
-include/qxmpp-lc/QXmppVCardManager.h
-include/qxmpp-lc/QXmppVersionIq.h
-include/qxmpp-lc/QXmppVersionManager.h
-lib/libqxmpp-lc.a
-libdata/pkgconfig/qxmpp-lc.pc
-@dirrm include/qxmpp-lc
diff --git a/net-im/qxmpp/Makefile b/net-im/qxmpp/Makefile
index 9725a61f458d..cec7a08a6dc9 100644
--- a/net-im/qxmpp/Makefile
+++ b/net-im/qxmpp/Makefile
@@ -2,25 +2,27 @@
# $FreeBSD$
PORTNAME= qxmpp
-PORTVERSION= 0.3.91
-PORTREVISION= 1
+PORTVERSION= 0.8.0
CATEGORIES= net-im
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= GH GHC
MAINTAINER= vg@FreeBSD.org
COMMENT= QXmpp is an xmpp client library based on Qt & C++
LICENSE= LGPL21
-USES= qmake
-USE_QT4= gui network xml uic_build moc_build rcc_build
+USES= qmake pathfix pkgconfig libtool
+USE_QT4= gui network qtestlib xml uic_build moc_build \
+ rcc_build
-CONFLICTS= ${PORTNAME}-leechcraft-[0-9]*
+USE_GITHUB= yes
+GH_ACCOUNT= qxmpp-project
+GH_TAGNAME= v${PORTVERSION}
+
+WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-cc09061
pre-configure:
- ${REINPLACE_CMD} -e 's|%%QT_LIBDIR_REL%%|${QT_LIBDIR_REL}|g' \
+ ${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|g' \
${WRKSRC}/src/src.pro
- ${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \
- ${WRKSRC}/${PORTNAME}.pro
.include <bsd.port.mk>
diff --git a/net-im/qxmpp/distinfo b/net-im/qxmpp/distinfo
index 37e7b791e420..aef14fa22478 100644
--- a/net-im/qxmpp/distinfo
+++ b/net-im/qxmpp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qxmpp-0.3.91.tar.gz) = 7797f5afd3cdc30d00e8c5750b451633ea1ec3007621e6b2fb1f4a6011294561
-SIZE (qxmpp-0.3.91.tar.gz) = 899912
+SHA256 (qxmpp-0.8.0.tar.gz) = 030ca763d778d4b8e01a7697a8f6de0a3d31734384c524c458b1456ff7b867e4
+SIZE (qxmpp-0.8.0.tar.gz) = 275656
diff --git a/net-im/qxmpp/files/patch-qxmpp.pri b/net-im/qxmpp/files/patch-qxmpp.pri
deleted file mode 100644
index 0f2199b30032..000000000000
--- a/net-im/qxmpp/files/patch-qxmpp.pri
+++ /dev/null
@@ -1,14 +0,0 @@
---- qxmpp.pri.orig 2011-04-07 05:36:03.000000000 +0000
-+++ qxmpp.pri 2012-01-08 14:08:13.744880936 +0000
-@@ -35,3 +35,11 @@
- QXMPP_LIBRARY_FILE = $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIBRARY_NAME}.a
- }
-
-+unix {
-+ isEmpty(PREFIX) {
-+ PREFIX = /usr/local
-+ }
-+ isEmpty(LIBDIR) {
-+ LIBDIR = lib
-+ }
-+}
diff --git a/net-im/qxmpp/files/patch-qxmpp.pro b/net-im/qxmpp/files/patch-qxmpp.pro
index 88b2efe28f8d..acb1e81f8ba7 100644
--- a/net-im/qxmpp/files/patch-qxmpp.pro
+++ b/net-im/qxmpp/files/patch-qxmpp.pro
@@ -1,20 +1,34 @@
---- qxmpp.pro.orig 2012-01-07 22:29:59.855639988 +0000
-+++ qxmpp.pro 2012-01-07 22:30:28.846689409 +0000
-@@ -3,8 +3,6 @@ include(qxmpp.pri)
- TEMPLATE = subdirs
+--- ./qxmpp.pro.orig 2014-07-02 00:55:44.879359720 +0400
++++ ./qxmpp.pro 2014-07-02 00:56:27.297356491 +0400
+@@ -6,29 +6,19 @@
- SUBDIRS = src \
-- tests \
-- examples \
- doc
+ android {
+ } else {
+- SUBDIRS += tests examples doc
+- INSTALLS += htmldocs
++ SUBDIRS += tests examples
+ }
CONFIG += ordered
-@@ -24,7 +22,7 @@ dist.depends = docs
- # Install rules
- htmldocs.files = doc/html
--htmldocs.path = $$[QT_INSTALL_PREFIX]/share/doc/qxmpp
-+htmldocs.path = %%DOCSDIR%%
- htmldocs.CONFIG += no_check_exist directory
+-# Documentation generation
+-docs.commands = cd doc/ && $(QMAKE) && $(MAKE) docs
+-
+ # Source distribution
+ QXMPP_ARCHIVE = qxmpp-$$QXMPP_VERSION
+ dist.commands = \
+ $(DEL_FILE) -r $$QXMPP_ARCHIVE && \
+ $(MKDIR) $$QXMPP_ARCHIVE && \
+ git archive master | tar -x -C $$QXMPP_ARCHIVE && \
+- $(COPY_DIR) doc/html $$QXMPP_ARCHIVE/doc && \
+ tar czf $${QXMPP_ARCHIVE}.tar.gz $$QXMPP_ARCHIVE && \
+ $(DEL_FILE) -r $$QXMPP_ARCHIVE
+-dist.depends = docs
- QMAKE_EXTRA_TARGETS += dist docs
+-# Install rules
+-htmldocs.files = doc/html
+-htmldocs.path = $$PREFIX/share/doc/qxmpp
+-htmldocs.CONFIG += no_check_exist directory
+
+-QMAKE_EXTRA_TARGETS += dist docs
++QMAKE_EXTRA_TARGETS += dist
diff --git a/net-im/qxmpp/files/patch-src-QXmppSrvInfo.h b/net-im/qxmpp/files/patch-src-QXmppSrvInfo.h
deleted file mode 100644
index 5a13d853d394..000000000000
--- a/net-im/qxmpp/files/patch-src-QXmppSrvInfo.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/QXmppSrvInfo.h.orig 2012-01-07 19:34:05.556368712 +0000
-+++ src/QXmppSrvInfo.h 2012-01-07 19:34:38.676876486 +0000
-@@ -27,6 +27,13 @@
- #include <QList>
- #include <QString>
-
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#include <netinet/ip.h>
-+#endif
-+
- class QObject;
- class QXmppSrvInfoPrivate;
- class QXmppSrvRecordPrivate;
diff --git a/net-im/qxmpp/files/patch-src-src.pro b/net-im/qxmpp/files/patch-src-src.pro
deleted file mode 100644
index 20e287c9b667..000000000000
--- a/net-im/qxmpp/files/patch-src-src.pro
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/src.pro.orig 2012-01-07 23:02:25.327074206 +0000
-+++ src/src.pro 2012-01-07 23:06:28.619562777 +0000
-@@ -174,12 +174,12 @@
-
- # Installation
- headers.files = $$INSTALL_HEADERS
--headers.path = $$[QT_INSTALL_PREFIX]/include/qxmpp
--target.path = $$[QT_INSTALL_LIBS]
-+headers.path = $$PREFIX/include/qxmpp
-+target.path = $$PREFIX/%%QT_LIBDIR_REL%%
- INSTALLS += headers target
-
- # pkg-config support
- CONFIG += create_pc create_prl no_install_prl
--QMAKE_PKGCONFIG_DESTDIR = $$QXMPP_LIBRARY_DIR/pkgconfig
-+QMAKE_PKGCONFIG_DESTDIR = $$QXMPP_LIBRARY_DIR/../../libdata/pkgconfig
- QMAKE_PKGCONFIG_LIBDIR = $$target.path
- QMAKE_PKGCONFIG_INCDIR = $$headers.path
diff --git a/net-im/qxmpp/pkg-descr b/net-im/qxmpp/pkg-descr
index b4e9398bb4d4..2b1daba4865f 100644
--- a/net-im/qxmpp/pkg-descr
+++ b/net-im/qxmpp/pkg-descr
@@ -7,4 +7,4 @@ functions. Therefore the user would not be bothered with these
details. But it is always recommended to the advanced users to read
and enjoy the low level details.
-WWW: http://code.google.com/p/qxmpp/
+WWW: https://github.com/qxmpp-project/qxmpp/
diff --git a/net-im/qxmpp/pkg-plist b/net-im/qxmpp/pkg-plist
index a372c95da87b..a85bd92cfa4c 100644
--- a/net-im/qxmpp/pkg-plist
+++ b/net-im/qxmpp/pkg-plist
@@ -1,502 +1,69 @@
-libdata/pkgconfig/qxmpp.pc
-include/qxmpp/QXmppVersionManager.h
-include/qxmpp/QXmppVersionIq.h
-include/qxmpp/QXmppVCardManager.h
-include/qxmpp/QXmppVCardIq.h
-include/qxmpp/QXmppUtils.h
-include/qxmpp/QXmppTransferManager.h
-include/qxmpp/QXmppStun.h
-include/qxmpp/QXmppStreamInitiationIq.h
-include/qxmpp/QXmppStreamFeatures.h
-include/qxmpp/QXmppStream.h
-include/qxmpp/QXmppStanza.h
-include/qxmpp/QXmppSrvInfo.h
-include/qxmpp/QXmppSocks.h
-include/qxmpp/QXmppSessionIq.h
-include/qxmpp/QXmppServerPlugin.h
-include/qxmpp/QXmppServerExtension.h
-include/qxmpp/QXmppServer.h
-include/qxmpp/QXmppSaslAuth.h
-include/qxmpp/QXmppRtpChannel.h
-include/qxmpp/QXmppRpcManager.h
-include/qxmpp/QXmppRpcIq.h
-include/qxmpp/QXmppRosterManager.h
-include/qxmpp/QXmppRosterIq.h
-include/qxmpp/QXmppRemoteMethod.h
-include/qxmpp/QXmppReconnectionManager.h
-include/qxmpp/QXmppPubSubIq.h
-include/qxmpp/QXmppPresence.h
-include/qxmpp/QXmppPingIq.h
-include/qxmpp/QXmppPasswordChecker.h
-include/qxmpp/QXmppPacket.h
-include/qxmpp/QXmppOutgoingServer.h
-include/qxmpp/QXmppOutgoingClient.h
-include/qxmpp/QXmppNonSASLAuth.h
-include/qxmpp/QXmppMucManager.h
-include/qxmpp/QXmppMucIq.h
-include/qxmpp/QXmppMessage.h
-include/qxmpp/QXmppLogger.h
-include/qxmpp/QXmppJingleIq.h
-include/qxmpp/QXmppIq.h
-include/qxmpp/QXmppInvokable.h
-include/qxmpp/QXmppIncomingServer.h
-include/qxmpp/QXmppIncomingClient.h
-include/qxmpp/QXmppIbbIq.h
-include/qxmpp/QXmppGlobal.h
-include/qxmpp/QXmppEntityTimeManager.h
-include/qxmpp/QXmppEntityTimeIq.h
-include/qxmpp/QXmppElement.h
-include/qxmpp/QXmppDiscoveryManager.h
-include/qxmpp/QXmppDiscoveryIq.h
-include/qxmpp/QXmppDialback.h
-include/qxmpp/QXmppDataForm.h
-include/qxmpp/QXmppConstants.h
-include/qxmpp/QXmppConfiguration.h
-include/qxmpp/QXmppCodec.h
-include/qxmpp/QXmppClientExtension.h
-include/qxmpp/QXmppClient.h
-include/qxmpp/QXmppCallManager.h
-include/qxmpp/QXmppByteStreamIq.h
-include/qxmpp/QXmppBindIq.h
-include/qxmpp/QXmppArchiveManager.h
include/qxmpp/QXmppArchiveIq.h
-%%QT_LIBDIR%%/libqxmpp.a
-%%DOCSDIR%%/html/tabs.css
-%%DOCSDIR%%/html/tab_s.png
-%%DOCSDIR%%/html/tab_h.png
-%%DOCSDIR%%/html/tab_b.png
-%%DOCSDIR%%/html/tab_a.png
-%%DOCSDIR%%/html/search/search_r.png
-%%DOCSDIR%%/html/search/search_m.png
-%%DOCSDIR%%/html/search/search_l.png
-%%DOCSDIR%%/html/search/search.js
-%%DOCSDIR%%/html/search/search.css
-%%DOCSDIR%%/html/search/properties_76.html
-%%DOCSDIR%%/html/search/properties_73.html
-%%DOCSDIR%%/html/search/properties_70.html
-%%DOCSDIR%%/html/search/properties_6e.html
-%%DOCSDIR%%/html/search/properties_6d.html
-%%DOCSDIR%%/html/search/properties_6c.html
-%%DOCSDIR%%/html/search/properties_6a.html
-%%DOCSDIR%%/html/search/properties_69.html
-%%DOCSDIR%%/html/search/properties_64.html
-%%DOCSDIR%%/html/search/properties_61.html
-%%DOCSDIR%%/html/search/nomatches.html
-%%DOCSDIR%%/html/search/mag_sel.png
-%%DOCSDIR%%/html/search/functions_7e.html
-%%DOCSDIR%%/html/search/functions_78.html
-%%DOCSDIR%%/html/search/functions_77.html
-%%DOCSDIR%%/html/search/functions_76.html
-%%DOCSDIR%%/html/search/functions_75.html
-%%DOCSDIR%%/html/search/functions_74.html
-%%DOCSDIR%%/html/search/functions_73.html
-%%DOCSDIR%%/html/search/functions_72.html
-%%DOCSDIR%%/html/search/functions_71.html
-%%DOCSDIR%%/html/search/functions_70.html
-%%DOCSDIR%%/html/search/functions_6f.html
-%%DOCSDIR%%/html/search/functions_6e.html
-%%DOCSDIR%%/html/search/functions_6d.html
-%%DOCSDIR%%/html/search/functions_6c.html
-%%DOCSDIR%%/html/search/functions_6b.html
-%%DOCSDIR%%/html/search/functions_6a.html
-%%DOCSDIR%%/html/search/functions_69.html
-%%DOCSDIR%%/html/search/functions_68.html
-%%DOCSDIR%%/html/search/functions_67.html
-%%DOCSDIR%%/html/search/functions_66.html
-%%DOCSDIR%%/html/search/functions_65.html
-%%DOCSDIR%%/html/search/functions_64.html
-%%DOCSDIR%%/html/search/functions_63.html
-%%DOCSDIR%%/html/search/functions_62.html
-%%DOCSDIR%%/html/search/functions_61.html
-%%DOCSDIR%%/html/search/enumvalues_7a.html
-%%DOCSDIR%%/html/search/enumvalues_78.html
-%%DOCSDIR%%/html/search/enumvalues_77.html
-%%DOCSDIR%%/html/search/enumvalues_76.html
-%%DOCSDIR%%/html/search/enumvalues_75.html
-%%DOCSDIR%%/html/search/enumvalues_74.html
-%%DOCSDIR%%/html/search/enumvalues_73.html
-%%DOCSDIR%%/html/search/enumvalues_72.html
-%%DOCSDIR%%/html/search/enumvalues_70.html
-%%DOCSDIR%%/html/search/enumvalues_6f.html
-%%DOCSDIR%%/html/search/enumvalues_6e.html
-%%DOCSDIR%%/html/search/enumvalues_6b.html
-%%DOCSDIR%%/html/search/enumvalues_69.html
-%%DOCSDIR%%/html/search/enumvalues_68.html
-%%DOCSDIR%%/html/search/enumvalues_67.html
-%%DOCSDIR%%/html/search/enumvalues_66.html
-%%DOCSDIR%%/html/search/enumvalues_65.html
-%%DOCSDIR%%/html/search/enumvalues_64.html
-%%DOCSDIR%%/html/search/enumvalues_63.html
-%%DOCSDIR%%/html/search/enumvalues_62.html
-%%DOCSDIR%%/html/search/enumvalues_61.html
-%%DOCSDIR%%/html/search/enums_76.html
-%%DOCSDIR%%/html/search/enums_74.html
-%%DOCSDIR%%/html/search/enums_73.html
-%%DOCSDIR%%/html/search/enums_72.html
-%%DOCSDIR%%/html/search/enums_71.html
-%%DOCSDIR%%/html/search/enums_6e.html
-%%DOCSDIR%%/html/search/enums_6d.html
-%%DOCSDIR%%/html/search/enums_6c.html
-%%DOCSDIR%%/html/search/enums_65.html
-%%DOCSDIR%%/html/search/enums_64.html
-%%DOCSDIR%%/html/search/enums_63.html
-%%DOCSDIR%%/html/search/enums_61.html
-%%DOCSDIR%%/html/search/close.png
-%%DOCSDIR%%/html/search/classes_73.html
-%%DOCSDIR%%/html/search/classes_71.html
-%%DOCSDIR%%/html/search/classes_69.html
-%%DOCSDIR%%/html/search/classes_66.html
-%%DOCSDIR%%/html/search/all_7e.html
-%%DOCSDIR%%/html/search/all_7a.html
-%%DOCSDIR%%/html/search/all_78.html
-%%DOCSDIR%%/html/search/all_77.html
-%%DOCSDIR%%/html/search/all_76.html
-%%DOCSDIR%%/html/search/all_75.html
-%%DOCSDIR%%/html/search/all_74.html
-%%DOCSDIR%%/html/search/all_73.html
-%%DOCSDIR%%/html/search/all_72.html
-%%DOCSDIR%%/html/search/all_71.html
-%%DOCSDIR%%/html/search/all_70.html
-%%DOCSDIR%%/html/search/all_6f.html
-%%DOCSDIR%%/html/search/all_6e.html
-%%DOCSDIR%%/html/search/all_6d.html
-%%DOCSDIR%%/html/search/all_6c.html
-%%DOCSDIR%%/html/search/all_6b.html
-%%DOCSDIR%%/html/search/all_6a.html
-%%DOCSDIR%%/html/search/all_69.html
-%%DOCSDIR%%/html/search/all_68.html
-%%DOCSDIR%%/html/search/all_67.html
-%%DOCSDIR%%/html/search/all_66.html
-%%DOCSDIR%%/html/search/all_65.html
-%%DOCSDIR%%/html/search/all_64.html
-%%DOCSDIR%%/html/search/all_63.html
-%%DOCSDIR%%/html/search/all_62.html
-%%DOCSDIR%%/html/search/all_61.html
-%%DOCSDIR%%/html/open.png
-%%DOCSDIR%%/html/nav_h.png
-%%DOCSDIR%%/html/nav_f.png
-%%DOCSDIR%%/html/modules.html
-%%DOCSDIR%%/html/jquery.js
-%%DOCSDIR%%/html/installdox
-%%DOCSDIR%%/html/index.html
-%%DOCSDIR%%/html/hierarchy.html
-%%DOCSDIR%%/html/group__Stanzas.html
-%%DOCSDIR%%/html/group__Managers.html
-%%DOCSDIR%%/html/group__Core.html
-%%DOCSDIR%%/html/functions_prop.html
-%%DOCSDIR%%/html/functions_func_0x7e.html
-%%DOCSDIR%%/html/functions_func_0x78.html
-%%DOCSDIR%%/html/functions_func_0x77.html
-%%DOCSDIR%%/html/functions_func_0x76.html
-%%DOCSDIR%%/html/functions_func_0x75.html
-%%DOCSDIR%%/html/functions_func_0x74.html
-%%DOCSDIR%%/html/functions_func_0x73.html
-%%DOCSDIR%%/html/functions_func_0x72.html
-%%DOCSDIR%%/html/functions_func_0x71.html
-%%DOCSDIR%%/html/functions_func_0x70.html
-%%DOCSDIR%%/html/functions_func_0x6f.html
-%%DOCSDIR%%/html/functions_func_0x6e.html
-%%DOCSDIR%%/html/functions_func_0x6d.html
-%%DOCSDIR%%/html/functions_func_0x6c.html
-%%DOCSDIR%%/html/functions_func_0x6b.html
-%%DOCSDIR%%/html/functions_func_0x6a.html
-%%DOCSDIR%%/html/functions_func_0x69.html
-%%DOCSDIR%%/html/functions_func_0x68.html
-%%DOCSDIR%%/html/functions_func_0x67.html
-%%DOCSDIR%%/html/functions_func_0x66.html
-%%DOCSDIR%%/html/functions_func_0x65.html
-%%DOCSDIR%%/html/functions_func_0x64.html
-%%DOCSDIR%%/html/functions_func_0x63.html
-%%DOCSDIR%%/html/functions_func_0x62.html
-%%DOCSDIR%%/html/functions_func.html
-%%DOCSDIR%%/html/functions_eval.html
-%%DOCSDIR%%/html/functions_enum.html
-%%DOCSDIR%%/html/functions_0x7e.html
-%%DOCSDIR%%/html/functions_0x7a.html
-%%DOCSDIR%%/html/functions_0x78.html
-%%DOCSDIR%%/html/functions_0x77.html
-%%DOCSDIR%%/html/functions_0x76.html
-%%DOCSDIR%%/html/functions_0x75.html
-%%DOCSDIR%%/html/functions_0x74.html
-%%DOCSDIR%%/html/functions_0x73.html
-%%DOCSDIR%%/html/functions_0x72.html
-%%DOCSDIR%%/html/functions_0x71.html
-%%DOCSDIR%%/html/functions_0x70.html
-%%DOCSDIR%%/html/functions_0x6f.html
-%%DOCSDIR%%/html/functions_0x6e.html
-%%DOCSDIR%%/html/functions_0x6d.html
-%%DOCSDIR%%/html/functions_0x6c.html
-%%DOCSDIR%%/html/functions_0x6b.html
-%%DOCSDIR%%/html/functions_0x6a.html
-%%DOCSDIR%%/html/functions_0x69.html
-%%DOCSDIR%%/html/functions_0x68.html
-%%DOCSDIR%%/html/functions_0x67.html
-%%DOCSDIR%%/html/functions_0x66.html
-%%DOCSDIR%%/html/functions_0x65.html
-%%DOCSDIR%%/html/functions_0x64.html
-%%DOCSDIR%%/html/functions_0x63.html
-%%DOCSDIR%%/html/functions_0x62.html
-%%DOCSDIR%%/html/functions.html
-%%DOCSDIR%%/html/files.html
-%%DOCSDIR%%/html/doxygen.png
-%%DOCSDIR%%/html/doxygen.css
-%%DOCSDIR%%/html/closed.png
-%%DOCSDIR%%/html/classes.html
-%%DOCSDIR%%/html/classQXmppVideoFrame.html
-%%DOCSDIR%%/html/classQXmppVideoFrame-members.html
-%%DOCSDIR%%/html/classQXmppVideoDecoder.html
-%%DOCSDIR%%/html/classQXmppVideoDecoder-members.html
-%%DOCSDIR%%/html/classQXmppVersionManager.png
-%%DOCSDIR%%/html/classQXmppVersionManager.html
-%%DOCSDIR%%/html/classQXmppVersionManager-members.html
-%%DOCSDIR%%/html/classQXmppVersionIq.png
-%%DOCSDIR%%/html/classQXmppVersionIq.html
-%%DOCSDIR%%/html/classQXmppVersionIq-members.html
-%%DOCSDIR%%/html/classQXmppVCardManager.png
-%%DOCSDIR%%/html/classQXmppVCardManager.html
-%%DOCSDIR%%/html/classQXmppVCardManager-members.html
-%%DOCSDIR%%/html/classQXmppVCardIq.png
-%%DOCSDIR%%/html/classQXmppVCardIq.html
-%%DOCSDIR%%/html/classQXmppVCardIq-members.html
-%%DOCSDIR%%/html/classQXmppTransferManager.png
-%%DOCSDIR%%/html/classQXmppTransferManager.html
-%%DOCSDIR%%/html/classQXmppTransferManager-members.html
-%%DOCSDIR%%/html/classQXmppTransferJob.png
-%%DOCSDIR%%/html/classQXmppTransferJob.html
-%%DOCSDIR%%/html/classQXmppTransferJob-members.html
-%%DOCSDIR%%/html/classQXmppStream.png
-%%DOCSDIR%%/html/classQXmppStream.html
-%%DOCSDIR%%/html/classQXmppStream-members.html
-%%DOCSDIR%%/html/classQXmppStanza.png
-%%DOCSDIR%%/html/classQXmppStanza.html
-%%DOCSDIR%%/html/classQXmppStanza-members.html
-%%DOCSDIR%%/html/classQXmppSslServer.html
-%%DOCSDIR%%/html/classQXmppSslServer-members.html
-%%DOCSDIR%%/html/classQXmppSrvRecord.html
-%%DOCSDIR%%/html/classQXmppSrvRecord-members.html
-%%DOCSDIR%%/html/classQXmppSrvInfo.html
-%%DOCSDIR%%/html/classQXmppSrvInfo-members.html
-%%DOCSDIR%%/html/classQXmppSessionIq.png
-%%DOCSDIR%%/html/classQXmppSessionIq.html
-%%DOCSDIR%%/html/classQXmppSessionIq-members.html
-%%DOCSDIR%%/html/classQXmppServerPlugin.html
-%%DOCSDIR%%/html/classQXmppServerPlugin-members.html
-%%DOCSDIR%%/html/classQXmppServerExtension.png
-%%DOCSDIR%%/html/classQXmppServerExtension.html
-%%DOCSDIR%%/html/classQXmppServerExtension-members.html
-%%DOCSDIR%%/html/classQXmppServer.png
-%%DOCSDIR%%/html/classQXmppServer.html
-%%DOCSDIR%%/html/classQXmppServer-members.html
-%%DOCSDIR%%/html/classQXmppRtpVideoChannel.png
-%%DOCSDIR%%/html/classQXmppRtpVideoChannel.html
-%%DOCSDIR%%/html/classQXmppRtpVideoChannel-members.html
-%%DOCSDIR%%/html/classQXmppRtpPacket.html
-%%DOCSDIR%%/html/classQXmppRtpPacket-members.html
-%%DOCSDIR%%/html/classQXmppRtpAudioChannel.html
-%%DOCSDIR%%/html/classQXmppRtpAudioChannel-members.html
-%%DOCSDIR%%/html/classQXmppRpcResponseIq.png
-%%DOCSDIR%%/html/classQXmppRpcResponseIq.html
-%%DOCSDIR%%/html/classQXmppRpcResponseIq-members.html
-%%DOCSDIR%%/html/classQXmppRpcManager.png
-%%DOCSDIR%%/html/classQXmppRpcManager.html
-%%DOCSDIR%%/html/classQXmppRpcManager-members.html
-%%DOCSDIR%%/html/classQXmppRpcInvokeIq.png
-%%DOCSDIR%%/html/classQXmppRpcInvokeIq.html
-%%DOCSDIR%%/html/classQXmppRpcInvokeIq-members.html
-%%DOCSDIR%%/html/classQXmppRosterManager.png
-%%DOCSDIR%%/html/classQXmppRosterManager.html
-%%DOCSDIR%%/html/classQXmppRosterManager-members.html
-%%DOCSDIR%%/html/classQXmppRosterIq_1_1Item.html
-%%DOCSDIR%%/html/classQXmppRosterIq_1_1Item-members.html
-%%DOCSDIR%%/html/classQXmppRosterIq.png
-%%DOCSDIR%%/html/classQXmppRosterIq.html
-%%DOCSDIR%%/html/classQXmppRosterIq-members.html
-%%DOCSDIR%%/html/classQXmppPubSubItem.html
-%%DOCSDIR%%/html/classQXmppPubSubItem-members.html
-%%DOCSDIR%%/html/classQXmppPubSubIq.png
-%%DOCSDIR%%/html/classQXmppPubSubIq.html
-%%DOCSDIR%%/html/classQXmppPubSubIq-members.html
-%%DOCSDIR%%/html/classQXmppPresence_1_1Status.html
-%%DOCSDIR%%/html/classQXmppPresence_1_1Status-members.html
-%%DOCSDIR%%/html/classQXmppPresence.png
-%%DOCSDIR%%/html/classQXmppPresence.html
-%%DOCSDIR%%/html/classQXmppPresence-members.html
-%%DOCSDIR%%/html/classQXmppPasswordRequest.html
-%%DOCSDIR%%/html/classQXmppPasswordRequest-members.html
-%%DOCSDIR%%/html/classQXmppPasswordReply.html
-%%DOCSDIR%%/html/classQXmppPasswordReply-members.html
-%%DOCSDIR%%/html/classQXmppPasswordChecker.html
-%%DOCSDIR%%/html/classQXmppPasswordChecker-members.html
-%%DOCSDIR%%/html/classQXmppOutgoingServer.png
-%%DOCSDIR%%/html/classQXmppOutgoingServer.html
-%%DOCSDIR%%/html/classQXmppOutgoingServer-members.html
-%%DOCSDIR%%/html/classQXmppOutgoingClient.png
-%%DOCSDIR%%/html/classQXmppOutgoingClient.html
-%%DOCSDIR%%/html/classQXmppOutgoingClient-members.html
-%%DOCSDIR%%/html/classQXmppMucRoom.html
-%%DOCSDIR%%/html/classQXmppMucRoom-members.html
-%%DOCSDIR%%/html/classQXmppMucOwnerIq.png
-%%DOCSDIR%%/html/classQXmppMucOwnerIq.html
-%%DOCSDIR%%/html/classQXmppMucOwnerIq-members.html
-%%DOCSDIR%%/html/classQXmppMucManager.png
-%%DOCSDIR%%/html/classQXmppMucManager.html
-%%DOCSDIR%%/html/classQXmppMucManager-members.html
-%%DOCSDIR%%/html/classQXmppMucItem.html
-%%DOCSDIR%%/html/classQXmppMucItem-members.html
-%%DOCSDIR%%/html/classQXmppMucAdminIq.png
-%%DOCSDIR%%/html/classQXmppMucAdminIq.html
-%%DOCSDIR%%/html/classQXmppMucAdminIq-members.html
-%%DOCSDIR%%/html/classQXmppMessage.png
-%%DOCSDIR%%/html/classQXmppMessage.html
-%%DOCSDIR%%/html/classQXmppMessage-members.html
-%%DOCSDIR%%/html/classQXmppLogger.html
-%%DOCSDIR%%/html/classQXmppLogger-members.html
-%%DOCSDIR%%/html/classQXmppLoggable.png
-%%DOCSDIR%%/html/classQXmppLoggable.html
-%%DOCSDIR%%/html/classQXmppLoggable-members.html
-%%DOCSDIR%%/html/classQXmppJinglePayloadType.html
-%%DOCSDIR%%/html/classQXmppJinglePayloadType-members.html
-%%DOCSDIR%%/html/classQXmppJingleIq.png
-%%DOCSDIR%%/html/classQXmppJingleIq.html
-%%DOCSDIR%%/html/classQXmppJingleIq-members.html
-%%DOCSDIR%%/html/classQXmppJingleCandidate.html
-%%DOCSDIR%%/html/classQXmppJingleCandidate-members.html
-%%DOCSDIR%%/html/classQXmppIq.png
-%%DOCSDIR%%/html/classQXmppIq.html
-%%DOCSDIR%%/html/classQXmppIq-members.html
-%%DOCSDIR%%/html/classQXmppInvokable.html
-%%DOCSDIR%%/html/classQXmppInvokable-members.html
-%%DOCSDIR%%/html/classQXmppIncomingServer.png
-%%DOCSDIR%%/html/classQXmppIncomingServer.html
-%%DOCSDIR%%/html/classQXmppIncomingServer-members.html
-%%DOCSDIR%%/html/classQXmppIncomingClient.png
-%%DOCSDIR%%/html/classQXmppIncomingClient.html
-%%DOCSDIR%%/html/classQXmppIncomingClient-members.html
-%%DOCSDIR%%/html/classQXmppIceConnection.png
-%%DOCSDIR%%/html/classQXmppIceConnection.html
-%%DOCSDIR%%/html/classQXmppIceConnection-members.html
-%%DOCSDIR%%/html/classQXmppIceComponent.png
-%%DOCSDIR%%/html/classQXmppIceComponent.html
-%%DOCSDIR%%/html/classQXmppIceComponent-members.html
-%%DOCSDIR%%/html/classQXmppEntityTimeManager.png
-%%DOCSDIR%%/html/classQXmppEntityTimeManager.html
-%%DOCSDIR%%/html/classQXmppEntityTimeManager-members.html
-%%DOCSDIR%%/html/classQXmppDiscoveryManager.png
-%%DOCSDIR%%/html/classQXmppDiscoveryManager.html
-%%DOCSDIR%%/html/classQXmppDiscoveryManager-members.html
-%%DOCSDIR%%/html/classQXmppDialback.png
-%%DOCSDIR%%/html/classQXmppDialback.html
-%%DOCSDIR%%/html/classQXmppDialback-members.html
-%%DOCSDIR%%/html/classQXmppDataForm_1_1Field.html
-%%DOCSDIR%%/html/classQXmppDataForm_1_1Field-members.html
-%%DOCSDIR%%/html/classQXmppDataForm.html
-%%DOCSDIR%%/html/classQXmppDataForm-members.html
-%%DOCSDIR%%/html/classQXmppConfiguration.html
-%%DOCSDIR%%/html/classQXmppConfiguration-members.html
-%%DOCSDIR%%/html/classQXmppCodec.html
-%%DOCSDIR%%/html/classQXmppCodec-members.html
-%%DOCSDIR%%/html/classQXmppClientExtension.png
-%%DOCSDIR%%/html/classQXmppClientExtension.html
-%%DOCSDIR%%/html/classQXmppClientExtension-members.html
-%%DOCSDIR%%/html/classQXmppClient.png
-%%DOCSDIR%%/html/classQXmppClient.html
-%%DOCSDIR%%/html/classQXmppClient-members.html
-%%DOCSDIR%%/html/classQXmppCallManager.png
-%%DOCSDIR%%/html/classQXmppCallManager.html
-%%DOCSDIR%%/html/classQXmppCallManager-members.html
-%%DOCSDIR%%/html/classQXmppCall.png
-%%DOCSDIR%%/html/classQXmppCall.html
-%%DOCSDIR%%/html/classQXmppCall-members.html
-%%DOCSDIR%%/html/classQXmppBindIq.png
-%%DOCSDIR%%/html/classQXmppBindIq.html
-%%DOCSDIR%%/html/classQXmppBindIq-members.html
-%%DOCSDIR%%/html/classQXmppArchiveRetrieveIq.png
-%%DOCSDIR%%/html/classQXmppArchiveRetrieveIq.html
-%%DOCSDIR%%/html/classQXmppArchiveRetrieveIq-members.html
-%%DOCSDIR%%/html/classQXmppArchiveRemoveIq.png
-%%DOCSDIR%%/html/classQXmppArchiveRemoveIq.html
-%%DOCSDIR%%/html/classQXmppArchiveRemoveIq-members.html
-%%DOCSDIR%%/html/classQXmppArchivePrefIq.png
-%%DOCSDIR%%/html/classQXmppArchivePrefIq.html
-%%DOCSDIR%%/html/classQXmppArchivePrefIq-members.html
-%%DOCSDIR%%/html/classQXmppArchiveMessage.html
-%%DOCSDIR%%/html/classQXmppArchiveMessage-members.html
-%%DOCSDIR%%/html/classQXmppArchiveManager.png
-%%DOCSDIR%%/html/classQXmppArchiveManager.html
-%%DOCSDIR%%/html/classQXmppArchiveManager-members.html
-%%DOCSDIR%%/html/classQXmppArchiveListIq.png
-%%DOCSDIR%%/html/classQXmppArchiveListIq.html
-%%DOCSDIR%%/html/classQXmppArchiveListIq-members.html
-%%DOCSDIR%%/html/classQXmppArchiveChatIq.png
-%%DOCSDIR%%/html/classQXmppArchiveChatIq.html
-%%DOCSDIR%%/html/classQXmppArchiveChatIq-members.html
-%%DOCSDIR%%/html/classQXmppArchiveChat.html
-%%DOCSDIR%%/html/classQXmppArchiveChat-members.html
-%%DOCSDIR%%/html/bc_s.png
-%%DOCSDIR%%/html/annotated.html
-%%DOCSDIR%%/html/QXmppVersionManager_8h_source.html
-%%DOCSDIR%%/html/QXmppVersionIq_8h_source.html
-%%DOCSDIR%%/html/QXmppVCardManager_8h_source.html
-%%DOCSDIR%%/html/QXmppVCardIq_8h_source.html
-%%DOCSDIR%%/html/QXmppUtils_8h_source.html
-%%DOCSDIR%%/html/QXmppTransferManager_8h_source.html
-%%DOCSDIR%%/html/QXmppStun_8h_source.html
-%%DOCSDIR%%/html/QXmppStream_8h_source.html
-%%DOCSDIR%%/html/QXmppStreamInitiationIq_8h_source.html
-%%DOCSDIR%%/html/QXmppStreamFeatures_8h_source.html
-%%DOCSDIR%%/html/QXmppStanza_8h_source.html
-%%DOCSDIR%%/html/QXmppSrvInfo__p_8h_source.html
-%%DOCSDIR%%/html/QXmppSrvInfo_8h_source.html
-%%DOCSDIR%%/html/QXmppSocks_8h_source.html
-%%DOCSDIR%%/html/QXmppSessionIq_8h_source.html
-%%DOCSDIR%%/html/QXmppServer_8h_source.html
-%%DOCSDIR%%/html/QXmppServerPlugin_8h_source.html
-%%DOCSDIR%%/html/QXmppServerExtension_8h_source.html
-%%DOCSDIR%%/html/QXmppSaslAuth_8h_source.html
-%%DOCSDIR%%/html/QXmppRtpChannel_8h_source.html
-%%DOCSDIR%%/html/QXmppRpcManager_8h_source.html
-%%DOCSDIR%%/html/QXmppRpcIq_8h_source.html
-%%DOCSDIR%%/html/QXmppRosterManager_8h_source.html
-%%DOCSDIR%%/html/QXmppRosterIq_8h_source.html
-%%DOCSDIR%%/html/QXmppRemoteMethod_8h_source.html
-%%DOCSDIR%%/html/QXmppReconnectionManager_8h_source.html
-%%DOCSDIR%%/html/QXmppPubSubIq_8h_source.html
-%%DOCSDIR%%/html/QXmppPresence_8h_source.html
-%%DOCSDIR%%/html/QXmppPingIq_8h_source.html
-%%DOCSDIR%%/html/QXmppPasswordChecker_8h_source.html
-%%DOCSDIR%%/html/QXmppPacket_8h_source.html
-%%DOCSDIR%%/html/QXmppOutgoingServer_8h_source.html
-%%DOCSDIR%%/html/QXmppOutgoingClient_8h_source.html
-%%DOCSDIR%%/html/QXmppNonSASLAuth_8h_source.html
-%%DOCSDIR%%/html/QXmppMucManager_8h_source.html
-%%DOCSDIR%%/html/QXmppMucIq_8h_source.html
-%%DOCSDIR%%/html/QXmppMessage_8h_source.html
-%%DOCSDIR%%/html/QXmppLogger_8h_source.html
-%%DOCSDIR%%/html/QXmppJingleIq_8h_source.html
-%%DOCSDIR%%/html/QXmppIq_8h_source.html
-%%DOCSDIR%%/html/QXmppInvokable_8h_source.html
-%%DOCSDIR%%/html/QXmppIncomingServer_8h_source.html
-%%DOCSDIR%%/html/QXmppIncomingClient_8h_source.html
-%%DOCSDIR%%/html/QXmppIbbIq_8h_source.html
-%%DOCSDIR%%/html/QXmppGlobal_8h_source.html
-%%DOCSDIR%%/html/QXmppEntityTimeManager_8h_source.html
-%%DOCSDIR%%/html/QXmppEntityTimeIq_8h_source.html
-%%DOCSDIR%%/html/QXmppElement_8h_source.html
-%%DOCSDIR%%/html/QXmppDiscoveryManager_8h_source.html
-%%DOCSDIR%%/html/QXmppDiscoveryIq_8h_source.html
-%%DOCSDIR%%/html/QXmppDialback_8h_source.html
-%%DOCSDIR%%/html/QXmppDataForm_8h_source.html
-%%DOCSDIR%%/html/QXmppConstants_8h_source.html
-%%DOCSDIR%%/html/QXmppConfiguration_8h_source.html
-%%DOCSDIR%%/html/QXmppCodec_8h_source.html
-%%DOCSDIR%%/html/QXmppClient_8h_source.html
-%%DOCSDIR%%/html/QXmppClientExtension_8h_source.html
-%%DOCSDIR%%/html/QXmppCallManager_8h_source.html
-%%DOCSDIR%%/html/QXmppByteStreamIq_8h_source.html
-%%DOCSDIR%%/html/QXmppBindIq_8h_source.html
-%%DOCSDIR%%/html/QXmppArchiveManager_8h_source.html
-%%DOCSDIR%%/html/QXmppArchiveIq_8h_source.html
-@dirrm include/qxmpp
-@dirrm %%DOCSDIR%%/html/search
-@dirrm %%DOCSDIR%%/html
-@dirrm %%DOCSDIR%%
+include/qxmpp/QXmppArchiveManager.h
+include/qxmpp/QXmppBindIq.h
+include/qxmpp/QXmppBookmarkManager.h
+include/qxmpp/QXmppBookmarkSet.h
+include/qxmpp/QXmppByteStreamIq.h
+include/qxmpp/QXmppCallManager.h
+include/qxmpp/QXmppClient.h
+include/qxmpp/QXmppClientExtension.h
+include/qxmpp/QXmppConfiguration.h
+include/qxmpp/QXmppConstants.h
+include/qxmpp/QXmppDataForm.h
+include/qxmpp/QXmppDialback.h
+include/qxmpp/QXmppDiscoveryIq.h
+include/qxmpp/QXmppDiscoveryManager.h
+include/qxmpp/QXmppElement.h
+include/qxmpp/QXmppEntityTimeIq.h
+include/qxmpp/QXmppEntityTimeManager.h
+include/qxmpp/QXmppGlobal.h
+include/qxmpp/QXmppIbbIq.h
+include/qxmpp/QXmppIncomingClient.h
+include/qxmpp/QXmppIncomingServer.h
+include/qxmpp/QXmppInvokable.h
+include/qxmpp/QXmppIq.h
+include/qxmpp/QXmppJingleIq.h
+include/qxmpp/QXmppLogger.h
+include/qxmpp/QXmppMessage.h
+include/qxmpp/QXmppMessageReceiptManager.h
+include/qxmpp/QXmppMucIq.h
+include/qxmpp/QXmppMucManager.h
+include/qxmpp/QXmppNonSASLAuth.h
+include/qxmpp/QXmppOutgoingClient.h
+include/qxmpp/QXmppOutgoingServer.h
+include/qxmpp/QXmppPasswordChecker.h
+include/qxmpp/QXmppPingIq.h
+include/qxmpp/QXmppPresence.h
+include/qxmpp/QXmppPubSubIq.h
+include/qxmpp/QXmppRegisterIq.h
+include/qxmpp/QXmppRemoteMethod.h
+include/qxmpp/QXmppResultSet.h
+include/qxmpp/QXmppRosterIq.h
+include/qxmpp/QXmppRosterManager.h
+include/qxmpp/QXmppRpcIq.h
+include/qxmpp/QXmppRpcManager.h
+include/qxmpp/QXmppRtpChannel.h
+include/qxmpp/QXmppServer.h
+include/qxmpp/QXmppServerExtension.h
+include/qxmpp/QXmppServerPlugin.h
+include/qxmpp/QXmppSessionIq.h
+include/qxmpp/QXmppSocks.h
+include/qxmpp/QXmppStanza.h
+include/qxmpp/QXmppStream.h
+include/qxmpp/QXmppStreamFeatures.h
+include/qxmpp/QXmppStun.h
+include/qxmpp/QXmppTransferManager.h
+include/qxmpp/QXmppTransferManager_p.h
+include/qxmpp/QXmppUtils.h
+include/qxmpp/QXmppVCardIq.h
+include/qxmpp/QXmppVCardManager.h
+include/qxmpp/QXmppVersionIq.h
+include/qxmpp/QXmppVersionManager.h
+include/qxmpp/qdnslookup.h
+include/qxmpp/qdnslookup_p.h
+lib/libqxmpp.so
+lib/libqxmpp.so.0
+lib/libqxmpp.so.0.8
+lib/libqxmpp.so.0.8.0
+libdata/pkgconfig/qxmpp.pc
+@dirrmtry include/qxmpp