Class DeviceListUpdate
- java.lang.Object
-
- io.github.ma1uta.matrix.server.model.federation.edu.EphemeralDataUnit<DeviceListUpdateContent>
-
- io.github.ma1uta.matrix.server.model.federation.edu.DeviceListUpdate
-
public class DeviceListUpdate extends EphemeralDataUnit<DeviceListUpdateContent>
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.
-
-
Constructor Summary
Constructors Constructor Description DeviceListUpdate()
-
Method Summary
Modifier and Type Method Description String
getEduType()
Required.-
Methods inherited from class io.github.ma1uta.matrix.server.model.federation.edu.EphemeralDataUnit
getContent, setContent
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
EDU type.- See Also:
- Constant Field Values
-
-
Method Detail
-
getEduType
public String getEduType()
Description copied from class:EphemeralDataUnit
Required. The type of the ephemeral message.- Specified by:
getEduType
in classEphemeralDataUnit<DeviceListUpdateContent>
- Returns:
- EDU type.
-
-