From 94f4a045d5f7994fbe000f41a3fd2f6bf4431511 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Thu, 7 Apr 2022 18:54:54 +0200 Subject: PubSubManager: Add requestPepFeatures() --- src/client/QXmppPubSubManager.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/client/QXmppPubSubManager.cpp') 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 @@ -743,6 +743,17 @@ QFuture QXmppPubSubManager::unsubscribeFromNode(cons return client()->sendGenericIq(std::move(request)); } +/// +/// \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() -- cgit v1.2.3