Move connection fulljid function

This commit is contained in:
James Booth
2016-05-06 01:12:54 +01:00
parent cc485ed338
commit d1c71e98f4
16 changed files with 31 additions and 31 deletions

View File

@@ -170,6 +170,12 @@ connection_get_ctx(void)
return conn.ctx;
}
const char*
connection_get_fulljid(void)
{
return xmpp_conn_get_jid(conn.conn);
}
char *
connection_get_domain(void)
{