aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppPubSubManager.cpp
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-04-07 18:54:54 +0200
committerLinus Jahn <lnj@kaidan.im>2022-04-09 22:27:12 +0200
commit94f4a045d5f7994fbe000f41a3fd2f6bf4431511 (patch)
treefe42800301a56f4109a11f1775fb7a37022b76b5 /src/client/QXmppPubSubManager.cpp
parenta42c11570b9bba3465fb79dc936de6cb3c7c48cb (diff)
PubSubManager: Add requestPepFeatures()
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()
///