pidgin: c9200b58: Whoops, that wasn't meant to be https (e...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Fri Jul 3 01:30:22 EDT 2009


-----------------------------------------------------------------
Revision: c9200b58a3e76e0eb7e693c9262158bbad8a8afc
Ancestor: 7a65a44ab2e57a47d160be267b0f41062f5c540d
Author: darkrain42 at pidgin.im
Date: 2009-07-03T05:27:32
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c9200b58a3e76e0eb7e693c9262158bbad8a8afc

Modified files:
        libpurple/protocols/jabber/google.c

ChangeLog: 

Whoops, that wasn't meant to be https (even though I think Google should be
using those to the exclusion of http for mail)

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/google.c	07b2f90511df11eef5eea3024bae0a49f095f35c
+++ libpurple/protocols/jabber/google.c	09df1f85644de5f16cd96457278025c8b548493a
@@ -839,7 +839,7 @@ jabber_gmail_parse(JabberStream *js, con
 	to_name = jabber_get_bare_jid(to);
 	default_url = xmlnode_get_attrib(child, "url");
 	if (default_url == NULL || *default_url == '\0')
-		default_url = "https://mail.google.com/mail";
+		default_url = "http://mail.google.com/mail";
 
 	message= xmlnode_get_child(child, "mail-thread-info");
 	for (i=0; message; message = xmlnode_get_next_twin(message), i++) {


More information about the Commits mailing list