mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 06:06:21 +00:00
Renamed function in jid
This commit is contained in:
@@ -41,8 +41,7 @@ Jid * jid_create_from_bare_and_resource(const char * const room, const char * co
|
||||
void jid_destroy(Jid *jid);
|
||||
|
||||
gboolean jid_is_valid_room_form(Jid *jid);
|
||||
char * create_full_room_jid(const char * const room,
|
||||
const char * const nick);
|
||||
char * create_fulljid(const char * const barejid, const char * const resource);
|
||||
char * get_room_from_full_jid(const char * const full_room_jid);
|
||||
char * get_nick_from_full_jid(const char * const full_room_jid);
|
||||
gboolean parse_room_jid(const char * const full_room_jid, char **room,
|
||||
|
||||
Reference in New Issue
Block a user