mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
remember to always test before you commit....
This commit is contained in:
parent
47fe829aee
commit
0cd6cbcb48
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue