matrix-java-sdk
matrix-java-sdk copied to clipboard
Missing MatrixEvent Types
Some event types are missing:
m.room.guest_accessm.room.join_rulesm.room.redaction
There is also a event type of org.matrix.room.preview_urls but that one isn't documented in the spec.
org.matrix.room.preview_urls is not in the official m. namespace and is therefore a custom event. There is no reason to support it in a SDK.