<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 "presence.so"
loadmodule "presence_xml.so"
modparam("presence", "db_url",
        "mysql://opensips:_SUA_SENHA_AQUI_@localhost/opensips") # CUSTOMIZE ME
modparam("presence_xml", "force_active", 1)
modparam("presence", "server_address", "sip:<a href="http://127.0.0.1:5060">127.0.0.1:5060</a>") # CUSTOMIZE ME</pre><br><br></div>After this you just need handle the request<br></div>