Commit Graph

7 Commits

Author SHA1 Message Date
fcc592b072 Fix state and room events
* State event descended from Event, but it is actually based on Room
* Room events may have a missing room_id property due to HS
* optimization
2016-03-16 17:13:05 +01:00
62eb4e7e21 Add get_user_presence() and get_user_profile() to Client 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
f37d90e468 Wrap debug messages in Config.DEBUG checks 2016-03-05 07:36:07 +00:00
50e8d7cd92 Move HTTPClient to the /sync API
The /events API is deprecated according to the Spec.
2016-03-04 14:34:58 +01:00
6a543fe2c6 Handle all events via MatrixClient::event 2016-03-04 14:22:25 +01:00
cf8bed1c40 Rework MatrixHTTPClient in Vala 2016-03-04 14:00:06 +01:00