Commit Graph

8 Commits

Author SHA1 Message Date
e77e6473b8 Update Matrix.API to comply with the current spec 2017-10-28 07:59:14 +02:00
161c171144 Rename API.send_message_event and API.send_room_event
This is to avoid confusion.

* send_message_event became send_event
* send_room_event became send_state_event
2016-03-18 22:07:46 +00:00
cf53bfa686 Rename Matrix.API.set_user_presence to set_presence
This is to keep consistency
2016-03-18 17:18:28 +01:00
c9465dc1c0 Move from using Lists to arrays 2016-03-17 10:04:26 +00:00
04950f8c34 Rename Matrix.API.get_user_presence() to get_presence()
This is for not to clash with future Matrix.Client.get_user_presence()
and to comply with Matrix.API.get_profile() which has similar
functionality.
2016-03-14 23:09:09 +00:00
70dfaff080 Move Event types to the Matrix.Event namespace 2016-03-07 16:38:19 +01:00
ec8f51bced Add search functionality to Matrix API 2016-03-04 14:35:00 +01:00
d5833c4cee Rework MatrixAPI in Vala 2016-03-04 14:00:06 +01:00