diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-04-09 20:20:39 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-04-09 22:27:11 +0200 |
| commit | cfc3f2f2c28f559dbaf3277923a92937ae85c2ed (patch) | |
| tree | 213b12112fc31173a51528fb49996559b9b56599 /src/client | |
| parent | f78931350a05c950a7e650805d5db02ae7b9ac86 (diff) | |
| download | qxmpp-cfc3f2f2c28f559dbaf3277923a92937ae85c2ed.tar.gz | |
PubSubManager: Update subscriptions todo
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/QXmppPubSubManager.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/QXmppPubSubManager.cpp b/src/client/QXmppPubSubManager.cpp index 66c2d345..b7412f9f 100644 --- a/src/client/QXmppPubSubManager.cpp +++ b/src/client/QXmppPubSubManager.cpp @@ -54,7 +54,9 @@ using namespace QXmpp::Private; /// Requesting a continuation /// - Requesting most recent items (max_items=x): /// https://xmpp.org/extensions/xep-0060.html#subscriber-retrieve-requestrecent -/// - (Manually) subscribing to a node +/// - subscribe()/unsubscribe(): +/// - return subscription on success +/// - correctly handle configuration required (and other) cases /// /// \ingroup Managers /// |
