pidgin/pidgin

90c81031ac46
Only attempt to change the allowed TLS version range if it's supported.

The necessary functions were added in NSS 3.14.

Hopefully fixes the Jenkins build on debian-ppc64, which is apparently
using a pretty old version of NSS?
https://www.guifications.org/jenkins/view/Pidgin/job/pidgin-debian-ppc64-2.x.y/

Thanks to Tomasz for noticing that it was broken.
/** @page dbus-server-signals DBus Server Signals
@signals
@signal dbus-method-called
@signal dbus-introspect
@endsignals
@see dbus-server.h
<hr>
@signaldef dbus-method-called
@signalproto
gboolean (*dbus_method_called)(DBusConnection *connection,
DBusMessage *message);
@endsignalproto
@signaldesc
Emitted when a dbus method is going to be called.
@param connection The DBus connection.
@param message The DBus message.
@return TRUE if signal handler handled the method. ???
@endsignaldef
@signaldef dbus-introspect
@signalproto
void (*dbus_introspect)(GList **bidings_list);
@endsignalproto
@signaldesc
???
@param bindings_list ???
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et