Whoops, that wasn't meant to be https (even though I think Google should be

Fri, 03 Jul 2009 05:27:32 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Fri, 03 Jul 2009 05:27:32 +0000
changeset 27507
6522fc5e4102
parent 27506
0eb69320deac
child 27508
7c70e647d9db
child 27526
4072ff93064f

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

libpurple/protocols/jabber/google.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/jabber/google.c	Fri Jul 03 05:25:41 2009 +0000
+++ b/libpurple/protocols/jabber/google.c	Fri Jul 03 05:27:32 2009 +0000
@@ -839,7 +839,7 @@
 	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++) {

mercurial