diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-09-02 18:55:35 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-09-02 18:55:35 +0100 |
commit | 95e9399b77a5b7e5520cc1187c267171d4c494b7 (patch) | |
tree | 75ae2e07fd0ffea8a7063e9fbc3e5dbd0108d619 /prosody | |
parent | 1b379adbc661947763a198ea2a3e114359fafe82 (diff) | |
parent | 388fa0cd28e4a9911f6d6504e15126071952a453 (diff) | |
download | prosody-95e9399b77a5b7e5520cc1187c267171d4c494b7.tar.gz prosody-95e9399b77a5b7e5520cc1187c267171d4c494b7.zip |
Merge 0.10->trunk
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ end function load_libraries() -- Load socket framework + socket = require "socket"; server = require "net.server" end |