mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 18:36:21 +00:00
Restore last status string when connecting
This commit is contained in:
@@ -213,6 +213,12 @@ accounts_get_last_presence(const char* const account_name)
|
||||
return mock_type(resource_presence_t);
|
||||
}
|
||||
|
||||
char*
|
||||
accounts_get_login_status(const char* const account_name)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void
|
||||
accounts_set_priority_online(const char* const account_name, const gint value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user