Hi there,

currently I'm trying to port wcs
(http://webclientservice.jabberstudio.org) to jabberd2. The problem with
this seems to be how to authenticate new sessions. WCS currently sends a
packet like this one:

<route to='[EMAIL PROTECTED]/web'
from='[EMAIL PROTECTED]' type='auth'><iq
type='set' to='[EMAIL PROTECTED]/web'><query
xmlns='jabber:iq:auth'><username>borst</username><password>secret</password><resource>web</resource></query></iq></route>

With jabberd14 this worked. Now does anybody know what I have to do to
authenticate with jabberd2? There needs to be some way how I can address
the c2s component. Sending a packet like above seems to end up at the sm
component which doesn't know what to do with it.

Any help would be very appreciated,

Steve

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
https://jabberstudio.org/mailman/listinfo/jdev

Reply via email to