Software /
code /
prosody
Comparison
core/modulemanager.lua @ 60:44800be871f5
User registration, etc (jabber:iq:register)
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 05 Oct 2008 04:55:45 +0500 |
parent | 47:33ed4c6ac249 |
child | 63:4c27740fdeff |
comparison
equal
deleted
inserted
replaced
57:126b25079399 | 60:44800be871f5 |
---|---|
46 | 46 |
47 function loadall() | 47 function loadall() |
48 load("saslauth"); | 48 load("saslauth"); |
49 load("legacyauth"); | 49 load("legacyauth"); |
50 load("roster"); | 50 load("roster"); |
51 load("InBandRegistration"); | |
51 end | 52 end |
52 | 53 |
53 function load(name) | 54 function load(name) |
54 local mod, err = loadfile("plugins/mod_"..name..".lua"); | 55 local mod, err = loadfile("plugins/mod_"..name..".lua"); |
55 if not mod then | 56 if not mod then |