I just successfully used JCR to move all my icq contacts to my aim account, _and_ I've been chatting to a Trillian user's icq account fine. Unfortunately I don't feel obliged to re-sign up for an icq account (those icq bastards), so I'll just keep testing with my g/f's when I have access to her pc.
On 12/2/05, Daniel Henninger <[EMAIL PROTECTED]> wrote: > I don't really see a point in testing this just yet. I'm in the > process of revamping PyICQ and I might as well wait until I have the > new code going. I've run into some "bizarre" thing where I'm not > able to connect to ICQ properly. =/ But I almost have the code > working post-port already. Free-time permitting, should have a new > version out soon. Norman, I caught you and Z_God's conversation > about this in the chatroom and I'm going to see what I can figure > out. =) > > Daniel > > On Dec 1, 2005, at 6:29 PM, Norman Rasmussen wrote: > > > I was trying to test crossChat the other day, I was managing to chat > > aim->aim, icq->icq, aim->icq, but icq->aim was failing. (like aim > > messages go out, but icq message never arrive) > > > > I haven't re-tested recently, but I suspect this might be a server- > > side issue? > > > > On 12/2/05, Oscar Hellstr?m <[EMAIL PROTECTED]> wrote: > >> Where are we on this? > >> I never got time to do any tests, sorry. > >> I don't think we should just drop this since there could be many > >> people > >> affected by this but not noticing anything. > >> > >> My jabberid && icq is in my signature ;) Just write to me if someone > >> wants to look at this some day, ok? > >> > >> On Wed, 2005-11-16 at 07:33 -0500, Daniel Henninger wrote: > >>> I'm actually running version 0.6 of PyICQ with an ejabberd server > >>> and > >>> I've never run into problems. =( So I'm not sure that I'd be able > >>> to duplicate the problem on my end. My gut feeling is that there's > >>> something not configured happily in ejabberd. Maybe we should > >>> discuss this 'live'. Is [EMAIL PROTECTED] your jabber id or an email > >>> address? > >>> > >>> My JID is [EMAIL PROTECTED] > >>> > >>> Daniel > >>> > >>> On Nov 16, 2005, at 4:18 AM, (-: Dave :-) wrote: > >>> > >>>> what just came to my mind: > >>>> you said, you need icq test users ... > >>>> > >>>> i could give you the icq id of my friend, and somehow manage it, > >>>> that he sends you something over your (surely fully debugging) > >>>> servers at a specifiy time - so you can trace it yourself .... i > >>>> would guess, if i have the problems, you will have them too ... > >>>> > >>>> perhaps we shouldnt coordinate this on the mailing list :) you can > >>>> contact me at [EMAIL PROTECTED] > >>>> > >>>> regards > >>>> dave > >>>> _______________________________________________ > >>>> py-transports mailing list > >>>> py-transports@blathersource.org > >>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >>>> > >>>> > >>> > >>> _______________________________________________ > >>> py-transports mailing list > >>> py-transports@blathersource.org > >>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >> -- > >> Oscar Hellstr?m, [EMAIL PROTECTED] > >> web: personal.oscarh.net > >> jid: [EMAIL PROTECTED] > >> icq: 52604556 > >> > >> > >> -----BEGIN PGP SIGNATURE----- > >> Version: GnuPG v1.4.1 (GNU/Linux) > >> > >> iD8DBQBDj4WZknyQDD4PIdkRAug+AJ9HUQg0qq2EbN69Q+zy4tZcpkWkKACff5xF > >> ConkpbvEWmYnCBXLfTgOCMc= > >> =ICss > >> -----END PGP SIGNATURE----- > >> > >> > >> _______________________________________________ > >> py-transports mailing list > >> py-transports@blathersource.org > >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >> > >> > >> > > > > > > -- > > - Norman Rasmussen > > - Email: [EMAIL PROTECTED] > > - Home page: http://norman.rasmussen.co.za/ > > _______________________________________________ > > py-transports mailing list > > py-transports@blathersource.org > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > 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] Mon Dec 5 00:25:16 2005 From: [EMAIL PROTECTED] (Oscar =?ISO-8859-1?Q?Hellstr=F6m?=) Date: Mon Dec 5 00:25:25 2005 Subject: [py-transports] PyMSN-t avtar hash Message-ID: <[EMAIL PROTECTED]> Hi. I have found a problem when using Gajim (SVN checkout) and PyMSN-t. Gajim caches the avatars and displays them in the roster (kinda like gaim?) which works nice when you start gajim. However, gajim then stores the avatar hash as a sha of the base64 encoded image data while PyMSN-t does send a sha of the image data. Therefore the sha does not match and the avatars does not get loaded the way they should when Gajim is restarted. There is a bug report for Gajim (thought about filing it against PyMSN-t) on http://trac.gajim.org/ticket/1137 about this, but the developer(s) proposes that PyMSN-t is patched to calculate the hash from the base64 encoded data. What ya all think about this? -- Oscar Hellstr?m, [EMAIL PROTECTED] web: personal.oscarh.net jid: [EMAIL PROTECTED] icq: 52604556 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://modevia.com/pipermail/py-transports/attachments/20051205/d1a3233d/attachment.pgp From [EMAIL PROTECTED] Mon Dec 5 01:05:45 2005 From: [EMAIL PROTECTED] (James Bunton) Date: Mon Dec 5 01:06:13 2005 Subject: [py-transports] PyMSN-t avtar hash In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> As far as I can tell from the vCard avatars JEP, PyMSNt's behaviour is correct. It says to generate a hash of the image data. It doesn't mention hashing the base64ed image data anywhere that I can see. http://www.jabber.org/jeps/jep-0153.html If you can find anything to contradict that please let me know. --- James On 05/12/2005, at 11:25 AM, Oscar Hellstr?m wrote: > Hi. > > I have found a problem when using Gajim (SVN checkout) and PyMSN-t. > Gajim caches the avatars and displays them in the roster (kinda like > gaim?) which works nice when you start gajim. However, gajim then > stores > the avatar hash as a sha of the base64 encoded image data while PyMSN-t > does send a sha of the image data. Therefore the sha does not match and > the avatars does not get loaded the way they should when Gajim is > restarted. > > There is a bug report for Gajim (thought about filing it against > PyMSN-t) on http://trac.gajim.org/ticket/1137 about this, but the > developer(s) proposes that PyMSN-t is patched to calculate the hash > from > the base64 encoded data. > > What ya all think about this? > -- > Oscar Hellstr?m, [EMAIL PROTECTED] > web: personal.oscarh.net > jid: [EMAIL PROTECTED] > icq: 52604556 > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports