From de8975c008aa4016e7bc1b817a62d90f9f45cefa Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 25 May 2020 13:04:19 +0200 Subject: Add and use connection_get_barejid() Instead of connection_get_fulljid() and then creating a Jid from it. --- src/xmpp/xmpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xmpp/xmpp.h') 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 -- cgit 1.4.1-2-gfad0