diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-04-10 12:55:36 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-04-20 19:56:43 +0200 |
| commit | ce1aef34b88b4d4f6666ee47e32d0a6ae78a1088 (patch) | |
| tree | 830070a996593b398e6c5bbb42d8212be6d4d17f /src/client/QXmppPubSubManager.cpp | |
| parent | 363f24e4c986f3cd46d32a9339e7ad126a500b64 (diff) | |
| download | qxmpp-ce1aef34b88b4d4f6666ee47e32d0a6ae78a1088.tar.gz | |
Fix PubSub methods with a standard item ID parameter
Diffstat (limited to 'src/client/QXmppPubSubManager.cpp')
| -rw-r--r-- | src/client/QXmppPubSubManager.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/client/QXmppPubSubManager.cpp b/src/client/QXmppPubSubManager.cpp index c27b5fcb..859c6f73 100644 --- a/src/client/QXmppPubSubManager.cpp +++ b/src/client/QXmppPubSubManager.cpp @@ -424,9 +424,6 @@ auto QXmppPubSubManager::retractItem(const QString &jid, const QString &nodeName /// /// Deletes an item from a pubsub node. /// -/// The default value of itemId is used for singleton nodes (i.e., the node's -/// single item is deleted). -/// /// \param jid Jabber ID of the entity hosting the pubsub service /// \param nodeName the name of the node to delete the item from /// \param itemId the ID of the item to delete @@ -827,9 +824,6 @@ QFuture<QXmppPubSubManager::Result> QXmppPubSubManager::unsubscribeFromNode(cons /// /// Requests a specific item of a PEP node. /// -/// The default value of itemId is used for singleton nodes (i.e., the node's -/// single item is requested). -/// /// This is a convenience method equivalent to calling /// QXmppPubSubManager::requestItem on the current account's bare JID. /// @@ -877,9 +871,6 @@ QFuture<QXmppPubSubManager::Result> QXmppPubSubManager::unsubscribeFromNode(cons /// /// Deletes an item from a PEP node. /// -/// The default value of itemId is used for singleton nodes (i.e., the node's -/// single item is deleted). -/// /// This is a convenience method equivalent to calling /// QXmppPubSubManager::retractItem on the current account's bare JID. /// |
