mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!!
This commit is contained in:
parent
5a46bff5b2
commit
ccb65fee13
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ add_handler({ "s2sout_unauthed", "s2sout" }, "verify", xmlns_dialback,
|
|||
log("warn", "Incoming s2s session %s was closed in the meantime, so we can't notify it of the db result", tostring(origin.dialback_verifying):match("%w+$"));
|
||||
else
|
||||
origin.dialback_verifying.sends2s(format("<db:result from='%s' to='%s' id='%s' type='%s'>%s</db:result>",
|
||||
attr.from, attr.to, attr.id, valid, origin.dialback_verifying.dialback_key));
|
||||
attr.to, attr.from, attr.id, valid, origin.dialback_verifying.dialback_key));
|
||||
end
|
||||
end
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue