Add plugin get_barejid_from_roster function

This commit is contained in:
Dustin Lagoy
2021-04-29 13:50:57 -04:00
parent 802442fffc
commit 2350a94c44
8 changed files with 53 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ char* (*prof_get_current_muc)(void);
int (*prof_current_win_is_console)(void);
char* (*prof_get_current_nick)(void);
char* (*prof_get_name_from_roster)(const char *barejid);
char* (*prof_get_barejid_from_roster)(const char *name);
char** (*prof_get_current_occupants)(void);
char* (*prof_get_room_nick)(const char *barejid);