aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-04-02 17:13:12 +0200
committerKim Alvefur <zash@zash.se>2016-04-02 17:13:12 +0200
commit0ef7cd43e5d98a3365de336cee70eac1cfdeb5e7 (patch)
tree53679081d88331034afaa2bea1ac671a886d597a /plugins
parent41aae0c0c5349de539b4d6805d73849823c25340 (diff)
parent72ec06240f97cca6d2dfdb73ac721c6dbdb86193 (diff)
downloadprosody-0ef7cd43e5d98a3365de336cee70eac1cfdeb5e7.tar.gz
prosody-0ef7cd43e5d98a3365de336cee70eac1cfdeb5e7.zip
Merge 0.10->trunk
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_bosh.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua
index 408ed37f..a567c605 100644
--- a/plugins/mod_bosh.lua
+++ b/plugins/mod_bosh.lua
@@ -309,6 +309,7 @@ function stream_callbacks.streamopened(context, attr)
end
s = filter("stanzas/out", s);
--log("debug", "Sending BOSH data: %s", tostring(s));
+ if not s then return true end
t_insert(session.send_buffer, tostring(s));
local oldest_request = r[1];