Added /otr policy for contacts in account preferences

This commit is contained in:
James Booth
2014-05-11 18:13:04 +01:00
parent 2aa39fc362
commit 6d955609c5
3 changed files with 148 additions and 11 deletions

View File

@@ -67,5 +67,6 @@ gint (*accounts_get_priority_for_presence_type)(const char * const account_name,
resource_presence_t presence_type);
void (*accounts_clear_password)(const char * const account_name);
void (*accounts_clear_otr)(const char * const account_name);
void (*accounts_add_otr_policy)(const char * const account_name, const char * const contact_jid, const char * const policy);
#endif