[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    Re: [kopete-devel] Cannot log on to MSN anymore
From:       Olivier Goffart <ogoffart () tiscalinet ! be>
Date:       2005-10-27 12:12:42
Message-ID: 200510271412.46999.ogoffart () tiscalinet ! be
[Download RAW message or body]

[Attachment #2 (multipart/signed)]

[Attachment #4 (multipart/mixed)]


Le Jeudi 27 Octobre 2005 12:45, Thomas Beinicke a =E9crit=A0:
> Is there any way to debug it a bit further?
> So I can see why the socket is closed?
>
> If my password is refused then MSN would ask me again wouldn't it?
> When I am logged on with Gaim and try to connect with Kopete I don't even
> get kicked so it stops before actually authenticating?

You are been logged off because your ticket was empty.

Try this attached patch,  it add some debug to understand what hapenned.

["msndebug.diff" (text/x-diff)]

Index: msnsecureloginhandler.cpp
===================================================================
--- msnsecureloginhandler.cpp	(revision 474745)
+++ msnsecureloginhandler.cpp	(working copy)
@@ -102,7 +102,7 @@
 	{
 		QString httpHeaders = authJob->queryMetaData("HTTP-Headers");
 
-// 		kdDebug(14140) << k_funcinfo << "HTTP headers: " << httpHeaders << endl;
+ 		kdDebug(14140) << k_funcinfo << "HTTP headers: " << httpHeaders << endl;
 
 		// Check if we get "401 Unauthorized", thats means it's a bad password.
 		if(httpHeaders.contains(QString::fromUtf8("401 Unauthorized")))
@@ -116,7 +116,7 @@
 			rx.search(httpHeaders);
 			QString ticket = rx.cap(1);
 		
-	//		kdDebug(14140) << k_funcinfo << "Received ticket: " << ticket << endl;
+			kdDebug(14140) << k_funcinfo << "Received ticket: " << ticket << endl;
 	
 			emit loginSuccesful(ticket);
 		}

[Attachment #8 (application/pgp-signature)]

_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic