Navigation
API > API/Runtime > API/Runtime/XMPP
Basic presence online states
| Name | EXmppPresenceStatus::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppPresence.h |
| Include Path | #include "XmppPresence.h" |
Syntax
namespace EXmppPresenceStatus
{
enum Type
{
Online,
Offline,
Away,
ExtendedAway,
DoNotDisturb,
Chat,
}
}
Values
| Name | Remarks |
|---|---|
| Online | Online while connected |
| Offline | Offline if not connected |
| Away | Online but away due to being afk or manually set |
| ExtendedAway | Online but away for a long period or manually set |
| DoNotDisturb | Manually set to avoid interruptions |
| Chat | Currently chatting. implies online |