aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppServerExtension.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/QXmppServerExtension.cpp')
-rw-r--r--src/server/QXmppServerExtension.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/server/QXmppServerExtension.cpp b/src/server/QXmppServerExtension.cpp
index cb8d1dad..1ced58b4 100644
--- a/src/server/QXmppServerExtension.cpp
+++ b/src/server/QXmppServerExtension.cpp
@@ -118,22 +118,6 @@ QSet<QString> QXmppServerExtension::presenceSubscriptions(const QString &jid)
return QSet<QString>();
}
-/// Returns the extension's statistics.
-///
-
-QVariantMap QXmppServerExtension::statistics() const
-{
- return QVariantMap();
-}
-
-/// Sets the extension's statistics.
-///
-
-void QXmppServerExtension::setStatistics(const QVariantMap &statistics)
-{
- Q_UNUSED(statistics);
-}
-
/// Starts the extension.
///
/// Return true if the extension was started, false otherwise.