Software /
code /
prosody
Log
plugins/mod_bosh.lua @ 4504:55b61221ecb8
description | author | age |
---|---|---|
mod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265 (thanks Tim) | Matthew Wild | Thu, 15 Sep 2011 17:38:24 +0100 |
mod_bosh: Update to use typed variants of module:get_option(), makes it more tolerant to config variations and simplifies the code. | Matthew Wild | Wed, 20 Jul 2011 17:22:21 -0400 |
mod_bosh: Fix logging when no sid present, fix a missing semi-colon, avoid an extra useless table lookup (thanks Thomas) | Matthew Wild | Tue, 28 Jun 2011 17:00:50 +0100 |
Merge 0.8->trunk | Matthew Wild | Tue, 07 Jun 2011 01:29:34 +0100 |
Backout commit d6366294f618 which I was testing and didn't mean to push to 0.8 | Matthew Wild | Sun, 05 Jun 2011 12:28:49 +0100 |
mod_bosh: Fix terminate logic - process any stanzas in a terminating request, and add type='terminate' to any responses generated by those stanzas. Finally, close all remaining open requests with type='terminate' and close the session. Fixes #211 (thanks Maranda + waqas). | Matthew Wild | Fri, 04 Mar 2011 20:27:57 +0000 |