/pidgin/main: 84f5fef32685: Fix and/or canonicalize a few URLs.
Mark Doliner
mark at kingant.net
Mon Jun 3 03:10:19 EDT 2013
Changeset: 84f5fef32685ff09d6eb5fa3a55564ea646b0447
Author: Mark Doliner <mark at kingant.net>
Date: 2013-06-03 00:10 -0700
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/84f5fef32685
Description:
Fix and/or canonicalize a few URLs.
diffstat:
libpurple/protocols/jabber/google/gmail.c | 2 +-
libpurple/protocols/jabber/google/jingleinfo.c | 2 +-
libpurple/protocols/jabber/jabber.h | 6 +++---
po/mai.po | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diffs (66 lines):
diff --git a/libpurple/protocols/jabber/google/gmail.c b/libpurple/protocols/jabber/google/gmail.c
--- a/libpurple/protocols/jabber/google/gmail.c
+++ b/libpurple/protocols/jabber/google/gmail.c
@@ -188,7 +188,7 @@ void jabber_gmail_init(JabberStream *js)
return;
/*
- * Quoting http://code.google.com/apis/talk/jep_extensions/usersettings.html:
+ * Quoting https://developers.google.com/talk/jep_extensions/usersettings:
* To ensure better compatibility with other clients, rather than
* setting this value to "false" to turn off notifications, it is
* recommended that a client set this to "true" and filter incoming
diff --git a/libpurple/protocols/jabber/google/jingleinfo.c b/libpurple/protocols/jabber/google/jingleinfo.c
--- a/libpurple/protocols/jabber/google/jingleinfo.c
+++ b/libpurple/protocols/jabber/google/jingleinfo.c
@@ -81,7 +81,7 @@ jabber_google_jingle_info_common(JabberS
/*
* Make sure that random people aren't sending us STUN servers. Per
- * http://code.google.com/apis/talk/jep_extensions/jingleinfo.html, these
+ * https://developers.google.com/talk/jep_extensions/jingleinfo, these
* stanzas are stamped from our bare JID.
*/
if (from) {
diff --git a/libpurple/protocols/jabber/jabber.h b/libpurple/protocols/jabber/jabber.h
--- a/libpurple/protocols/jabber/jabber.h
+++ b/libpurple/protocols/jabber/jabber.h
@@ -37,7 +37,7 @@ typedef enum {
JABBER_CAP_IQ_REGISTER = 1 << 8,
/* Google Talk extensions:
- * http://code.google.com/apis/talk/jep_extensions/extensions.html
+ * https://developers.google.com/talk/jep_extensions/extensions
*/
JABBER_CAP_GMAIL_NOTIFY = 1 << 9,
JABBER_CAP_GOOGLE_ROSTER = 1 << 10,
@@ -150,7 +150,7 @@ struct _JabberStream
* when we receive a roster push.
*
* See these bug reports:
- * https://trac.adiumx.com/ticket/8834
+ * https://trac.adium.im/ticket/8834
* https://developer.pidgin.im/ticket/5484
* https://developer.pidgin.im/ticket/6188
*/
@@ -353,7 +353,7 @@ void jabber_remove_feature(const gchar *
/** Adds an identity to this jabber library instance. For list of valid values
* visit the website of the XMPP Registrar
- * (http://www.xmpp.org/registrar/disco-categories.html#client).
+ * (http://xmpp.org/registrar/disco-categories.html#client)
*
* Like with jabber_add_feature, if you call this while accounts are connected,
* Bad Things will happen.
diff --git a/po/mai.po b/po/mai.po
--- a/po/mai.po
+++ b/po/mai.po
@@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2012-03-12 02:49-0700\n"
"PO-Revision-Date: 2010-09-02 18:48+0530\n"
"Last-Translator: sangeeta_0975 at yahoo.com>\n"
-"Language-Team: Maithili <http://code.google.com/p/bhashaghar>\n"
+"Language-Team: Maithili <https://code.google.com/p/bhashaghar/>\n"
"Language: mai\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
More information about the Commits
mailing list