Open Thaodan opened 2 years ago
This plugin uses purple_ssl_connect and friends for Purple 3.x in which these are removed and replaced with Gio.
purple_ssl_connect
E.g. see in this plugin: jabber.c. Compare the function above with rc_start_socket.
rc_start_socket
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
.