gkdr / carbons

Experimental XEP-0280: Message Carbons plugin for libpurple (Pidgin, Finch, etc.)
GNU General Public License v2.0
82 stars 7 forks source link

Add to caps #3

Closed gkdr closed 7 years ago

gkdr commented 7 years ago

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", .., ..)

gkdr commented 7 years ago

Fixed in https://github.com/gkdr/carbons/commit/7ed0746ee85980cee66748bfc93586caead0c8e0. For reference: jabber_add_feature() is enough.