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. edusList 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 voidTransaction. 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 classDeviceListUpdateAn 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.classPresenceAn EDU representing presence updates for users of the sending homeserver.classReceiptAn EDU representing receipt updates for users of the sending homeserver.classToDeviceMessageDirect message.classTypingA typing notification EDU for a user in a room.
-