File

core/servermanager.lua @ 35:3faa593c7e0f

Removed tag tip
author Waqas Hussain <waqas20@gmail.com>
date Wed, 01 Oct 2008 18:51:28 +0500
parent 30:bcf539295f2d
child 43:03dc9df59368
line wrap: on
line source


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