Navigation
API > API/Runtime > API/Runtime/XMPP
Affiliation of a chat room member (long term associations with a room, persists across visits) http://xmpp.org/extensions/xep-0045.html#affil
| Name | EXmppChatMemberAffiliation::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h |
| Include Path | #include "XmppMultiUserChat.h" |
Syntax
namespace EXmppChatMemberAffiliation
{
enum Type
{
Owner,
Admin,
Member,
Outcast,
None,
}
}
Values
| Name | Remarks |
|---|---|
| Owner | Owner of the room |
| Admin | An admin or owner enters a room as a moderator |
| Member | A member enters a room as a participant. |
| Outcast | Banned from the room |
| None | Absence of an affiliation |