# HG changeset patch # User Matthew Wild # Date 1294528816 0 # Node ID 9df4e61c260b2dbb2e24b91139c9364998b42b02 # Parent 06778bc27d53dec664b1db7f61f6d60dbc179ed7 mod_bosh: Return true from send() diff -r 06778bc27d53 -r 9df4e61c260b plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Sat Jan 08 23:09:21 2011 +0000 +++ b/plugins/mod_bosh.lua Sat Jan 08 23:20:16 2011 +0000 @@ -274,6 +274,7 @@ t_insert(session.send_buffer, tostring(s)); log("debug", "There are now %d things in the send_buffer", #session.send_buffer); end + return true; end -- Send creation response