Hello everybody,<br><br>I write to you because I have an error with my presence module.<br><br>I try to integrate a xcap server (openxcap) with my openser.<br><br>I have configured my openser with module presence, presence_xml and mi_xmlrpc but i have theses error messages :<br>
<br><span style="font-weight: bold;">ERROR:presence:mi_refreshWatchers: getting rules doc</span><br style="font-weight: bold;"><span style="font-weight: bold;">Apr 23 11:41:54 [7867] ERROR:mi_xmlrpc:default_method: command (refreshWatchers) processing failed.</span><br>
<br>My openser.cfg contains :<br><br style="font-weight: bold;"><span style="font-weight: bold;"># -- mi_xmlrpc params --</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam(&quot;mi_xmlrpc&quot;, &quot;log_file&quot;, &quot;/var/log/openser-xmlrpc.log&quot;)</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam(&quot;mi_xmlrpc&quot;, &quot;port&quot;, 8080)</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;"># -- presence params --</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam(&quot;presence&quot;, &quot;db_url&quot;, &quot;mysql://openser:openserrw@localhost/openser&quot;)</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam(&quot;presence&quot;, &quot;server_address&quot;, &quot;sip:10.24.247.59.:5060&quot;)</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam(&quot;presence&quot;, &quot;fallback2db&quot;, 1)</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;"># -- presence_xml params --</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam(&quot;presence_xml&quot;, &quot;db_url&quot;, &quot;mysql://openser:openserrw@localhost/openser&quot;)</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam(&quot;presence_xml&quot;, &quot;force_active&quot;, 1)</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam(&quot;presence_xml&quot;, &quot;xcap_table&quot;, &quot;xcap&quot;)</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam(&quot;presence_xml&quot;, &quot;pidf_manipulation&quot;, 1)</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam(&quot;presence_xml&quot;, &quot;integrated_xcap_server&quot;, 1)</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;"># -- xcap_client params --</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam(&quot;xcap_client&quot;, &quot;db_url&quot;, &quot;mysql://openser:openserrw@localhost/openser&quot;)</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam(&quot;xcap_client&quot;, &quot;xcap_table&quot;, &quot;xcap&quot;)</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam(&quot;xcap_client&quot;, &quot;periodical_query&quot;, 1)</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam(&quot;xcap_client&quot;, &quot;query_period&quot;, 50)</span><br>
<br>I can&#39;t find why i have error ? Someone can help me or have already have this problem ?<br><br>Thanks !<br><br>Thomas<br>