about summary refs log blame commit diff stats
path: root/tests/test_muc.h
blob: 044d547d9b83ecc6b00b249a2acd3016f6fe49d9 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                   
                                       
                                          

                                           

                                               
void muc_before_test(void **state);
void muc_after_test(void **state);

void test_muc_add_invite(void **state);
void test_muc_remove_invite(void **state);
void test_muc_invite_count_0(void **state);
void test_muc_invite_count_5(void **state);
void test_muc_room_is_not_active(void **state);
void test_muc_room_is_active(void **state);