Uses of Class
io.github.ma1uta.matrix.server.model.federation.edu.EphemeralDataUnit
-
Packages that use EphemeralDataUnit Package Description io.github.ma1uta.matrix.server.model.federation Federation models.io.github.ma1uta.matrix.server.model.federation.edu EDU classes. -
-
Uses of EphemeralDataUnit in io.github.ma1uta.matrix.server.model.federation
Fields in io.github.ma1uta.matrix.server.model.federation with type parameters of type EphemeralDataUnit Modifier and Type Field Description private List<EphemeralDataUnit>
Transaction. edus
List of ephemeral messages.Methods in io.github.ma1uta.matrix.server.model.federation that return types with arguments of type EphemeralDataUnit Modifier and Type Method Description List<EphemeralDataUnit>
Transaction. getEdus()
Method parameters in io.github.ma1uta.matrix.server.model.federation with type arguments of type EphemeralDataUnit Modifier and Type Method Description void
Transaction. setEdus(List<EphemeralDataUnit> edus)
-
Uses of EphemeralDataUnit in io.github.ma1uta.matrix.server.model.federation.edu
Subclasses of EphemeralDataUnit in io.github.ma1uta.matrix.server.model.federation.edu Modifier and Type Class Description class
DeviceListUpdate
An EDU that lets servers push details to each other when one of their users adds a new device to their account, required for E2E encryption to correctly target the current set of devices for a given user.class
Presence
An EDU representing presence updates for users of the sending homeserver.class
Receipt
An EDU representing receipt updates for users of the sending homeserver.class
ToDeviceMessage
Direct message.class
Typing
A typing notification EDU for a user in a room.
-