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

1
.gitignore vendored
View File

@@ -71,3 +71,4 @@ Makefile.in
/src/matrix-room-event.c
/src/matrix-room-member-event.c
/src/matrix-state-event.c
/src/matrix-room-message-event.c