Home
last modified time | relevance | path

Searched defs:MUCRoomParticipant (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/gloox/gloox-1.0.24/src/
H A Dmucroomhandler.h35 struct MUCRoomParticipant struct
37 JID* nick; /**< Pointer to a JID holding the participant's full JID
43 MUCRoomAffiliation affiliation; /**< The participant's affiliation with the room. */
44 MUCRoomRole role; /**< The participant's role with the room. */
45 … JID* jid; /**< Pointer to the occupant's full JID in a non-anonymous room or
49 int flags; /**< ORed MUCUserFlag values. Indicate conditions like: user has
54 std::string reason; /**< If the presence change is the result of an action where the
57 JID* actor; /**< If the presence change is the result of an action of a room
62 …d::string newNick; /**< In case of a nickname change, this holds the new nick, while the
72 …td::string status; /**< If the presence packet contained a status message, it is stored
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/lobby/glooxwrapper/
H A Dglooxwrapper.h308 struct MUCRoomParticipant struct
310 JID* nick;
311 gloox::MUCRoomAffiliation affiliation;
312 gloox::MUCRoomRole role;
313 JID* jid;
314 int flags;
315 string reason;
316 JID* actor;
317 string newNick;
318 string status;
[all …]