OK, I just started it to see... these are my results.
A message from Jabber TO .Mac AIM (works): [2006-02-19 18:15:16] User: [EMAIL PROTECTED] - JabberConnection received message packet [2006-02-19 18:15:16] child: x [2006-02-19 18:15:16] User: [EMAIL PROTECTED] - JabberConnection parsed typing notification "[EMAIL PROTECTED]" "True" [2006-02-19 18:15:16] LegacyConnection: userTypingNotification [EMAIL PROTECTED] True [2006-02-19 18:15:16] AIMConnection: sendTypingNotify begin to [EMAIL PROTECTED] [2006-02-19 18:15:18] User: [EMAIL PROTECTED] - JabberConnection received message packet [2006-02-19 18:15:18] child: body [2006-02-19 18:15:18] child: html [2006-02-19 18:15:18] child: x [2006-02-19 18:15:18] User: [EMAIL PROTECTED] - JabberConnection parsed message packet "[EMAIL PROTECTED]" "scottking1% [EMAIL PROTECTED]" "Lazarus" "chat" "This is a message from Jabber to AIM." [2006-02-19 18:15:18] Session: messageReceived(), passing onto legacycon.sendMessage() [2006-02-19 18:15:18] LegacyConnection: sendMessage scottking1% [EMAIL PROTECTED] Lazarus This is a message from Jabber to AIM. [2006-02-19 18:15:18] AIMConnection: sendMessage [EMAIL PROTECTED] This is a message from Jabber to AIM. A message from .Mac AIM to Jabber (not working): [2006-02-19 18:16:23] B: receiveTypingNotify begin from [EMAIL PROTECTED] [2006-02-19 18:16:23] jabw: Sending a Jabber typing notification message "[EMAIL PROTECTED]" "scottking1% [EMAIL PROTECTED]" "True" 2006/02/19 18:16 MST [B,client] AIM Extended Status: user [EMAIL PROTECTED] v: '\x00\x01\x01\x10\x89\xc93\xaa\xba&\xc2u\xeaC\xaa\xe7\xd8 \x027\xaa' 2006/02/19 18:16 MST [B,client] extracted icon hash: extflags = 0x1, iconhash = 89c933aaba26c275ea43aae7d80237aa 2006/02/19 18:16 MST [B,client] Message data: '\x05\x01\x00\x01\x01 \x01\x01\x00\xae\x00\x00\x00\x00<html><body ichatballooncolor="#EBEBEB" ichattextcolor="#000000"><font face="Helvetica" ABSZ=12 color="#000000">This is a message from AIM to Jabber.</font></body></html>' 2006/02/19 18:16 MST [B,client] unknown TLV for incoming IM, 0013, '\x1b' [2006-02-19 18:16:24] B: receiveMessage [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [('<html><body ichatballooncolor="#EBEBEB" ichattextcolor="#000000"><font face="Helvetica" ABSZ=12 color="#000000">This is a message from AIM to Jabber.</font></body></html>', 'ascii', 'standard')] ['typingnot'] [2006-02-19 18:16:24] B: using encoding iso-8859-1 [2006-02-19 18:16:24] prepxhtml: Got <html><body ichatballooncolor="#EBEBEB" ichattextcolor="#000000"><font face="Helvetica" ABSZ=12 color="#000000">This is a message from AIM to Jabber.</font></body></html> [2006-02-19 18:16:24] prepxhtml: Made <html xmlns="http://jabber.org/ protocol/xhtml-im"></html> [2006-02-19 18:16:24] User: [EMAIL PROTECTED] - JabberConnection sending message "[EMAIL PROTECTED]" "scottking1% [EMAIL PROTECTED]" "This is a message from AIM to Jabber." "chat" [2006-02-19 18:16:24] jabw: Sending a Jabber message "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "This is a message from AIM to Jabber." "chat" [2006-02-19 18:16:24] xmlify: class is <type 'unicode'>: This is a message from AIM to Jabber. Does that help at all? -- Travis Bell On 19-Feb-06, at 5:35 PM, Daniel Henninger wrote: > Hrm. Do you happen to be running the transport in debug mode so > you can see what logs are generated when the message is sent? (run > PyAIM with the -D flag ... can also add -l filename to log to a file) > > Daniel > > On Feb 19, 2006, at 6:56 PM, Travis Bell wrote: > >> Hey guys, as you know from my earlier posts I finally got PyAIM-t >> working. Yay! >> >> When using Adium, Spark, Trillian, PSI... or pretty much any >> client except iChat -- .Mac AIM is working fine. However, with >> iChat, all of my .Mac contacts are NOT working properly. The >> bubble appears as they type, but the message never arrives. I can >> send messages to them just fine... I just never get anything back. >> >> What I find most strange about this is that all the other clients >> work just fine. >> >> Does anyone know if this is something that I can fix? Is it a >> known PyAIM-t limitation? Or what? >> >> Thanks! >> >> -- >> Travis Bell >> >> >> >> _______________________________________________ >> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060219/5bd67b8f/attachment.html From [EMAIL PROTECTED] Mon Feb 20 13:20:58 2006 From: [EMAIL PROTECTED] (Hasse Hagen Johansen) Date: Mon Feb 20 13:21:23 2006 Subject: [py-transports] Pymsnt & filetransfers Message-ID: <[EMAIL PROTECTED]> Hi I am trying to get filetransfers working with pymsnt I get the request and when I accept it I am told that I have cancelled it :-( I am also not shure about some of the parameters in config.xml ftJabberPort is this the port the client should use for transfers or? ftOOBPort What is this used for? ftOOBRoot And what is this? Also which ports should I allow to/from my jabber server & to/from the transports? What should I set the ports to in my jabber client(gajim). I have these: file_transfer_port ft_override_host_to_send I can send files without any problem. I can just not recieve files. Sorry if these are lame questions Regards Hasse H. Johansen From [EMAIL PROTECTED] Mon Feb 20 14:26:32 2006 From: [EMAIL PROTECTED] (Stian B. Barmen) Date: Mon Feb 20 14:26:46 2006 Subject: [py-transports] Pymsnt & filetransfers In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > Hi > > I am trying to get filetransfers working with pymsnt > > I get the request and when I accept it I am told that I have > cancelled it :-( > > I am also not shure about some of the parameters in config.xml > > ftJabberPort is this the port the client should use for transfers or? This is the server port for file transfer. Mine is set at 8010. > > ftOOBPort What is this used for? > > ftOOBRoot And what is this? This is for fallback out of band transfer, I reccomend you just leave them commented. > > Also which ports should I allow to/from my jabber server & > to/from the transports? You need to open the ftJabberPort for your server, in my case this is 8010. > > What should I set the ports to in my jabber client(gajim). I > have these: > > file_transfer_port > > ft_override_host_to_send Do not configure these, they work pr. default. Best regards Stian B. Barmen -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 4490 bytes Desc: not available Url : http://modevia.com/pipermail/py-transports/attachments/20060220/e5c6fed6/smime.bin From [EMAIL PROTECTED] Mon Feb 20 15:59:17 2006 From: [EMAIL PROTECTED] (themeangreen) Date: Mon Feb 20 15:59:21 2006 Subject: [py-transports] pyAIM-t 100% cpu. In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Okay, so I have decieded to move the gateways to a box with slighly better hardware. Is there something that is cached on the client that identifies the gateway? I copied the app home and spool to another server. When my client logs in it displays a message that I have not registered with this transport. I would like to be able to move the Py-Transports to another server with out effecting production and having 1000 users re-register with the transport. Thanks.! Mick.S --- Daniel Henninger <[EMAIL PROTECTED]> wrote: > Hrm. I'll see if I can observe this on my own box. I don't have a > minimal hardware requirement because I really have no idea how to > figure such a statement out. ;D > > Daniel > > On Feb 15, 2006, at 10:50 AM, themeangreen wrote: > > > I guess I didnt include that the cpu does "back off" it only spikes > > when a request is made to the > > gateway. > > > > Memory : 386020k total, 372152k used, 13868k free > > > > config.xml : <xdbDriver>xmlfiles</xdbDriver> > > > > Is there a minimal hardware requirement? > > > > Mick S. > > > > --- Daniel Henninger <[EMAIL PROTECTED]> wrote: > > > >> Hrm. That's a new one... used to seeing memory issues but not CPU. > >> What backend are you using for the XDB (xdbDriver in your > >> config.xml)? How much memory is available in your server as well? > >> > >> Daniel > >> > >> On Feb 15, 2006, at 10:02 AM, themeangreen wrote: > >> > >>> I have a dedicated server for transports offering services to my > >>> wildfire server. The Python > >>> process that handles pyAIM-t seems to take 100% cpu anytime a > >>> client is registered or logs in to > >>> the gateway. > >>> is there something I can "tune" in the pyAIM-t config to remedy > >>> this? > >>> > >>> > >>> It is a single proc server running SuSe9.1 > >>> > >>> Thanks! > >>> M.S. > >>> > >>> __________________________________________________ > >>> Do You Yahoo!? > >>> Tired of spam? Yahoo! Mail has the best spam protection around > >>> http://mail.yahoo.com > >>> _______________________________________________ > >>> 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 > >> > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > _______________________________________________ > > 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 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From [EMAIL PROTECTED] Mon Feb 20 16:07:50 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon Feb 20 16:07:45 2006 Subject: [py-transports] pyAIM-t 100% cpu. In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Assuming the spool directory still has the proper permissions for PyAIM to be able to read it, copying things over like you did should work fine! The sheer fact that it told you you aren't registered means it at least connected to the Jabber server. =) The permissions are about the only thing I can come up with that would be likely to cause that. Daniel On Feb 20, 2006, at 10:59 AM, themeangreen wrote: > Okay, so I have decieded to move the gateways to a box with slighly > better hardware. > Is there something that is cached on the client that identifies the > gateway? > > I copied the app home and spool to another server. When my client > logs in it > displays a message that I have not registered with this transport. > > I would like to be able to move the Py-Transports to another server > with out > effecting production and having 1000 users re-register with the > transport. > > Thanks.! > > Mick.S > > --- Daniel Henninger <[EMAIL PROTECTED]> wrote: > >> Hrm. I'll see if I can observe this on my own box. I don't have a >> minimal hardware requirement because I really have no idea how to >> figure such a statement out. ;D >> >> Daniel >> >> On Feb 15, 2006, at 10:50 AM, themeangreen wrote: >> >>> I guess I didnt include that the cpu does "back off" it only spikes >>> when a request is made to the >>> gateway. >>> >>> Memory : 386020k total, 372152k used, 13868k free >>> >>> config.xml : <xdbDriver>xmlfiles</xdbDriver> >>> >>> Is there a minimal hardware requirement? >>> >>> Mick S. >>> >>> --- Daniel Henninger <[EMAIL PROTECTED]> wrote: >>> >>>> Hrm. That's a new one... used to seeing memory issues but not >>>> CPU. >>>> What backend are you using for the XDB (xdbDriver in your >>>> config.xml)? How much memory is available in your server as well? >>>> >>>> Daniel >>>> >>>> On Feb 15, 2006, at 10:02 AM, themeangreen wrote: >>>> >>>>> I have a dedicated server for transports offering services to my >>>>> wildfire server. The Python >>>>> process that handles pyAIM-t seems to take 100% cpu anytime a >>>>> client is registered or logs in to >>>>> the gateway. >>>>> is there something I can "tune" in the pyAIM-t config to remedy >>>>> this? >>>>> >>>>> >>>>> It is a single proc server running SuSe9.1 >>>>> >>>>> Thanks! >>>>> M.S. >>>>> >>>>> __________________________________________________ >>>>> Do You Yahoo!? >>>>> Tired of spam? Yahoo! Mail has the best spam protection around >>>>> http://mail.yahoo.com >>>>> _______________________________________________ >>>>> 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 >>>> >>> >>> >>> __________________________________________________ >>> Do You Yahoo!? >>> Tired of spam? Yahoo! Mail has the best spam protection around >>> http://mail.yahoo.com >>> _______________________________________________ >>> 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 >> > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >