about summary refs log tree commit diff stats
path: root/src/config/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/account.c')
-rw-r--r--src/config/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/account.c b/src/config/account.c
index 40b91224..8baa1dbb 100644
--- a/src/config/account.c
+++ b/src/config/account.c
@@ -167,7 +167,7 @@ account_new(const gchar *const name, const gchar *const jid,
 }
 
 char*
-account_create_full_jid(ProfAccount *account)
+account_create_connect_jid(ProfAccount *account)
 {
     if (account->resource) {
         return create_fulljid(account->jid, account->resource);