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
jdev@jabber.org
http://mail.jabber.org/mailman/listinfo/jdev

Reply via email to