Participant fields#
Each entry inspect-jitsi participants/get_participants() returns is a Participant, one occupant of a room parsed from their MUC presence stanza.
Field |
Meaning |
|---|---|
|
The MUC occupant JID, e.g. |
|
The MUC nickname - the resourcepart of |
|
Human display name, if the client sent one (XEP-0172 |
|
MUC role, e.g. |
|
MUC affiliation, e.g. |
|
The occupant's real (non-anonymous, but still internal) JID, if disclosed. |
|
Stable per-session anonymous id (XEP occupant-id), if disclosed. Unlike |
Every field but jid and nick is null when the occupant's client didn't disclose it - a deployment or client is free to omit any of them. See Participant for the authoritative, always up to date reference.