aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppPubSubManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppPubSubManager.cpp')
-rw-r--r--src/client/QXmppPubSubManager.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/QXmppPubSubManager.cpp b/src/client/QXmppPubSubManager.cpp
index 00d537db..c27b5fcb 100644
--- a/src/client/QXmppPubSubManager.cpp
+++ b/src/client/QXmppPubSubManager.cpp
@@ -744,6 +744,17 @@ QFuture<QXmppPubSubManager::Result> QXmppPubSubManager::unsubscribeFromNode(cons
}
///
+/// \fn QXmppPubSubManager::requestPepFeatures()
+///
+/// Requests all features of the own PEP service via service discovery.
+///
+/// This is a convenience method equivalent to calling
+/// QXmppPubSubManager::requestFeatures on the current account's bare JID.
+///
+/// \warning THIS API IS NOT FINALIZED YET!
+///
+
+///
///
/// \fn QXmppPubSubManager::fetchPepNodes()
///