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("mi_xmlrpc", "log_file", "/var/log/openser-xmlrpc.log")</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam("mi_xmlrpc", "port", 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("presence", "db_url", "mysql://openser:openserrw@localhost/openser")</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam("presence", "server_address", "sip:10.24.247.59.:5060")</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam("presence", "fallback2db", 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("presence_xml", "db_url", "mysql://openser:openserrw@localhost/openser")</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam("presence_xml", "force_active", 1)</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam("presence_xml", "xcap_table", "xcap")</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam("presence_xml", "pidf_manipulation", 1)</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam("presence_xml", "integrated_xcap_server", 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("xcap_client", "db_url", "mysql://openser:openserrw@localhost/openser")</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam("xcap_client", "xcap_table", "xcap")</span><br style="font-weight: bold;">
<span style="font-weight: bold;">modparam("xcap_client", "periodical_query", 1)</span><br style="font-weight: bold;"><span style="font-weight: bold;">modparam("xcap_client", "query_period", 50)</span><br>
<br>I can't find why i have error ? Someone can help me or have already have this problem ?<br><br>Thanks !<br><br>Thomas<br>