mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 11:56:22 +00:00
Move connection fulljid function
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user