Software /
code /
prosody
Log
plugins/mod_bosh.lua @ 7047:9ca2b720ad43
description | author | age |
---|---|---|
mod_bosh: Fire event when BOSH session is created | Matthew Wild | Mon, 04 Jan 2016 09:14:30 +0000 |
mod_bosh: Instead of a global once-per-second timer add a timer for each session when needed | Kim Alvefur | Mon, 07 Dec 2015 19:44:08 +0100 |
mod_bosh: Use util.async | Kim Alvefur | Sun, 07 Dec 2014 17:56:25 +0100 |
Remove all trailing whitespace | Florian Zeitz | Fri, 09 Aug 2013 17:48:21 +0200 |
mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now) | Matthew Wild | Mon, 15 Jul 2013 11:44:49 +0100 |
Merge 0.9->trunk | Matthew Wild | Tue, 09 Jul 2013 00:04:30 +0100 |
mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s). | Matthew Wild | Mon, 08 Jul 2013 23:59:27 +0100 |