[JDEV] Setting up wcs

Gary Evesson gevesson at decentrix.com
Fri Jan 18 18:20:27 CST 2002


Turns out it's definitely the applet. It seems that the class that
handles  JIDs was a little upset when there was no server in the user
name, so instead of doing nothing in its confusion, it decided to make a
server name up by itself. Fixed that and it all began to work. Whew!

Gary Evesson
Chief Technology Officer
Decentrix Inc
http://www.decentrix.com
 

-----Original Message-----
From: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org] On Behalf Of
dlb
Sent: Friday, January 18, 2002 4:06 PM
To: jdev at jabber.org
Subject: Re: [JDEV] Setting up wcs

hmm..

If you're using winjab go into Tools and activate 'Show Debug XML'.
Take a look at the correspondence surrounding a subscription request.
Is this being received from wcs at wcs ?  If not , the client is obviously
imposing the address.  WinJab won't do this , but I don't know whether
the Jabber applet would.  If wcs at wcs derives from the server you might
try the following.

I have a very simple WCS config running on server version 1.4.1 .
The WCS and HTTP modules map to 'wcs' -  no subdomain.

so the http service xml contains..

<listen port="5280" >
  <map to="wcs" />
</listen>

rather than :
<listen port="5280">
   <map to="wcs-public">public.host.org</map>
   <map to="subdom.you.com"/>
</listen>

____I'd never gotten the above config form to work____

and the WCS service is id'd as..

<service id="wcs">

So when communicating with WCS the JID appears as such ..

<presence to="wcs" type="subscribe"><status>Normal Subscription
Request</status></presence>

<presence to='dlb at nowhere.com  from='wcs'><status>Normal Subscription
Request </status> </presence>





> I have tracked things back to the fact that the client is responding
to
> the subscription request with the jid of wcs at wcs, but I cannot see
where
> this might be configured. Any ideas?



_______________________________________________
jdev mailing list
jdev at jabber.org
http://mailman.jabber.org/listinfo/jdev




More information about the JDev mailing list