[JDEV] Customizing Jabber server
Matt Diez
matt at vedalabs.com
Tue May 29 12:17:38 CDT 2001
I believe the IP tag should read:
<ip>192.9.200.27</ip>
No "=" sign.
Matthew D. Diez
-----Original Message-----
From: Gerard BUNEL [mailto:gerard.bunel at ago.fr]
Sent: Monday, May 28, 2001 10:10 AM
To: jdev at jabber.org
Subject: Re: [JDEV] Customizing Jabber server
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.
Some time later...
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 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20010529/d75f8e97/attachment-0002.htm>
More information about the JDev
mailing list