I just used CVS to download the trunk version, and it doesn't seem to have the confcompjid stuff in it, as a diff between my current 'config.py' and the one I just downloaded yields:
[EMAIL PROTECTED] yahoo-transport]$ diff config.py ~/cust/eds/PyYIMt_1 8d7 < confjid = "chat.yim" 9a9,10 > confjid = "chat.yim" > confcompjid = "" Thoughts? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Norman Rasmussen Sent: Thursday, March 15, 2007 4:51 PM To: PyTransports Discussion Subject: Re: [py-transports] Help with PyYIMt and Jabber XCP On 3/15/07, Nate Pinchot <[EMAIL PROTECTED]> wrote: > DEBUG: dispatcher ok Got jabber:component:accept/iq stanza Aahhh, found the culprit. I can't imagine how anyone has got PyYIMt to work with XCP before. With jabberd2 you see: "DEBUG: dispatcher ok Got jabber:client/iq stanza" So clearly the different namespace is playing up here. I've added some fixes to CVS which should help, (xmpp/client.py changed to support the new code in the transports so you'll have to re-install the library too), let me know the result. -- - 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
