<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<p>Matt Diez a écrit :
<blockquote TYPE=CITE>
<p><font size=-1>You can register external handlers for everything. Instead
of</font>
<br><font size=-1>setting it up in an <xdb> section, just configure
a <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 <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><service id="myservice">
<br> <host/>
<br> <connect>
<br> <ip>=192.9.200.27</ip>
<br> <port>5267</port>
<br> <secret>test</secret>
<br> </connect>
<br> </service>
<p>the service "myservice" does not receive any request
<br>Is there something to add to the config ?
<br> </html>