[JDEV] registering component with jabber server
frank
cbuilder at lm.pl
Sun Apr 15 09:39:04 CDT 2001
ok, I got my component connected to the server after all but I have no idea
about the way my component should register itself... Is it documented
somewhere? Or could you tell me? I guess these are a few lines of xml, if
only I had an example :-)
----- Original Message -----
> 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
>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>
More information about the JDev
mailing list