Log

plugins/mod_vcard.lua @ 13270:14bbfb2cc8dd default tip

description author age
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
mod_vcard: Remove unused variable [luacheck] Kim Alvefur Mon, 23 Dec 2019 22:27:25 +0100
mod_private, mod_vcard: Use the usual comment on non-get received iqs. Emmanuel Gil Peyrot Fri, 24 Aug 2018 20:36:06 +0200
mod_vcard: Remove 0.8 COMPAT code Matthew Wild Sun, 19 Aug 2018 23:44:01 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() Kim Alvefur Fri, 19 Apr 2013 16:14:06 +0200
mod_vcard: Remove vcard_compatibility COMPAT (moved to mod_compat_vcard in prosody-modules), and add warning for those using the option Matthew Wild Thu, 26 Jul 2012 15:16:52 +0100
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enabled, fixes intercepting stanzas to the full JID that it shouldn't Matthew Wild Wed, 09 Dec 2009 13:19:50 +0000
mod_vcard: Cleaned up unused variables and global accesses. Waqas Hussain Sun, 18 Oct 2009 07:40:14 +0500
mod_vcard: Removed stream feature. Waqas Hussain Sun, 18 Oct 2009 07:33:24 +0500
mod_vcard: Refactoring and cleanup. Waqas Hussain Sun, 18 Oct 2009 07:30:58 +0500
mod_vcard: Moved completely to new event based hooks. Waqas Hussain Sun, 18 Oct 2009 07:05:56 +0500
mod_vcard: Fixed traceback on attempt to set vcards by non-c2s sessions. Waqas Hussain Sun, 18 Oct 2009 06:55:00 +0500
mod_vcard: Hide me from the trailing-whitespace police Matthew Wild Fri, 16 Oct 2009 00:11:55 +0100
mod_vcard: Add vcard_compatibility option to handle vcard stanzas routed to the full JID by ejabberd MUC rooms Matthew Wild Thu, 15 Oct 2009 23:21:55 +0100
mod_vcard: Handle vcard requests from local components. Waqas Hussain Mon, 14 Sep 2009 01:13:17 +0500
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
mod_*: Fix a load of global accesses Matthew Wild Wed, 22 Apr 2009 21:32:23 +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
Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_register Waqas Hussain Fri, 05 Dec 2008 00:16:03 +0500
Change modules to use the new add_feature module API method. Waqas Hussain Thu, 04 Dec 2008 20:16:30 +0500
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. Matthew Wild Thu, 27 Nov 2008 03:12:12 +0000
Modules now sending disco replies Waqas Hussain Wed, 26 Nov 2008 08:27:09 +0500
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME. Matthew Wild Thu, 20 Nov 2008 01:33:25 +0000
Fix mod_vcard to use session.send for sending stanzas Waqas Hussain Sun, 16 Nov 2008 04:28:37 +0500
vcards for s2s Matthew Wild Sun, 02 Nov 2008 01:20:42 +0000
mod_vcard: Fixed to use new util.stanza.add_child Waqas Hussain Sun, 26 Oct 2008 21:21:38 +0500
Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these. Matthew Wild Thu, 09 Oct 2008 00:50:45 +0100
Fixed: incorrect auth check Waqas Hussain Thu, 09 Oct 2008 03:40:16 +0500
Added: vCard plugin: mod_vcard Waqas Hussain Thu, 09 Oct 2008 02:59:57 +0500