log plugins/mod_disco.lua @ 5610:f73d5fb4ea13

age author description
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.