mmm, a guess would be that the base64 encoded string just managed to get longer that 64 characters, and suddenly we're dealing with possibly inserted line endings?
Probably wrong, but something to thing about. I'd have to read sasl more closely to really figure it out. On 12/8/05, Eric Langheinrich <[EMAIL PROTECTED]> wrote: > Norman and Daniel, > > Thank you both for all of your help in getting the transports setup. > > I just wanted to let you know about one little quirk I have run into. > Definitely not a big deal, but thought I'd share. > > I just finished the ICQ transport setup and ran into a problem with my > secret. The secret I was trying to use, _uza!wuca8eNaph- caused the > authentication with the router to fail. Within the jabber debug output I see > the messages > > ROUT: Thu Dec 8 10:47:45 2005 router.c:111 checking their hash > ea0f52d847b6932c83204c8811705202b8d5785a against our hash > 700aad1ff72f8ce843889951a9971e346042d152 > ROUT: Thu Dec 8 10:47:45 2005 router.c:128 auth failed > > I did check the secret in both the router.xml and config.xml for ICQ files > and they did match. > > > Again, thank you for all of the help. > > Eric > > > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Sat Dec 10 16:06:15 2005 From: [EMAIL PROTECTED] (Eric Langheinrich) Date: Sat Dec 10 16:06:24 2005 Subject: [py-transports] Help with PyMSNt Message-ID: <[EMAIL PROTECTED]> I'm still having trouble with PyMSNt. After I start the component using './PyMSNt' I can see the component connect and authenticate with the router. The component comes online and then immediately offline. If I leave the component running, the online/offline behavior repeats. In the output from PyMSNt I see exceptions being caught. The last line of the output is exceptions.TypeError: len() of unsized object. Doing a google search, I saw that a couple of other people seem to have had similar problems, although there is no listed solution. Any ideas would be greatly appreciated. Thank you, Eric
