aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_vcard.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_*: Fix a load of global accessesMatthew Wild2009-04-221-3/+3
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_reg...Waqas Hussain2008-12-051-5/+5
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-2/+2
* Modules now sending disco repliesWaqas Hussain2008-11-261-0/+2
* Use a stanza for c2s stream features instead of an array of strings. Removes ...Matthew Wild2008-11-201-1/+2
* Fix mod_vcard to use session.send for sending stanzasWaqas Hussain2008-11-161-6/+5
* vcards for s2sMatthew Wild2008-11-021-1/+1
* mod_vcard: Fixed to use new util.stanza.add_childWaqas Hussain2008-10-261-3/+1
* Stanza preserialize/deserialize helpers, to strip and restore stanzas respect...Matthew Wild2008-10-091-3/+3
* Fixed: incorrect auth checkWaqas Hussain2008-10-091-1/+1
* Added: vCard plugin: mod_vcardWaqas Hussain2008-10-091-0/+54