Huge commit to:
authorMatthew Wild <mwild1@gmail.com>
Tue, 30 Sep 2008 18:52:00 +0000 (19:52 +0100)
committerMatthew Wild <mwild1@gmail.com>
Tue, 30 Sep 2008 18:52:00 +0000 (19:52 +0100)
commit6e71a4c6b4dad19c8ad6636f7503a1e5cb7079f4
treeabcdd55cfafbc477ea75067efd89b5845f4cad19
parent67e37801b9a754743a42fe95ae6b54004090c39d
Huge commit to:
* Break stanza routing (to be restored in a future commit)
* Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :)
* Bring us plugins, starting with mod_legacyauth and mod_roster
* Sessions are now created/destroyed using a standard sessionmanager interface
core/modulemanager.lua [new file with mode: 0644]
core/servermanager.lua [new file with mode: 0644]
core/sessionmanager.lua [new file with mode: 0644]
core/stanza_router.lua [new file with mode: 0644]
main.lua
plugins/mod_legacyauth.lua [new file with mode: 0644]
plugins/mod_roster.lua [new file with mode: 0644]
util/logger.lua [new file with mode: 0644]
util/stanza.lua