<div dir="ltr"><div><div><div><div>Hello Estefania, <br><br></div>You can check this tutorial (you have the complete cfg file on the end)<br><br><a href="http://opensips.com.br/wiki/index.php?title=Opensips_1.9">http://opensips.com.br/wiki/index.php?title=Opensips_1.9</a><br>
<br></div>There you have a working presence without xcap as you want<br><br></div>but basicaly <br><br><pre>#### PRESENCE modules
loadmodule &quot;presence.so&quot;
loadmodule &quot;presence_xml.so&quot;
modparam(&quot;presence&quot;, &quot;db_url&quot;,
        &quot;mysql://opensips:_SUA_SENHA_AQUI_@localhost/opensips&quot;) # CUSTOMIZE ME
modparam(&quot;presence_xml&quot;, &quot;force_active&quot;, 1)
modparam(&quot;presence&quot;, &quot;server_address&quot;, &quot;sip:<a href="http://127.0.0.1:5060">127.0.0.1:5060</a>&quot;) # CUSTOMIZE ME</pre><br><br></div>After this you just need handle the request<br></div>