Navigation
API > API/Runtime > API/Runtime/XMPP
References
| Module | XMPP |
| Header | /Engine/Source/Runtime/Online/XMPP/Public/XmppMultiUserChat.h |
| Include | #include "XmppMultiUserChat.h" |
Syntax
class FXmppChatMember
Remarks
Member of a chat room
Variables
| Type | Name | Description | |
|---|---|---|---|
| EXmppChatMemberAffiliation::Type | Affiliation | Affiliation of the member in the chat room | |
| FString | Nickname | Nickname of the user | |
| EXmppChatMemberRole::Type | Role | Role of the member in the chat room | |
| FXmppUserJid | RoomMemberJid | JID of the member for the chat room Use this to identify the user in the chat room (such as iterating the chat room's members) ex: RoomId@MucDomain/MemberMucResource | |
| FXmppUserJid | UserJid | JID of the member outside of the chat room, if the room is non-anonymous. | |
| FXmppUserPresence | UserPresence | Presence of the member |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FXmppChatMember
(
const FXmppMucPresence& MemberPresence |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString |