mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 15:46:22 +00:00
Added initial stabber test
This commit is contained in:
@@ -25,10 +25,19 @@
|
||||
#include "otr/otr.h"
|
||||
#endif
|
||||
|
||||
|
||||
#define XDG_CONFIG_HOME "./stabbertests/files/xdg_config_home"
|
||||
#define XDG_DATA_HOME "./stabbertests/files/xdg_data_home"
|
||||
|
||||
void
|
||||
prof_process_xmpp(void)
|
||||
{
|
||||
int i = 0;
|
||||
while (i < 20) {
|
||||
jabber_process_events(10);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
gboolean
|
||||
_create_dir(char *name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user