[jdev] Re: Auto-configured external gateways

Stephen Marquard scm at marquard.net
Fri Aug 26 14:38:46 CDT 2005


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




More information about the JDev mailing list