mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
a61d95f45b
@ -37,6 +37,13 @@ const char * jabber_get_domain(void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
char* jabber_create_uuid(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void jabber_free_uuid(char * uuid) {}
|
||||
|
||||
jabber_conn_status_t jabber_get_connection_status(void)
|
||||
{
|
||||
return (jabber_conn_status_t)mock();
|
||||
|
Loading…
Reference in New Issue
Block a user