mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 04:26:21 +00:00
Added service discovery to /room info command
This commit is contained in:
@@ -154,6 +154,12 @@ handle_disco_info(const char *from, GSList *identities, GSList *features)
|
||||
cons_show_disco_info(from, identities, features);
|
||||
}
|
||||
|
||||
void
|
||||
handle_room_disco_info(const char * const room, GSList *identities, GSList *features)
|
||||
{
|
||||
ui_show_room_disco_info(room, identities, features);
|
||||
}
|
||||
|
||||
void
|
||||
handle_disco_info_error(const char * const from, const char * const error)
|
||||
{
|
||||
@@ -164,6 +170,12 @@ handle_disco_info_error(const char * const from, const char * const error)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
handle_room_info_error(const char * const room, const char * const error)
|
||||
{
|
||||
ui_handle_room_info_error(room, error);
|
||||
}
|
||||
|
||||
void
|
||||
handle_room_list(GSList *rooms, const char *conference_node)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user