Mercurial > prosody-hg
diff main.lua @ 145:fbb3a4ff9cf1 s2s
dialback keys now verified
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 24 Oct 2008 03:06:55 +0100 |
| parents | ba08b8a4eeef |
| children | d09b8a1ab046 |
line wrap: on
line diff
--- a/main.lua Thu Oct 23 19:10:16 2008 +0100 +++ b/main.lua Fri Oct 24 03:06:55 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();
