Mercurial > prosody-hg
view core/servermanager.lua @ 41:68297fef35ff
An oops in sessionmanager stream:features code :)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 03 Oct 2008 22:21:01 +0100 |
| parents | bcf539295f2d |
| children | 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
