From c09bb4e4434667debc0e28d25b5a358ef4ffb498 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 4 Jul 2020 11:48:43 +0300 Subject: Fill weechat nicklists The server buffer's nicklist is filled with roster items, and MUC buffers' nicklists are filled with active MUC participants. No MUC role indications, groups, or contact presence tracking yet. --- src/rexmpp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rexmpp.c') diff --git a/src/rexmpp.c b/src/rexmpp.c index 02dcf5b..c4c1e1c 100644 --- a/src/rexmpp.c +++ b/src/rexmpp.c @@ -268,6 +268,7 @@ rexmpp_err_t rexmpp_init (rexmpp_t *s, const char *jid) s->sasl_property_cb = NULL; s->xml_in_cb = NULL; s->xml_out_cb = NULL; + s->roster_modify_cb = NULL; s->ping_delay = 600; s->ping_requested = 0; s->last_network_activity = 0; -- cgit v1.2.3