Added muc functional tests

This commit is contained in:
James Booth
2015-12-20 02:13:01 +00:00
parent 1f56c12377
commit 87b4d7cbab
4 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
void sends_room_join(void **state);
void sends_room_join_with_default_muc_service(void **state);
void sends_room_join_with_nick(void **state);
void sends_room_join_with_password(void **state);
void sends_room_join_with_nick_and_password(void **state);
void show_role_and_affiliation_on_join(void **state);
void show_subject_on_join(void **state);