<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Alejandro,<br>
<br>
I will try to shed some light now for you and then promise to put some
more documentation on xmpp gateway.<br>
About the parameters:<br>
- xmpp_host: is the domain name or IP where the jabber server is running<br>
- xmpp_domain: the domain with which OpenSIPS will register as a
component to the jabber server - it must be a domain name recognized by
OpenSIPS as its own ( I see that you have alias there so it's ok).<br>
You need not define sip_domain parameter ( it is only for a special
case when you offer XMPP and SIP services with the same domain name ).<br>
<br>
I suggest you start your tests first with message - IM and then go to
presence. The sip buddy in the XMPP account is <a
 moz-do-not-send="true" href="mailto:sip%3Aalerios@sip.avatar.com.co">alerios@sip.avatar.com.co</a>,
without SIP.<br>
What will happen is that the jabber server will receive a message - and
it will deduce that it is for the component <a moz-do-not-send="true"
 href="mailto:sip%3Aalerios@sip.avatar.com.co">sip.avatar.com.co</a>,
which is OpenSIPS and forward the message to it. To check that this
message gets to OpenSIPS raise the debug level, debug=6 and check the
log after sending the message. You should see some specific messages.<br>
<br>
In the SIP client, don't forget to set an outbound proxy so that the
messages for XMPP buddies get to the server.<br>
<br>
Regards,<br>
<pre class="moz-signature" cols="72">-- 
Anca Vamanu
<a class="moz-txt-link-abbreviated" href="http://www.voice-system.ro">www.voice-system.ro</a></pre>
<br>
<br>
On 06/25/2010 03:04 AM, Alejandro Rios wrote:
<blockquote
 cite="mid:AANLkTil9ARvFaMuX9VTkcr4sKLZOYeYN0ByZlaiuf2I5@mail.gmail.com"
 type="cite">I deleted the param xmpp_domain, and the component
registered itself.&nbsp; But now I can't figure out how to debug pua_xmpp
function.&nbsp; I tried seting contacts on the xmpp client in the form "<a
 moz-do-not-send="true" href="mailto:sip%3Aalerios@sip.avatar.com.co">sip:alerios@sip.avatar.com.co</a>"
and "<a moz-do-not-send="true"
 href="mailto:sip%3Aalerios@sipx.avatar.com.co">sip:alerios@sipx.avatar.com.co</a>",
but nothing happens :(<br>
  <br>
It would be really nice to have a full working example including xmpp
and sip clients configuration for this sip-xmpp gateway module<br>
  <br>
Thank you<br>
  <br clear="all">
Alejandro Rios Pe&ntilde;a<br>
  <br>
  <br>
  <div class="gmail_quote">2010/6/24 Alejandro Rios <span dir="ltr">&lt;<a
 moz-do-not-send="true" href="mailto:alejandro.rios@avatar.com.co">alejandro.rios@avatar.com.co</a>&gt;</span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>
    <div class="h5">
    <div class="gmail_quote">Hi<br>
    <br>
I have both OpenFire and OpenSIPS running on the same machine, and both
with the domain <a moz-do-not-send="true"
 href="http://sip.avatar.com.co" target="_blank">sip.avatar.com.co</a>.
Here's the config on my opensips.cfg:<br>
    <br>
alias=<a moz-do-not-send="true" href="http://sip.avatar.com.co"
 target="_blank">sip.avatar.com.co</a><br>
    <br>
# -- xmpp parameters --<br>
modparam("xmpp", "sip_domain", "<a moz-do-not-send="true"
 href="http://sipx.avatar.com.co" target="_blank">sipx.avatar.com.co</a>")<br>
modparam("xmpp", "xmpp_domain", "<a moz-do-not-send="true"
 href="http://sip.avatar.com.co" target="_blank">sip.avatar.com.co</a>")<br>
modparam("xmpp", "xmpp_host", "127.0.0.1")<br>
modparam("xmpp", "xmpp_port", 5275)<br>
modparam("xmpp", "xmpp_password", "opensips")<br>
modparam("xmpp", "backend", "component")<br>
    <br>
---------------------<br>
    </div>
    </div>
    </div>
  </blockquote>
  </div>
</blockquote>
<br>
</body>
</html>