Log

plugins/mod_disco.lua @ 5646:c4b6ebea7185

description author age
mod_disco: Emit events for disco requests, which contain a node, on user accounts Florian Zeitz Fri, 17 May 2013 18:35:50 +0200
hostmanager, mod_disco: Show optional 'name' option from the config in disco#items queries (fixes use-case in #292) (thanks diSabler, mva) Matthew Wild Sun, 05 Aug 2012 17:18:35 +0100
mod_disco: Allow configurable name in disco identity (defaults to 'Prosody') Matthew Wild Mon, 23 Jul 2012 12:25:33 +0100
core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Extensions Kim Alvefur Mon, 08 Aug 2011 18:23:53 +0200
mod_disco: Don't add caps hash to stream features on unauthenticated connections. Waqas Hussain Fri, 03 Dec 2010 00:37:54 +0500
mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205). Waqas Hussain Sun, 28 Nov 2010 07:56:08 +0500
mod_disco: Updated to use hostmanager.get_children instead of componentmanager.get_children. Waqas Hussain Wed, 10 Nov 2010 20:31:28 +0500
mod_disco: Renamed the 'session' property of the account-disco-info and account-disco-items events to 'origin' for consistency. Waqas Hussain Sun, 07 Nov 2010 20:53:08 +0500
mod_disco: Reflect requested 'node' attribute in the disco#info reply. Waqas Hussain Mon, 12 Jul 2010 00:14:48 +0500
mod_disco: Respond to disco#info to the correct caps hash node ("node#ver"). Waqas Hussain Sun, 11 Jul 2010 23:51:40 +0500
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. Waqas Hussain Sun, 11 Jul 2010 21:21:38 +0500
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. Matthew Wild Fri, 09 Jul 2010 13:20:00 +0100
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
mod_disco: Added option 'disco_items' to allow appending items to a host's disco#items result. Waqas Hussain Sat, 23 Jan 2010 18:16:10 +0500
mod_disco: Handle and fire events for service discovery queries for bare account JIDs (thanks darkrain). Waqas Hussain Mon, 21 Dec 2009 06:25:12 +0500
mod_disco: Rearranged some lines, and added a FIXME comment Waqas Hussain Tue, 18 Aug 2009 12:44:42 +0500
mod_disco: Removed reference to core.discomanager Waqas Hussain Tue, 18 Aug 2009 12:43:21 +0500
mod_disco: Removed legacy IQ hooks Waqas Hussain Tue, 18 Aug 2009 12:42:56 +0500
mod_disco: Handle disco#items queries using new APIs Waqas Hussain Tue, 18 Aug 2009 12:39:00 +0500
mod_disco: Added identity server/im with name 'Prosody' Waqas Hussain Tue, 18 Aug 2009 12:38:28 +0500
mod_disco: Handle disco#info queries using new APIs Waqas Hussain Tue, 18 Aug 2009 12:37:40 +0500
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
mod_disco: Convert from Windows line endings Matthew Wild Thu, 09 Jul 2009 23:00:32 +0100
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Change modules to use the new add_feature module API method. Waqas Hussain Thu, 04 Dec 2008 20:16:30 +0500