I believe the IP tag should read:
<ip>192.9.200.27</ip>
 
No "=" sign.
 
Matthew D. Diez
-----Original Message-----
From: Gerard BUNEL [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 28, 2001 10:10 AM
To: [EMAIL PROTECTED]
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 ?
 

Reply via email to