ahh, yes, i did debug this, and now i come and read email.... I've managed to get it to take the binding *yay*, it was a matter of sticking the namespace in right :-) also I found I have to use sasl, and I can't use the old 'handshake' method to connect, does this sound right?
also moving from handshake to component, meant that I had to supply a username, which I nailed down too. On 26/08/05, Stephen Marquard <[EMAIL PROTECTED]> wrote: > Norman Rasmussen wrote: > > I've been having at trying to get the yahoo-transport from the xmpp.py > > project to work with this JEP....., here's my problem > > > > Is <bind> in the root namespace? > > > > for most componenents the default namespace is set to > > jabber:component:accept, so this makes any bind calls occur in the > > jabber:component:accept namespace too. > > The JEP says: > > The namespace URI for elements in this protocol is > 'http://jabberd.jabberstudio.org/ns/component/1.0'. > > and from a j2 debug log (sm binding to router): > > <bind xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' > name='some.fqdn'/> > > > I'm trying to send (after the handshake, but before the disco results): > > > > <bind from="transport.domain" name="transport.domain" id="1" /> > > You don't need from and id. > > Regards > Stephen > > _______________________________________________ > jdev mailing list > [email protected] > http://mail.jabber.org/mailman/listinfo/jdev > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
