[JDEV] registering component with jabber server

frank cbuilder at lm.pl
Sun Apr 15 02:32:43 CDT 2001


I tried to register my component for authorization with jabber server but
the server couldn't connect to my component. The component was running on
windows box (192.168.0.1) and jabber server on 192.168.0.9

I added following sections to jabber.xml file:

<service id="winauth">
    <accept>
      <ip>192.168.0.1</ip>
      <port>2200</port>
      <secret>secret</secret>
    </accept>
</service>

...

    <jsm xmlns="jabber:config:jsm">
...
      <auth>winauth</auth>
...


In debug logs there is "Internal timeout error" while delivering packets to
"winauth"

Could anybody tell me how to register my component properly so that it
works?

Thanks in advance.
Frank





More information about the JDev mailing list