diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-05-09 20:46:24 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-05-09 20:46:24 +0100 |
commit | e01ef118810baf017693bdb4afc323207d2f479d (patch) | |
tree | a4a0dd47a8143bc2bcccb9320c54b042d6cee1fe /prosody | |
parent | aa0ed5d64b87574d02f773879145e9dd9a259a53 (diff) | |
download | prosody-e01ef118810baf017693bdb4afc323207d2f479d.tar.gz prosody-e01ef118810baf017693bdb4afc323207d2f479d.zip |
prosody: Load util.xmppstream :(
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -285,6 +285,7 @@ end function load_secondary_libraries() --- Load and initialise core modules require "util.import" + require "util.xmppstream" require "core.xmlhandlers" require "core.rostermanager" require "core.hostmanager" |