ejabberd - Comments for "xml:lang ru" https://www.ejabberd.im/node/1604 en :-( https://www.ejabberd.im/node/1604#comment-51437 <p>а, что эта бага в новом релизе 1.1.4 не устранена тоже? :-(</p> Fri, 07 Dec 2007 14:56:43 +0000 K0NCTANT1N comment 51437 at https://www.ejabberd.im Bug on ejabberd 1.1.x; patch available https://www.ejabberd.im/node/1604#comment-24476 <p>There is a bug on ejabberd 1.1.x: it does not read the option<br /> {language, XX}.</p> <p>This is the patch for ejabberd 1.1.x:</p> <pre>--- src/ejabberd_config.erl (revisión: 750) +++ src/ejabberd_config.erl (revisión: 780) @@ -107,6 +107,8 @@ State, Terms); {listen, Val} -&gt; add_option(listen, Val, State); + {language, Val} -&gt; + add_option(language, Val, State); {outgoing_s2s_port, Port} -&gt; add_option(outgoing_s2s_port, Port, State); {s2s_use_starttls, Port} -&gt;</pre><p>This bug is <noindex><a href="https://forge.process-one.net/changelog/ejabberd/?cs=780" rel="nofollow" >fixed</a></noindex> on ejabberd SVN.</p> Wed, 27 Jun 2007 08:47:44 +0000 mfoss comment 24476 at https://www.ejabberd.im