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