/pidgin/main: c96207fb539b: Fix outdated comment copied from cli...

Youness Alaoui kakaroto at kakaroto.homelinux.net
Fri Jun 17 19:11:41 EDT 2016


Changeset: c96207fb539b1795849cc9fb94b8186b8d3a75cd
Author:	 Youness Alaoui <kakaroto at kakaroto.homelinux.net>
Date:	 2016-06-09 12:30 -0400
Branch:	 oscar_auth
URL: https://hg.pidgin.im/pidgin/main/rev/c96207fb539b

Description:

Fix outdated comment copied from clientlogin.c.

diffstat:

 libpurple/protocols/oscar/kerberos.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff --git a/libpurple/protocols/oscar/kerberos.c b/libpurple/protocols/oscar/kerberos.c
--- a/libpurple/protocols/oscar/kerberos.c
+++ b/libpurple/protocols/oscar/kerberos.c
@@ -102,7 +102,7 @@ static gchar *get_kdc_url(OscarData *od)
 }
 
 /*
- * Using clientLogin requires a developer ID.  This key is for libpurple.
+ * Using kerberos auth requires a developer ID. This key is for libpurple.
  * It is the default key for all libpurple-based clients.  AOL encourages
  * UIs (especially ones with lots of users) to override this with their
  * own key.  This key is owned by the AIM account "markdoliner"
@@ -324,10 +324,10 @@ kerberos_login_cb(PurpleHttpConnection *
 }
 
 /**
- * This function sends a request to
- * https://api.screenname.aol.com/auth/clientLogin with the user's
- * username and password and receives the user's session key, which is
- * used to request a connection to the BOSS server.
+ * This function sends a binary blob request to the Kerberos KDC server
+ * https://kdc.uas.aol.com with the user's username and password and
+ * receives the IM cookie, which is used to request a connection to the
+ * BOSS server.
  */
 void send_kerberos_login(OscarData *od, const char *username)
 {



More information about the Commits mailing list