Moved fulljid logic to accounts

This commit is contained in:
James Booth
2013-12-15 20:32:30 +00:00
parent 9b631cf571
commit 5e739cbfb7
4 changed files with 16 additions and 6 deletions

View File

@@ -110,4 +110,8 @@ gint accounts_get_priority_for_presence_type(const char * const account_name,
}
void accounts_clear_password(const char * const account_name) {}
char * accounts_create_full_jid(ProfAccount *account)
{
return (char *)mock();
}