diff options
author | Waqas Hussain <waqas20@gmail.com> | 2009-07-02 00:47:21 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2009-07-02 00:47:21 +0500 |
commit | 46537ca53942b24e91d3a754f87fda08ed21e16e (patch) | |
tree | 0907a77e2c02b7c33a5cc97fb484efe2b115ba9c /core/sessionmanager.lua | |
parent | 584995d0516cf596b96d4688db94d84155a12d1f (diff) | |
parent | 3dc21c4fc7da90b0ef739a85351c91ab87a38148 (diff) | |
download | prosody-46537ca53942b24e91d3a754f87fda08ed21e16e.tar.gz prosody-46537ca53942b24e91d3a754f87fda08ed21e16e.zip |
Merged with trunk
Diffstat (limited to 'core/sessionmanager.lua')
-rw-r--r-- | core/sessionmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 2862cd52..24da7c83 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -165,7 +165,7 @@ function streamopened(session, attr) (session.log or session)("debug", "Client sent opening <stream:stream> to %s", session.host); send("<?xml version='1.0'?>"); - send(format("<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='%s' from='%s' version='1.0'>", session.streamid, session.host)); + send(format("<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='%s' from='%s' version='1.0' xml:lang='en'>", session.streamid, session.host)); if not hosts[session.host] then -- We don't serve this host... |