On Fri, Aug 6, 2010 at 9:23 AM, Tha.Suresh <[email protected]> wrote: [...] > # Google Talk > FROM_GMAIL_ID = raw_input("Enter gmail ID:") > GMAIL_PASS = getpass.getpass("Enter Password:")
Again, this doesn't really matter. `getpass` just doesn't display the password, but its connecting via the non-SSL port 5222 as far as I can see. Hence its very easy to read all the communication that happens. 5223 is the port used for SSL communications on Jabber (am not sure what is the port used by Gmail). -- l...@iitd - http://tinyurl.com/ycueutm
