Example #1
0
void
handle_disco_items(GSList *items, const char *jid)
{
    cons_show_disco_items(items, jid);
    ui_current_page_off();
}
Example #2
0
void
handle_disco_items(GSList *items, const char *jid)
{
    cons_show_disco_items(items, jid);
}