Navigation
API > API/Runtime > API/Runtime/XMPP
Muc room presence from an Xmpp muc room member
| Name | FXmppMucPresence |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppPresence.h |
| Include Path | #include "XmppPresence.h" |
Syntax
class FXmppMucPresence : public FXmppUserPresence
Inheritance Hierarchy
- FXmppUserPresence → FXmppMucPresence
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXmppMucPresence() |
Constructor | XmppPresence.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Affiliation | FString | Affiliation of the member in the room | XmppPresence.h | |
| MemberJid | FXmppUserJid | JID of the member outside of the chat room, if the room is non-anonymous. | XmppPresence.h | |
| Role | FString | Role of the member in the room | XmppPresence.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetNickName() |
XmppPresence.h | ||
const FString & GetRoomId() |
XmppPresence.h |