Navigation
API > API/Runtime > API/Runtime/XMPP
Possible XMPP login states
| Name | EXmppLoginStatus::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/XMPP/Public/XmppConnection.h |
| Include Path | #include "XmppConnection.h" |
Syntax
namespace EXmppLoginStatus
{
enum Type
{
NotStarted,
ProcessingLogin,
ProcessingLogout,
LoggedIn,
LoggedOut,
}
}
Values
| Name | Remarks |
|---|---|
| NotStarted | |
| ProcessingLogin | |
| ProcessingLogout | |
| LoggedIn | |
| LoggedOut |