pidgin/pidgin

Remove _xmppconnect support
release-2.x.y
2022-04-27, Gary Kramlich
13cdb7956bdc
Remove _xmppconnect support

It has always been vulnerable to MITM attacks when it is not used with DNSSEC,
and has been removed from XEP-0156 because of that. We have been issued
CVE-2022-26491 for this issue.

More discussion can be found at
https://mail.jabber.org/pipermail/standards/2022-February/038759.html.

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1357/
/** @page cipher-signals Cipher Signals
@signals
@signal cipher-added
@signal cipher-removed
@endsignals
@see cipher.h
<hr>
@signaldef cipher-added
@signalproto
void (*cipher_added)(PurpleCipher *cipher);
@endsignalproto
@signaldesc
Emitted when a cipher is added.
@param cipher The cipher that was added.
@endsignaldef
@signaldef cipher-removed
@signalproto
void (*cipher_removed)(PurpleCipher *cipher);
@endsignalproto
@signaldesc
Emitted when a cipher is removed.
@param cipher The cipher that was removed.
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et