EionRobb / purple-rocketchat

Rocket.Chat Plugin for libpurple
GNU General Public License v3.0
21 stars 2 forks source link

Replace purple_*_connec with Gio for Purple 3.x #33

Open Thaodan opened 2 years ago

Thaodan commented 2 years ago

This plugin uses purple_ssl_connect and friends for Purple 3.x in which these are removed and replaced with Gio.

E.g. see in this plugin: jabber.c. Compare the function above with rc_start_socket.