Class UserPresenceUpdate.Presence
- java.lang.Object
-
- io.github.ma1uta.matrix.server.model.federation.edu.content.nested.UserPresenceUpdate.Presence
-
- Enclosing class:
- UserPresenceUpdate
public static class UserPresenceUpdate.Presence extends Object
Presence statuses.
-
-
Field Detail
-
OFFLINE
public static final String OFFLINE
Offline.- See Also:
- Constant Field Values
-
UNAVAILABLE
public static final String UNAVAILABLE
Unavailable.- See Also:
- Constant Field Values
-
ONLINE
public static final String ONLINE
Online.- See Also:
- Constant Field Values
-
-