log plugins/mod_disco.lua @ 7131:ea3eea291321

age author description
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 06 Aug 2013 17:18:39 +0100 Matthew Wild mod_disco: Check for host type == 'local' ('normal' never existed)
Tue, 04 Jun 2013 23:59:59 +0200 Florian Zeitz mod_disco: Allow ansering disco requests including nodes, and adding custom items to disco#items requests
Fri, 17 May 2013 18:35:50 +0200 Florian Zeitz mod_disco: Emit events for disco requests, which contain a node, on user accounts
Sun, 05 Aug 2012 17:18:35 +0100 Matthew Wild hostmanager, mod_disco: Show optional 'name' option from the config in disco#items queries (fixes use-case in #292) (thanks diSabler, mva)
Mon, 23 Jul 2012 12:25:33 +0100 Matthew Wild mod_disco: Allow configurable name in disco identity (defaults to 'Prosody')
Mon, 08 Aug 2011 18:23:53 +0200 Kim Alvefur core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Extensions
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.