Log

plugins/mod_vcard.lua @ 7568:4f7990902874

description author age
Remove all trailing whitespace Florian Zeitz 2013-08-09
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() Kim Alvefur 2013-04-19
mod_vcard: Remove vcard_compatibility COMPAT (moved to mod_compat_vcard in prosody-modules), and add warning for those using the option Matthew Wild 2012-07-26
Update copyright headers for 2010 Matthew Wild 2010-03-22
mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enabled, fixes intercepting stanzas to the full JID that it shouldn't Matthew Wild 2009-12-09
mod_vcard: Cleaned up unused variables and global accesses. Waqas Hussain 2009-10-18
mod_vcard: Removed stream feature. Waqas Hussain 2009-10-18
mod_vcard: Refactoring and cleanup. Waqas Hussain 2009-10-18
mod_vcard: Moved completely to new event based hooks. Waqas Hussain 2009-10-18
mod_vcard: Fixed traceback on attempt to set vcards by non-c2s sessions. Waqas Hussain 2009-10-18
mod_vcard: Hide me from the trailing-whitespace police Matthew Wild 2009-10-15
mod_vcard: Add vcard_compatibility option to handle vcard stanzas routed to the full JID by ejabberd MUC rooms Matthew Wild 2009-10-15
mod_vcard: Handle vcard requests from local components. Waqas Hussain 2009-09-13
Remove version number from copyright headers Matthew Wild 2009-07-10
mod_*: Fix a load of global accesses Matthew Wild 2009-04-22
0.3->0.4 Matthew Wild 2009-03-20
Update copyright notices for 2009 Matthew Wild 2009-01-30
0.2->0.3 Matthew Wild 2009-01-30
GPL->MIT! Matthew Wild 2009-01-30
0.1 -> 0.2 Matthew Wild 2008-12-10
Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_register Waqas Hussain 2008-12-04
Change modules to use the new add_feature module API method. Waqas Hussain 2008-12-04
Insert copyright/license headers Matthew Wild 2008-12-03
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. Matthew Wild 2008-11-27
Modules now sending disco replies Waqas Hussain 2008-11-26
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME. Matthew Wild 2008-11-20
Fix mod_vcard to use session.send for sending stanzas Waqas Hussain 2008-11-15
vcards for s2s Matthew Wild 2008-11-02
mod_vcard: Fixed to use new util.stanza.add_child Waqas Hussain 2008-10-26
Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these. Matthew Wild 2008-10-08
Fixed: incorrect auth check Waqas Hussain 2008-10-08
Added: vCard plugin: mod_vcard Waqas Hussain 2008-10-08