diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-09-30 19:52:00 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-09-30 19:52:00 +0100 |
commit | a53395e6b72ac0abad00123e1d07b3504f585e08 (patch) | |
tree | abcdd55cfafbc477ea75067efd89b5845f4cad19 /util/stanza.lua | |
parent | 733c39e3dacf91f10fcb2f9501b6f0618a0b11fc (diff) | |
download | prosody-a53395e6b72ac0abad00123e1d07b3504f585e08.tar.gz prosody-a53395e6b72ac0abad00123e1d07b3504f585e08.zip |
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
Diffstat (limited to 'util/stanza.lua')
-rw-r--r-- | util/stanza.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/stanza.lua b/util/stanza.lua index 3a17fc20..553bba4d 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -136,3 +136,4 @@ function presence(attr) return stanza("presence", attr); end +return _M;
\ No newline at end of file |