Added /account set command, set server or jid

This commit is contained in:
James Booth
2012-12-10 00:23:55 +00:00
parent c80383e298
commit 8415f57b32
3 changed files with 54 additions and 0 deletions

View File

@@ -43,5 +43,8 @@ gboolean accounts_enable(const char * const name);
gboolean accounts_disable(const char * const name);
gboolean accounts_rename(const char * const account_name,
const char * const new_name);
gboolean accounts_account_exists(const char * const account_name);
void accounts_set_jid(const char * const account_name, const char * const value);
void accounts_set_server(const char * const account_name, const char * const value);
#endif