Add 3rd party credential invite possibility to create_room()

This is to comply with Matrix API r0.0.1
This commit is contained in:
2016-01-21 11:52:12 +01:00
parent c73f76a235
commit 3e93e9e77d
4 changed files with 52 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ login_finished(MatrixAPI *api,
"GLib SDK test room", "matrix-glib-sdk-test",
"GLib SDK test room",
MATRIX_API_ROOM_VISIBILITY_DEFAULT,
NULL, NULL, NULL, NULL);
NULL, NULL, NULL, NULL, NULL);
matrix_api_get_presence_list(api, NULL, NULL, user_id, NULL);
matrix_api_get_user_presence(api,
get_user_presence_finished, NULL,