Re: [JDEV] AIM-T Buddy List Import
JabberTools will import from an export AIM buddy list... http://jabbertools.sf.net/ -- email: [EMAIL PROTECTED] jabber:[EMAIL PROTECTED] JD Conley wrote: > I'm running AIM-T 0.9.23 and it doesn't appear to > import buddy list contacts from AIM. Is it supposed > to? If not, why not? Does a newer version import? > MSN-T seems to. GAIM imports your buddy list and AFAIK > it's based on libfaim as well. It seems it would be > relatively trivial to add that import process into AIM- > T. Or not. What do I know. ;-) > > I just know I have 160 buddies on my AIM buddy list and > would like to avoid adding those to my roster > manually! I suppose I could write something to parse > AIM's persisted buddy list and throw it in Jabber's XML > format and add that to my user.xml, but that's just not > a very sexy solution. > ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
[JDEV] AIM-T Buddy List Import
I'm running AIM-T 0.9.23 and it doesn't appear to import buddy list contacts from AIM. Is it supposed to? If not, why not? Does a newer version import? MSN-T seems to. GAIM imports your buddy list and AFAIK it's based on libfaim as well. It seems it would be relatively trivial to add that import process into AIM- T. Or not. What do I know. ;-) I just know I have 160 buddies on my AIM buddy list and would like to avoid adding those to my roster manually! I suppose I could write something to parse AIM's persisted buddy list and throw it in Jabber's XML format and add that to my user.xml, but that's just not a very sexy solution. JD Software Engineering Consultant (that means I'm lazy) ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
Re: [JDEV] ICQv7-t
Hello! Your transport is working fine here, no sudden disconnects or lost messages yet. However I've got an access denied and could not get it from cvs using :pserver:[EMAIL PROTECTED]:/cvsroot/icqv7-t Also I would rather have a statically linked external executeable rather than the wrapper script. I am running jabberd and the icq transport with another User Id than I compile and this caused a rather unexpected error for me. Thanx for bringing reliable ICQ messaging to jabber again! Tom Why do you call your dog 1234? My admin told me not to name my password after my dog. -- T h o m a s Z e h e t b a u e r ( TZ251 ) PGP encrypted mail preferred - KeyID 96FFCB89 mail [EMAIL PROTECTED] msg03590/pgp0.pgp Description: PGP signature
[JDEV] Zerok Authentication
I'm trying to implement zerok authentication for my client. I use the method described in the document (http://docs.jabber.org/draft-proto/html/zerok.html) but it doesn't work. I checked the the XML files in the spool folder on the Jabber server and the hash provided there doesn't match. Can anyone tell me what I'm doing wrong. Here are the streams: SENT -- RECEIVED --- SENT -- USER_NAME RECEIVED --- USER_NAME 499 3C1F1A61 SENT -- USER_NAME HASH_CODE Work RECEIVED --- USER_NAME HASH_CODE Work Unauthorized