diff options
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r-- | core/modulemanager.lua | 1 |
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) |