log plugins/mod_disco.lua @ 4180:cd3fb3393e13

age author description
Fri, 03 Dec 2010 00:37:54 +0500 Waqas Hussain mod_disco: Don't add caps hash to stream features on unauthenticated connections.
Sun, 28 Nov 2010 07:56:08 +0500 Waqas Hussain mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205).
Wed, 10 Nov 2010 20:31:28 +0500 Waqas Hussain mod_disco: Updated to use hostmanager.get_children instead of componentmanager.get_children.
Sun, 07 Nov 2010 20:53:08 +0500 Waqas Hussain mod_disco: Renamed the 'session' property of the account-disco-info and account-disco-items events to 'origin' for consistency.
Mon, 12 Jul 2010 00:14:48 +0500 Waqas Hussain mod_disco: Reflect requested 'node' attribute in the disco#info reply.
Sun, 11 Jul 2010 23:51:40 +0500 Waqas Hussain mod_disco: Respond to disco#info to the correct caps hash node ("node#ver").
Sun, 11 Jul 2010 21:21:38 +0500 Waqas Hussain mod_disco: Cache disco#info reply and caps hash for host, return correct caps hash, and respond to disco#info to the caps hash node.
Fri, 09 Jul 2010 13:20:00 +0100 Matthew Wild mod_disco: Support for putting the server's caps hash in stream:features to allow the client to cache disco#info for the server instead of requesting it at each login.