1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Bump version

- Update to 0.8.0
- Moved qxmpp-leechcraft because merged into qxmpp
This commit is contained in:
Veniamin Gvozdikov 2014-07-08 22:03:45 +00:00
parent 3ede6d9498
commit 1fb8c8796f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361298
15 changed files with 112 additions and 709 deletions

1
MOVED
View File

@ -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 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/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-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

View File

@ -137,7 +137,6 @@
SUBDIR += qwit SUBDIR += qwit
SUBDIR += qwit-devel SUBDIR += qwit-devel
SUBDIR += qxmpp SUBDIR += qxmpp
SUBDIR += qxmpp-leechcraft
SUBDIR += ramblercontacts SUBDIR += ramblercontacts
SUBDIR += rubygem-earthquake SUBDIR += rubygem-earthquake
SUBDIR += rubygem-hipchat SUBDIR += rubygem-hipchat

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (qxmpp-0.3.61-extras.tar.bz2) = 4309a8d91fe8b71214b1e7133f77bf23527f5e366f4bb44b8d2235da4622eb25
SIZE (qxmpp-0.3.61-extras.tar.bz2) = 205766

View File

@ -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;

View File

@ -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/

View File

@ -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

View File

@ -2,25 +2,27 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= qxmpp PORTNAME= qxmpp
PORTVERSION= 0.3.91 PORTVERSION= 0.8.0
PORTREVISION= 1
CATEGORIES= net-im CATEGORIES= net-im
MASTER_SITES= GOOGLE_CODE MASTER_SITES= GH GHC
MAINTAINER= vg@FreeBSD.org MAINTAINER= vg@FreeBSD.org
COMMENT= QXmpp is an xmpp client library based on Qt & C++ COMMENT= QXmpp is an xmpp client library based on Qt & C++
LICENSE= LGPL21 LICENSE= LGPL21
USES= qmake USES= qmake pathfix pkgconfig libtool
USE_QT4= gui network xml uic_build moc_build rcc_build 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: 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 ${WRKSRC}/src/src.pro
${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \
${WRKSRC}/${PORTNAME}.pro
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (qxmpp-0.3.91.tar.gz) = 7797f5afd3cdc30d00e8c5750b451633ea1ec3007621e6b2fb1f4a6011294561 SHA256 (qxmpp-0.8.0.tar.gz) = 030ca763d778d4b8e01a7697a8f6de0a3d31734384c524c458b1456ff7b867e4
SIZE (qxmpp-0.3.91.tar.gz) = 899912 SIZE (qxmpp-0.8.0.tar.gz) = 275656

View File

@ -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
+ }
+}

View File

@ -1,20 +1,34 @@
--- qxmpp.pro.orig 2012-01-07 22:29:59.855639988 +0000 --- ./qxmpp.pro.orig 2014-07-02 00:55:44.879359720 +0400
+++ qxmpp.pro 2012-01-07 22:30:28.846689409 +0000 +++ ./qxmpp.pro 2014-07-02 00:56:27.297356491 +0400
@@ -3,8 +3,6 @@ include(qxmpp.pri) @@ -6,29 +6,19 @@
TEMPLATE = subdirs
SUBDIRS = src \ android {
- tests \ } else {
- examples \ - SUBDIRS += tests examples doc
doc - INSTALLS += htmldocs
+ SUBDIRS += tests examples
}
CONFIG += ordered CONFIG += ordered
@@ -24,7 +22,7 @@ dist.depends = docs
# Install rules -# Documentation generation
htmldocs.files = doc/html -docs.commands = cd doc/ && $(QMAKE) && $(MAKE) docs
-htmldocs.path = $$[QT_INSTALL_PREFIX]/share/doc/qxmpp -
+htmldocs.path = %%DOCSDIR%% # Source distribution
htmldocs.CONFIG += no_check_exist directory 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

View File

@ -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;

View File

@ -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

View File

@ -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 details. But it is always recommended to the advanced users to read
and enjoy the low level details. and enjoy the low level details.
WWW: http://code.google.com/p/qxmpp/ WWW: https://github.com/qxmpp-project/qxmpp/

View File

