Well, with the info from Pedro I was able to the C based yahoo transport working and get this one configured correctly. The help is much appreciated, thanks. I would much rather use this one since the development is more active but still having an issue with registering with the transport. For some reason I can't get PSI working to connect to XCP so I am using Exodus. If that is the problem, let me know, but I don't think it is.
The output with dumpProtocol enabled: DEBUG: socket got <iq from='[EMAIL PROTECTED]/Exodus' id='jcl_29' to='yahoo.psordb02.mypartssource.com' 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->jcl_29 DEBUG: socket sent <iq to="[EMAIL PROTECTED]/Exodus" from="yahoo.psordb02.mypartssource.com" id="jcl_29" 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> Looks like it is saying jabber:iq:register type='get' is a feature that isn't implemented... ? Tried searching the mailing lists and it seems I'm the only one who has this problem. Any idea what could be going wrong here? I have the latest version (1.65). -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Norman Rasmussen Sent: Thursday, March 01, 2007 1:23 AM To: PyTransports Discussion Subject: Re: [py-transports] Help with PyYIMt and Jabber XCP 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 _______________________________________________ py-transports mailing list [email protected] http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
