From ce1aef34b88b4d4f6666ee47e32d0a6ae78a1088 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Sun, 10 Apr 2022 12:55:36 +0200 Subject: Fix PubSub methods with a standard item ID parameter --- src/client/QXmppPubSubManager.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/client/QXmppPubSubManager.cpp') 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::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::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. /// -- cgit v1.2.3