@ -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 include/qxmpp/QXmppArchiveIq.h
%%QT_LIBDIR%%/libqxmpp.a include/qxmpp/QXmppArchiveManager.h
%%DOCSDIR%%/html/tabs.css include/qxmpp/QXmppBindIq.h
%%DOCSDIR%%/html/tab_s.png include/qxmpp/QXmppBookmarkManager.h
%%DOCSDIR%%/html/tab_h.png include/qxmpp/QXmppBookmarkSet.h
%%DOCSDIR%%/html/tab_b.png include/qxmpp/QXmppByteStreamIq.h
%%DOCSDIR%%/html/tab_a.png include/qxmpp/QXmppCallManager.h
%%DOCSDIR%%/html/search/search_r.png include/qxmpp/QXmppClient.h
%%DOCSDIR%%/html/search/search_m.png include/qxmpp/QXmppClientExtension.h
%%DOCSDIR%%/html/search/search_l.png include/qxmpp/QXmppConfiguration.h
%%DOCSDIR%%/html/search/search.js include/qxmpp/QXmppConstants.h
%%DOCSDIR%%/html/search/search.css include/qxmpp/QXmppDataForm.h
%%DOCSDIR%%/html/search/properties_76.html include/qxmpp/QXmppDialback.h
%%DOCSDIR%%/html/search/properties_73.html include/qxmpp/QXmppDiscoveryIq.h
%%DOCSDIR%%/html/search/properties_70.html include/qxmpp/QXmppDiscoveryManager.h
%%DOCSDIR%%/html/search/properties_6e.html include/qxmpp/QXmppElement.h
%%DOCSDIR%%/html/search/properties_6d.html include/qxmpp/QXmppEntityTimeIq.h
%%DOCSDIR%%/html/search/properties_6c.html include/qxmpp/QXmppEntityTimeManager.h
%%DOCSDIR%%/html/search/properties_6a.html include/qxmpp/QXmppGlobal.h
%%DOCSDIR%%/html/search/properties_69.html include/qxmpp/QXmppIbbIq.h
%%DOCSDIR%%/html/search/properties_64.html include/qxmpp/QXmppIncomingClient.h
%%DOCSDIR%%/html/search/properties_61.html include/qxmpp/QXmppIncomingServer.h
%%DOCSDIR%%/html/search/nomatches.html include/qxmpp/QXmppInvokable.h
%%DOCSDIR%%/html/search/mag_sel.png include/qxmpp/QXmppIq.h
%%DOCSDIR%%/html/search/functions_7e.html include/qxmpp/QXmppJingleIq.h
%%DOCSDIR%%/html/search/functions_78.html include/qxmpp/QXmppLogger.h
%%DOCSDIR%%/html/search/functions_77.html include/qxmpp/QXmppMessage.h
%%DOCSDIR%%/html/search/functions_76.html include/qxmpp/QXmppMessageReceiptManager.h
%%DOCSDIR%%/html/search/functions_75.html include/qxmpp/QXmppMucIq.h
%%DOCSDIR%%/html/search/functions_74.html include/qxmpp/QXmppMucManager.h
%%DOCSDIR%%/html/search/functions_73.html include/qxmpp/QXmppNonSASLAuth.h
%%DOCSDIR%%/html/search/functions_72.html include/qxmpp/QXmppOutgoingClient.h
%%DOCSDIR%%/html/search/functions_71.html include/qxmpp/QXmppOutgoingServer.h
%%DOCSDIR%%/html/search/functions_70.html include/qxmpp/QXmppPasswordChecker.h
%%DOCSDIR%%/html/search/functions_6f.html include/qxmpp/QXmppPingIq.h
%%DOCSDIR%%/html/search/functions_6e.html include/qxmpp/QXmppPresence.h
%%DOCSDIR%%/html/search/functions_6d.html include/qxmpp/QXmppPubSubIq.h
%%DOCSDIR%%/html/search/functions_6c.html include/qxmpp/QXmppRegisterIq.h
%%DOCSDIR%%/html/search/functions_6b.html include/qxmpp/QXmppRemoteMethod.h
%%DOCSDIR%%/html/search/functions_6a.html include/qxmpp/QXmppResultSet.h
%%DOCSDIR%%/html/search/functions_69.html include/qxmpp/QXmppRosterIq.h
%%DOCSDIR%%/html/search/functions_68.html include/qxmpp/QXmppRosterManager.h
%%DOCSDIR%%/html/search/functions_67.html include/qxmpp/QXmppRpcIq.h
%%DOCSDIR%%/html/search/functions_66.html include/qxmpp/QXmppRpcManager.h
%%DOCSDIR%%/html/search/functions_65.html include/qxmpp/QXmppRtpChannel.h
%%DOCSDIR%%/html/search/functions_64.html include/qxmpp/QXmppServer.h
%%DOCSDIR%%/html/search/functions_63.html include/qxmpp/QXmppServerExtension.h
%%DOCSDIR%%/html/search/functions_62.html include/qxmpp/QXmppServerPlugin.h
%%DOCSDIR%%/html/search/functions_61.html include/qxmpp/QXmppSessionIq.h
%%DOCSDIR%%/html/search/enumvalues_7a.html include/qxmpp/QXmppSocks.h
%%DOCSDIR%%/html/search/enumvalues_78.html include/qxmpp/QXmppStanza.h
%%DOCSDIR%%/html/search/enumvalues_77.html include/qxmpp/QXmppStream.h
%%DOCSDIR%%/html/search/enumvalues_76.html include/qxmpp/QXmppStreamFeatures.h
%%DOCSDIR%%/html/search/enumvalues_75.html include/qxmpp/QXmppStun.h
%%DOCSDIR%%/html/search/enumvalues_74.html include/qxmpp/QXmppTransferManager.h
%%DOCSDIR%%/html/search/enumvalues_73.html include/qxmpp/QXmppTransferManager_p.h
%%DOCSDIR%%/html/search/enumvalues_72.html include/qxmpp/QXmppUtils.h
%%DOCSDIR%%/html/search/enumvalues_70.html include/qxmpp/QXmppVCardIq.h
%%DOCSDIR%%/html/search/enumvalues_6f.html include/qxmpp/QXmppVCardManager.h
%%DOCSDIR%%/html/search/enumvalues_6e.html include/qxmpp/QXmppVersionIq.h
%%DOCSDIR%%/html/search/enumvalues_6b.html include/qxmpp/QXmppVersionManager.h
%%DOCSDIR%%/html/search/enumvalues_69.html include/qxmpp/qdnslookup.h
%%DOCSDIR%%/html/search/enumvalues_68.html include/qxmpp/qdnslookup_p.h
%%DOCSDIR%%/html/search/enumvalues_67.html lib/libqxmpp.so
%%DOCSDIR%%/html/search/enumvalues_66.html lib/libqxmpp.so.0
%%DOCSDIR%%/html/search/enumvalues_65.html lib/libqxmpp.so.0.8
%%DOCSDIR%%/html/search/enumvalues_64.html lib/libqxmpp.so.0.8.0
%%DOCSDIR%%/html/search/enumvalues_63.html libdata/pkgconfig/qxmpp.pc
%%DOCSDIR%%/html/search/enumvalues_62.html @dirrmtry include/qxmpp
%%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%%