diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-04-09 21:08:53 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-04-09 22:27:11 +0200 |
| commit | 0db9b42c59864d771f5269c54884862fa897437e (patch) | |
| tree | 50c378d748569d0ed8d8d0f686204eb882b0eef9 /src/client/QXmppPubSubManager.cpp | |
| parent | cfc3f2f2c28f559dbaf3277923a92937ae85c2ed (diff) | |
| download | qxmpp-0db9b42c59864d771f5269c54884862fa897437e.tar.gz | |
PubSubManager: Add PEP overload for fetchNodes()
Diffstat (limited to 'src/client/QXmppPubSubManager.cpp')
| -rw-r--r-- | src/client/QXmppPubSubManager.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/QXmppPubSubManager.cpp b/src/client/QXmppPubSubManager.cpp index b7412f9f..52cb5de8 100644 --- a/src/client/QXmppPubSubManager.cpp +++ b/src/client/QXmppPubSubManager.cpp @@ -685,6 +685,16 @@ QFuture<QXmppPubSubManager::Result> QXmppPubSubManager::unsubscribeFromNode(cons } /// +/// +/// \fn QXmppPubSubManager::fetchPepNodes() +/// +/// Requests all listed nodes of the own PEP service via service discovery. +/// +/// This is a convenience method equivalent to calling +/// QXmppPubSubManager::fetchNodes on the current account's bare JID. +/// + +/// /// \fn QFuture<Result> QXmppPubSubManager::createPepNode(const QString &nodeName) /// /// Creates an empty PEP node with the default configuration. |
