Closed gkdr closed 7 years ago
Use jabber_add_feature() to add carbons to Pidgin's caps.
jabber_add_feature()
Edit: Might be also worth looking into purple_plugin_ipc_call (jabber, "add_feature", .., ..)
purple_plugin_ipc_call (jabber, "add_feature", .., ..)
Fixed in https://github.com/gkdr/carbons/commit/7ed0746ee85980cee66748bfc93586caead0c8e0. For reference: jabber_add_feature() is enough.
Use
jabber_add_feature()
to add carbons to Pidgin's caps.Edit: Might be also worth looking into
purple_plugin_ipc_call (jabber, "add_feature", .., ..)