aboutsummaryrefslogtreecommitdiffstats
path: root/core/modulemanager.lua
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2008-10-09 02:59:57 +0500
committerWaqas Hussain <waqas20@gmail.com>2008-10-09 02:59:57 +0500
commit48750cfc608b1ec22f42f18fe607c6f10e945218 (patch)
treeabf5c6e7671adc0400476c311816d459c0b64c20 /core/modulemanager.lua
parentc27c01b8930abe50c21269907d8a64e1daa57dbb (diff)
downloadprosody-48750cfc608b1ec22f42f18fe607c6f10e945218.tar.gz
prosody-48750cfc608b1ec22f42f18fe607c6f10e945218.zip
Added: vCard plugin: mod_vcard
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r--core/modulemanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 1ad1f990..24708232 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -50,6 +50,7 @@ function loadall()
load("roster");
load("register");
load("tls");
+ load("vcard");
end
function load(name)