diff options
Diffstat (limited to 'src/client/QXmppMucManager.cpp')
| -rw-r--r-- | src/client/QXmppMucManager.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/QXmppMucManager.cpp b/src/client/QXmppMucManager.cpp index c5dd4beb..7b981459 100644 --- a/src/client/QXmppMucManager.cpp +++ b/src/client/QXmppMucManager.cpp @@ -409,7 +409,7 @@ QString QXmppMucRoom::participantFullJid(const QString &jid) const /// Returns the presence for the given participant. /// -/// \param jid +/// The specified \a jid is the Occupant JID of the form "room@service/nick". QXmppPresence QXmppMucRoom::participantPresence(const QString &jid) const { @@ -423,6 +423,8 @@ QXmppPresence QXmppMucRoom::participantPresence(const QString &jid) const } /// Returns the list of participant JIDs. +/// +/// These JIDs are Occupant JIDs of the form "room@service/nick". QStringList QXmppMucRoom::participants() const { |
