[JDEV] Customizing Jabber server

Benoit Orihuela borihuela at idealx.com
Mon May 28 10:39:41 CDT 2001


hi,

> 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 ?

you also have to add an entry in the browse section of jabber.xml.
for instance, I have such an entry for msn service :
          <service type="msn" jid="msn.localhost" name="MSN Transport">
            <ns>jabber:iq:gateway</ns>
            <ns>jabber:iq:register</ns>
          </service>
(but that just makes your service "browsable", I'm not sure this will
entirely resolve your problem ...)

hope this helps,

Benoit.

-- 
Benoit Orihuela		
IDEALX S.A.S.



More information about the JDev mailing list