aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_vcard.lua
Commit message (Collapse)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 ↵Waqas Hussain2008-12-051-5/+5
| | | | mod_register
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
| | | | This also fixes the bug causing disco features being added to every disco reply for every host.
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵Matthew Wild2008-11-271-2/+2
| | | | though some more changes may be in store.
* 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
| | | | a FIXME.
* 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 ↵Matthew Wild2008-10-091-3/+3
| | | | respectively. Fixed mod_vcard to use these.
* Fixed: incorrect auth checkWaqas Hussain2008-10-091-1/+1
|
* Added: vCard plugin: mod_vcardWaqas Hussain2008-10-091-0/+54