aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppServer.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-28 13:30:27 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-28 13:30:27 +0000
commit17463e44dc32fdc589cab028db79ad68d40f815d (patch)
tree4b947d520332364ba15b0e1465c9a080139a409b /src/QXmppServer.cpp
parent6972d59c54cd90a592ab7db51f5ba87940253bff (diff)
downloadqxmpp-17463e44dc32fdc589cab028db79ad68d40f815d.tar.gz
enable mod_version
Diffstat (limited to 'src/QXmppServer.cpp')
-rw-r--r--src/QXmppServer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QXmppServer.cpp b/src/QXmppServer.cpp
index bb327916..1ba4c46c 100644
--- a/src/QXmppServer.cpp
+++ b/src/QXmppServer.cpp
@@ -41,6 +41,7 @@
Q_IMPORT_PLUGIN(mod_disco)
Q_IMPORT_PLUGIN(mod_ping)
Q_IMPORT_PLUGIN(mod_proxy65)
+Q_IMPORT_PLUGIN(mod_version)
class QXmppServerPrivate
{