diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-23 18:09:39 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-23 18:09:39 +0100 |
commit | ce86d8badcc0f93ea14f71abad9161cee80ad823 (patch) | |
tree | 4749ac1995c41fb648b608f446924e29a0bc24b7 /net/server.lua | |
parent | dba8f998cf39a07fd93fb985a17b32a274fb23f3 (diff) | |
download | prosody-ce86d8badcc0f93ea14f71abad9161cee80ad823.tar.gz prosody-ce86d8badcc0f93ea14f71abad9161cee80ad823.zip |
Initial s2s stuff
Diffstat (limited to 'net/server.lua')
-rw-r--r-- | net/server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/server.lua b/net/server.lua index 1661ba00..40cc6dc8 100644 --- a/net/server.lua +++ b/net/server.lua @@ -827,5 +827,5 @@ return { stats = stats,
closeall = closeall,
addtimer = addtimer,
-
+ wraptlsclient = wraptlsclient,
}
|