about summary refs log tree commit diff stats
path: root/src/config/account.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-11-22 00:39:52 +0000
committerJames Booth <boothj5@gmail.com>2016-11-22 00:39:52 +0000
commite043029a5069a30e8a7154a07d46260bece6358c (patch)
tree8e5affaa094513ae5d9c8c0c082f20f57e83629c /src/config/account.c
parentc441dbfa42e58796f87fdcbb02ee4aa19cca2469 (diff)
downloadprofani-tty-e043029a5069a30e8a7154a07d46260bece6358c.tar.gz
Allow clearing account resource
issue #880
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);