mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Merge 0.8->trunk
This commit is contained in:
commit
d76f04e84e
4 changed files with 22 additions and 16 deletions
|
@ -76,7 +76,8 @@ local function bounce_sendq(session, reason)
|
|||
reply:tag("error", {type = "cancel"})
|
||||
:tag("remote-server-not-found", {xmlns = "urn:ietf:params:xml:ns:xmpp-stanzas"}):up();
|
||||
if reason then
|
||||
reply:tag("text", {xmlns = "urn:ietf:params:xml:ns:xmpp-stanzas"}):text("Connection failed: "..reason):up();
|
||||
reply:tag("text", {xmlns = "urn:ietf:params:xml:ns:xmpp-stanzas"})
|
||||
:text("Server-to-server connection failed: "..reason):up();
|
||||
end
|
||||
core_process_stanza(dummy, reply);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue