|
|
@ -3,6 +3,9 @@ Instant Messaging
|
|
|
|
|
|
|
|
|
|
|
|
.. _module:im:
|
|
|
|
.. _module:im:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This module adds support for sending human-readable messages to a room. It also
|
|
|
|
|
|
|
|
adds human-readable information to the room itself such as a room name and topic.
|
|
|
|
|
|
|
|
|
|
|
|
Events
|
|
|
|
Events
|
|
|
|
------
|
|
|
|
------
|
|
|
|
|
|
|
|
|
|
|
@ -15,7 +18,7 @@ Events
|
|
|
|
{{m_room_topic_event}}
|
|
|
|
{{m_room_topic_event}}
|
|
|
|
|
|
|
|
|
|
|
|
m.room.message msgtypes
|
|
|
|
m.room.message msgtypes
|
|
|
|
-----------------------
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|
.. TODO-spec
|
|
|
|
.. TODO-spec
|
|
|
|
How a client should handle unknown message types.
|
|
|
|
How a client should handle unknown message types.
|
|
|
@ -27,3 +30,13 @@ outlined below.
|
|
|
|
|
|
|
|
|
|
|
|
{{msgtype_events}}
|
|
|
|
{{msgtype_events}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Client behaviour
|
|
|
|
|
|
|
|
----------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Server behaviour
|
|
|
|
|
|
|
|
----------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Security considerations
|
|
|
|
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
|
|
|
|