aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_vcard.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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