hostmanager: Added support for components to hostmanager.activate().
|
Waqas Hussain |
Wed, 10 Nov 2010 17:37:14 +0500 |
MUC: Only send status code 110 (entering non-anonymous room) to the occupant themselves, not to other occupants.
|
Waqas Hussain |
Wed, 10 Nov 2010 06:27:35 +0500 |
MUC: Added some more missing :up()s to the stanza building for presence broadcasts (thanks again Zash).
|
Waqas Hussain |
Wed, 10 Nov 2010 05:49:04 +0500 |
MUC: Parse submitted form with util.dataforms
|
Kim Alvefur |
Wed, 10 Nov 2010 01:34:57 +0100 |
MUC: Added a missing :up() to the stanza building for presence broadcast (thanks Zash).
|
Waqas Hussain |
Wed, 10 Nov 2010 05:32:09 +0500 |
MUC: Return true from the stanza handler to suppress error responses.
|
Waqas Hussain |
Wed, 10 Nov 2010 05:31:19 +0500 |
modulemanager: Fixed: Locally defined pcall wasn't returning return values of the called function.
|
Waqas Hussain |
Wed, 10 Nov 2010 05:30:46 +0500 |
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.
|
Waqas Hussain |
Wed, 10 Nov 2010 03:39:38 +0500 |
componentmanager, stanza_router: Get rid of componentmanager.handle_stanza().
|
Waqas Hussain |
Wed, 10 Nov 2010 02:51:36 +0500 |
prosody: Ensure componentmanager is loaded in the main file.
|
Waqas Hussain |
Wed, 10 Nov 2010 02:50:35 +0500 |
componentmanager: Removed SSL context creation (mod_tls handles that now).
|
Waqas Hussain |
Wed, 10 Nov 2010 02:32:14 +0500 |
mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.
|
Waqas Hussain |
Wed, 10 Nov 2010 02:26:18 +0500 |
net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code.
|
Waqas Hussain |
Wed, 10 Nov 2010 01:52:03 +0500 |
mod_component: Updated to use events for hooking stanzas instead of the component stanza handler, and the on_destroy callback.
|
Waqas Hussain |
Wed, 10 Nov 2010 01:51:03 +0500 |
MUC: Handle missing <value/> for <field type='boolean'/> in config form submissions.
|
Waqas Hussain |
Wed, 10 Nov 2010 00:24:17 +0500 |