Class PresenceUpdate
- java.lang.Object
-
- io.github.ma1uta.matrix.server.model.federation.edu.content.PresenceUpdate
-
- All Implemented Interfaces:
EphemeralDataUnitContent
public class PresenceUpdate extends Object implements EphemeralDataUnitContent
Presence update.
-
-
Field Summary
Fields Modifier and Type Field Description private List<UserPresenceUpdate>
push
Required.
-
Constructor Summary
Constructors Constructor Description PresenceUpdate()
-
-
-
Field Detail
-
push
private List<UserPresenceUpdate> push
Required. A list of presence updates that the receiving server is likely to be interested in.
-
-
Method Detail
-
getPush
public List<UserPresenceUpdate> getPush()
-
setPush
public void setPush(List<UserPresenceUpdate> push)
-
-