oscar: Fix the file comment which still had references to the clientLogin auth oscar_auth

Wed, 15 Jun 2016 10:57:39 -0400

author
Youness Alaoui <kakaroto@kakaroto.homelinux.net>
date
Wed, 15 Jun 2016 10:57:39 -0400
branch
oscar_auth
changeset 37769
36f7f4789d1a
parent 37768
05fd9d875913
child 37770
669ec9305cb0

oscar: Fix the file comment which still had references to the clientLogin auth

libpurple/protocols/oscar/kerberos.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/oscar/kerberos.c	Tue Jun 14 18:08:10 2016 -0400
+++ b/libpurple/protocols/oscar/kerberos.c	Wed Jun 15 10:57:39 2016 -0400
@@ -23,17 +23,15 @@
  * users.  This replaces the older MD5-based and XOR-based
  * authentication methods that use SNAC family 0x0017.
  *
- * This doesn't use SNACs or FLAPs at all.  It makes http and https
- * POSTs to AOL to validate the user based on the password they
- * provided to us.  Upon successful authentication we request a
- * connection to the BOS server by calling startOSCARsession.  The
- * AOL server gives us the hostname and port number to use, as well
- * as the cookie to use to authenticate to the BOS server.  And then
- * everything else is the same as with BUCP.
+ * This doesn't use SNACs or FLAPs at all.  It makes https
+ * POSTs to AOL KDC server to validate the user based on the password they
+ * provided to us.  Upon successful authentication we receive two tokens
+ * in the response. One is assumed to be the kerberos ticket for authentication
+ * on the various AOL websites, while the other contains BOSS information, such
+ * as the hostname and port number to use, the TLS certificate name as well as
+ * the cookie to use to authenticate to the BOS server.
+ * And then everything else is the same as with BUCP.
  *
- * For details, see:
- * http://dev.aol.com/aim/oscar/#AUTH
- * http://dev.aol.com/authentication_for_clients
  */
 
 #include "oscar.h"

mercurial