Matt Diez a écrit :
Some time later...You can register external handlers for everything. Instead of
setting it up in an <xdb> section, just configure a <service>
entry, and give it a service name, connect with your service,
and I believe it should start picking up all requests, filter
out the ones that aren't <presence> and do what you will with
presence.
That's what I should like to do but having setup a service this way:
<service id="myservice">
<host/>
<connect>
<ip>=192.9.200.27</ip>
<port>5267</port>
<secret>test</secret>
</connect>
</service>
the service "myservice" does not receive any request
Is there something to add to the config ?
