mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41: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
|
||||
// later on
|
||||
if (node["@from"] &&
|
||||
tls_check_service_identity(node["@from"], certinfo
|
||||
tls_check_service_identity(node["@from"], certinfo,
|
||||
"xmpp-server")) {
|
||||
packet += "<mechanisms xmlns='" NS_XMPP "xmpp-sasl'>";
|
||||
packet += "<mechanism>EXTERNAL</mechanism>";
|
||||
|
Loading…
Reference in New Issue
Block a user