[Pidgin] #17270: [PATCH] BOSH doesn't work, it should ignore STARTTLS
Pidgin
trac at pidgin.im
Fri Nov 24 16:05:17 EST 2017
#17270: [PATCH] BOSH doesn't work, it should ignore STARTTLS
------------------------+------------------------
Reporter: niconiconi | Owner: deryni
Type: defect | Status: new
Milestone: | Component: libpurple
Version: 2.12.0 | Resolution:
Keywords: BOSH PATCH |
------------------------+------------------------
Comment (by niconiconi):
Or another straightforward approach can be replacing
{{{
if(xmlnode_get_child(starttls, "required")) {
}}}
with
{{{
if(!js->bosh && xmlnode_get_child(starttls, "required")) {
}}}
hence ignoring server STARTTLS policy altogether when using BOSH, leaving
the choice to the user, as "connection_security",
JABBER_DEFAULT_REQUIRE_TLS.
--
Ticket URL: <https://developer.pidgin.im/ticket/17270#comment:4>
Pidgin <https://pidgin.im>
Pidgin
More information about the Tracker
mailing list