core/servermanager.lua

changeset 30
bcf539295f2d
child 43
03dc9df59368
equal deleted inserted replaced
29:b847875801e5 30:bcf539295f2d
1
2 require "modulemanager"
3
4 -- Handle stanzas that were addressed to the server (whether they came from c2s, s2s, etc.)
5 function handle_stanza(origin, stanza)
6 -- Use plugins
7 return modulemanager.handle_stanza(origin, stanza);
8 end

mercurial