about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-05-25 13:04:19 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-05-25 13:04:19 +0200
commitde8975c008aa4016e7bc1b817a62d90f9f45cefa (patch)
tree20d979e8f67895d39ca8fee74e5b49999839ac2c /src/xmpp/xmpp.h
parent4b5711fad5585149de65319a8f27cb7ba3a439a5 (diff)
downloadprofani-tty-de8975c008aa4016e7bc1b817a62d90f9f45cefa.tar.gz
Add and use connection_get_barejid()
Instead of connection_get_fulljid() and then creating a Jid from it.
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 235df25d..5fd56733 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -175,6 +175,7 @@ jabber_conn_status_t connection_get_status(void);
 char *connection_get_presence_msg(void);
 void connection_set_presence_msg(const char *const message);
 const char* connection_get_fulljid(void);
+char* connection_get_barejid(void);
 char* connection_create_uuid(void);
 void connection_free_uuid(char *uuid);
 #ifdef HAVE_LIBMESODE