Moved sending of initial presence to sv_ev_roster_received

This commit is contained in:
James Booth
2015-12-14 23:53:35 +00:00
parent 1080c8c2ae
commit 482eea4fcf
3 changed files with 35 additions and 29 deletions

View File

@@ -195,3 +195,7 @@ void accounts_clear_otr(const char * const account_name) {}
void accounts_clear_pgp_keyid(const char * const account_name) {}
void accounts_clear_script_start(const char * const account_name) {}
void accounts_add_otr_policy(const char * const account_name, const char * const contact_jid, const char * const policy) {}
char* accounts_get_last_activity(const char *const account_name)
{
return NULL;
}