plugins/mod_s2s/s2sout.lib.lua
changeset 5351 901ed253bbf7
parent 5112 8b94a8d92cf3
child 5386 43059357b2f0
--- a/plugins/mod_s2s/s2sout.lib.lua	Fri Mar 15 09:51:43 2013 +0100
+++ b/plugins/mod_s2s/s2sout.lib.lua	Sat Mar 16 17:46:43 2013 +0100
@@ -44,15 +44,9 @@
 	return a.priority < b.priority or (a.priority == b.priority and a.weight > b.weight);
 end
 
-local function session_open_stream(session, from, to)
-	session.sends2s(st.stanza("stream:stream", {
-		xmlns='jabber:server', ["xmlns:db"]='jabber:server:dialback',
-		["xmlns:stream"]='http://etherx.jabber.org/streams',
-		from=from, to=to, version='1.0', ["xml:lang"]='en'}):top_tag());
-end
-
 function s2sout.initiate_connection(host_session)
 	initialize_filters(host_session);
+	host_session.version = 1;
 	host_session.open_stream = session_open_stream;
 	
 	-- Kick the connection attempting machine into life