<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>FW: XMPP module</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">Hi list,</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">I'm new to OpenSER, and I'm trying to compile the XMPP module.</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">So far, I've checkd out the CVS version and compiled it successfully. However, the XMPP module wouldn't compile, even though I have taken it out of the exclude list in the Makefile. The only way to compile it was to run "make" in the modules/xmpp directory (I know, I'm not supposed to, but it worked…).</FONT></SPAN></P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">I now have the following in my configuration file:</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">[...]</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">loadmodule "/usr/local/openser-1.2/lib/openser/modules/xmpp.so"</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">modparam("xmpp", "backend", "component")</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">modparam("xmpp", "domain_separator", "*")</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">modparam("xmpp", "gateway_domain", "xmpp.test.int")</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">modparam("xmpp", "xmpp_domain", "openser.test.int")</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">modparam("xmpp", "xmpp_host", "im.test.int")</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">modparam("xmpp", "xmpp_port", "10015")</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">modparam("xmpp", "xmpp_password", "password")</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">[...]</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">But running OpenSER results in:</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial"> 0(24041) set_mod_param_regex: parameter <xmpp_port> not found in module <xmpp></FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial"> 0(24041) parse error (86,20-21): Can't set module parameter</FONT></SPAN>
<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">ERROR: bad config file (1 errors)</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">Anyone can help?</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">Thank you for your help,</FONT></SPAN>
</P>
<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">Silviu</FONT></SPAN><SPAN LANG="en-gb"></SPAN>
</P>
</BODY>
</HTML>