Added /account set <account> resource <value>

This commit is contained in:
James Booth
2013-01-27 20:34:56 +00:00
parent 972ca34d4b
commit f6176b322b
3 changed files with 19 additions and 2 deletions

View File

@@ -49,5 +49,6 @@ gboolean accounts_rename(const char * const account_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);
void accounts_set_resource(const char * const account_name, const char * const value);
#endif