[JDEV] Customizing Jabber server
Gerard BUNEL
gerard.bunel at ago.fr
Mon May 14 06:45:17 CDT 2001
Matt Diez a écrit :
>
>
> 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.
>
> Matt Diez
I should lik to do that, but my different trials are unsuccessful.
No message are forwarded to my handler. This is what I put in my
<service> section:
<service id="myService.ago.fr" name="myService">
<host/>
<accept>
<ip/>
<port>5265</port>
<secret>test</secret>
</accept>
</service>
More information about the JDev
mailing list