Changeset

2545:99700e601d16

s2smanager: Update for new server SSL API (don't pass a sslctx)
author Matthew Wild <mwild1@gmail.com>
date Sun, 31 Jan 2010 15:41:33 +0000
parents 2544:b68cbc664d18
children 2546:cadfb455a00c
files core/s2smanager.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/s2smanager.lua	Sun Jan 31 15:40:28 2010 +0000
+++ b/core/s2smanager.lua	Sun Jan 31 15:41:33 2010 +0000
@@ -321,7 +321,7 @@
 	end
 	
 	local cl = connlisteners_get("xmppserver");
-	conn = wrapclient(conn, connect_host, connect_port, cl, cl.default_mode or 1, hosts[from_host].ssl_ctx, false );
+	conn = wrapclient(conn, connect_host, connect_port, cl, cl.default_mode or 1 );
 	host_session.conn = conn;
 	
 	-- Register this outgoing connection so that xmppserver_listener knows about it