aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppMucManager.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-05 16:27:29 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-05 16:27:29 +0200
commit94545f5d9303dc1e04ff3d1260bc62ce6f2ec5ee (patch)
treecab2641561cc26656a32af01ba3812659464d795 /src/client/QXmppMucManager.cpp
parent250ab50f87b377039a2e68b1c1cc9bc289ae0907 (diff)
clarify JID formats
Diffstat (limited to 'src/client/QXmppMucManager.cpp')
-rw-r--r--src/client/QXmppMucManager.cpp4
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
{