Create the MatrixRoomMessageEvent type

Currently it only handles msgtype and body; more complex types like
documents or images are to be implemented soon.
This commit is contained in:
2016-02-26 17:29:18 +01:00
parent 2e8343f9bc
commit 444a93bddf
4 changed files with 58 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ libmatrix_glib_0_0_la_VALA_SOURCES = \
matrix-state-event.vala \
matrix-room-event.vala \
matrix-room-member-event.vala \
matrix-room-message-event.vala \
$(NULL)
AM_CPPFLAGS += \