about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_muc.h
Commit message (Expand)AuthorAgeFilesLines
* Add room /me functional testsJames Booth2018-04-211-0/+2
* Use server features for account muc serviceJames Booth2016-11-201-1/+0
* Added functional tests for /console commandJames Booth2015-12-301-1/+3
* Added functional test for muc console messageJames Booth2015-12-201-0/+1
* Added more muc functional testsJames Booth2015-12-201-2/+5
* Removed whitespaceJames Booth2015-12-201-5/+0
* Added muc functional testsJames Booth2015-12-201-0/+12
ae627b05f79849369798aa2f'>db9376d8 ^
a48b9fce ^
f9a7e350 ^
db9376d8 ^
a522d022 ^


db9376d8 ^
69ac8097 ^


e2fa67fa ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


                    

                                                                       
 

                                   
 
                      
                        
                                            
                             


                                  
 


                               
      
#ifndef __H_PROFTEST
#define __H_PROFTEST

#define XDG_CONFIG_HOME "./tests/functionaltests/files/xdg_config_home"
#define XDG_DATA_HOME   "./tests/functionaltests/files/xdg_data_home"

void init_prof_test(void **state);
void close_prof_test(void **state);

void prof_start(void);
void prof_connect(void);
void prof_connect_with_roster(char *roster);
void prof_input(char *input);

int prof_output_exact(char *text);
int prof_output_regex(char *text);

void prof_timeout(int timeout);
void prof_timeout_reset(void);

#endif