diff options
author | James Booth <boothj5@gmail.com> | 2016-05-06 00:53:03 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-05-06 00:53:03 +0100 |
commit | 88f423afea539bb7c1faa970d989d3e858d874f6 (patch) | |
tree | 30ef612e59dc8daaacb83dd6989ec0a8d633a6c2 /src/otr | |
parent | 3bb1f1241050d227932d5153abf49fdce9939efb (diff) | |
download | profani-tty-88f423afea539bb7c1faa970d989d3e858d874f6.tar.gz |
Rename jabber_ functions
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c index 33899087..5fc51038 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -673,7 +673,7 @@ otr_get_their_fingerprint(const char *const recipient) prof_otrpolicy_t otr_get_policy(const char *const recipient) { - char *account_name = jabber_get_account_name(); + char *account_name = session_get_account_name(); ProfAccount *account = accounts_get_account(account_name); // check contact specific setting if (g_list_find_custom(account->otr_manual, recipient, (GCompareFunc)g_strcmp0)) { |