core/servermanager.lua

Thu, 02 Oct 2008 00:00:35 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 02 Oct 2008 00:00:35 +0100
changeset 37
06eadafafefa
parent 30
bcf539295f2d
child 43
03dc9df59368
permissions
-rw-r--r--

Removed unused functions from main.lua


require "modulemanager"

-- Handle stanzas that were addressed to the server (whether they came from c2s, s2s, etc.)
function handle_stanza(origin, stanza)
	-- Use plugins
	return modulemanager.handle_stanza(origin, stanza);
end

mercurial