Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2018-02-01 20:57:16 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2018-02-01 20:57:16 +0300
commitc0aa6483c6a4ce7bb7edd684acd1f8c2a9157bae (patch)
tree8c17f0a85aa513e0c94c792ce27c75957341cf25 /include
parent161a7988902ffad8327e8c4891772f7b016cdbfb (diff)
Remote Roster ProtoXEP -> XEP-0321 or XEP-0356
Diffstat (limited to 'include')
-rw-r--r--include/transport/RosterManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/transport/RosterManager.h b/include/transport/RosterManager.h
index 7a460126..46efbdbb 100644
--- a/include/transport/RosterManager.h
+++ b/include/transport/RosterManager.h
@@ -60,7 +60,7 @@ class RosterManager {
/// Associates the buddy with this roster,
/// and if the buddy is not already in XMPP user's server-side roster, the proper requests
/// are sent to XMPP user (subscribe presences, Roster Item Exchange stanza or
- /// the buddy is added to server-side roster using remote-roster protoXEP).
+ /// the buddy is added to server-side roster using XEP-0321 or XEP-0356).
/// \param buddy Buddy
void setBuddy(Buddy *buddy);