<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<p>Matt Diez a &eacute;crit :
<blockquote TYPE=CITE>&nbsp;
<p><font size=-1>You can register external handlers for everything. Instead
of</font>
<br><font size=-1>setting it up in an &lt;xdb> section, just configure
a &lt;service></font>
<br><font size=-1>entry, and give it a service name, connect with your
service,</font>
<br><font size=-1>and I believe it should start picking up all requests,
filter</font>
<br><font size=-1>out the ones that aren't &lt;presence> and do what you
will with</font>
<br><font size=-1>presence.</font></blockquote>
Some time later...
<p>That's what I should like to do but having setup a service this way:
<p>&lt;service id="myservice">
<br>&nbsp;&nbsp;&nbsp; &lt;host/>
<br>&nbsp;&nbsp;&nbsp; &lt;connect>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ip>=192.9.200.27&lt;/ip>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;port>5267&lt;/port>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;secret>test&lt;/secret>
<br>&nbsp;&nbsp;&nbsp; &lt;/connect>
<br>&nbsp;&nbsp; &lt;/service>
<p>the service "myservice" does not receive any request
<br>Is there something to add to the config ?
<br>&nbsp;</html>