just checking: if you're sending stanza's to 'yahoolinker' then the config file needs to look like:
<jid>yahoolinker</jid> (i.e. without the jabber part) On 2/28/07, Nate Pinchot <[EMAIL PROTECTED]> wrote: > I know it doesn't mean much but I really appreciate all the help. I'm > sure I seem like I don't know what I'm doing at all. > > I changed the config.xml to have the discoName the same as the > description. > Also commented out useRouteWrap. > > Getting a different error now when I try to register with 'yahoolinker': > > > DEBUG: socket got <iq > from='[EMAIL PROTECTED]/JBother' id='T7In8-442' > to='yahoolinker' type='get'> > <query xmlns='jabber:iq:register'/> > </iq> > DEBUG: dispatcher ok Got jabber:component:accept/iq stanza > DEBUG: dispatcher ok Dispatching iq stanza with type->get > props->[u'jabber:iq:register'] id->T7In8-442 > DEBUG: socket sent <iq > to="[EMAIL PROTECTED]/JBother" from="yahoolinker" > id="T7In8-442" type="error"> > <query xmlns="jabber:iq:register" /> > <error code="501" type="cancel"> > <feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" > /> > <text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The feature > requested is not implemented by the recipient or server and therefore > cannot be processed.</text> > </error> > </iq> > > > Is the client I am using the problem? > Or do I need to set up something different in XCP than OpenPort? > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Norman > Rasmussen > Sent: Wednesday, February 28, 2007 2:41 PM > To: PyTransports Discussion > Subject: Re: [py-transports] Help with PyYIMt and Jabber XCP > > On 2/28/07, Nate Pinchot <[EMAIL PROTECTED]> wrote: > > I got some kind of stanza unsupported error after fixing compjid but I > > uncommented <useRouteWrap/> and I'm now getting a different error. > > useRouteWrap is for jabberd2 only, don't use it with XCP. > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/ > _______________________________________________ > py-transports mailing list > [email protected] > http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports > _______________________________________________ > py-transports mailing list > [email protected] > http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ _______________________________________________ py-transports mailing list [email protected] http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
