mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-12 13:31:00 +00:00
remember to always test before you commit....
This commit is contained in:
parent
47fe829aee
commit
0cd6cbcb48
@ -542,7 +542,7 @@ open_stream(XMLNode node) {
|
|||||||
// sasl external if we know that it will succeed
|
// sasl external if we know that it will succeed
|
||||||
// later on
|
// later on
|
||||||
if (node["@from"] &&
|
if (node["@from"] &&
|
||||||
tls_check_service_identity(node["@from"], certinfo
|
tls_check_service_identity(node["@from"], certinfo,
|
||||||
"xmpp-server")) {
|
"xmpp-server")) {
|
||||||
packet += "<mechanisms xmlns='" NS_XMPP "xmpp-sasl'>";
|
packet += "<mechanisms xmlns='" NS_XMPP "xmpp-sasl'>";
|
||||||
packet += "<mechanism>EXTERNAL</mechanism>";
|
packet += "<mechanism>EXTERNAL</mechanism>";
|
||||||
|
Loading…
Reference in New Issue
Block a user