Diff

main.lua @ 150:d09b8a1ab046

Merging more s2s
author Matthew Wild <mwild1@gmail.com>
date Fri, 24 Oct 2008 07:36:48 +0100
parent 133:b92493ea6fd7
parent 145:fbb3a4ff9cf1
child 203:5c2e6b9eeeb6
line wrap: on
line diff
--- a/main.lua	Fri Oct 24 07:34:13 2008 +0100
+++ b/main.lua	Fri Oct 24 07:36:48 2008 +0100
@@ -54,5 +54,6 @@
 local protected_disconnect = function (conn, err) local success, ret = pcall(disconnect, conn, err); if not success then print("ERROR on "..tostring(conn).." disconnect: "..ret); conn:close(); end end;
 
 start("xmppclient", { ssl = ssl_ctx })
+start("xmppserver", { ssl = ssl_ctx })
 
 server.loop();