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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/plugins/otr
From:       Michael Zanetti <michael_zanetti () gmx ! net>
Date:       2009-10-09 22:24:22
Message-ID: 1255127062.718092.373.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1033343 by mzanetti:

fix auth for Wlm protcol
BUG: 193658


 M  +2 -2      otrlchatinterface.cpp  


--- trunk/KDE/kdenetwork/kopete/plugins/otr/otrlchatinterface.cpp #1033342:1033343
@@ -297,7 +297,7 @@
 	
 	kDebug(14318) << session->protocol()->pluginId();
 
-	if( session->protocol()->pluginId() == "MSNProtocol" ){
+	if( session->protocol()->pluginId() == "WlmProtocol" ){
 		return 1409;
 	} else if( session->protocol()->pluginId() == "ICQProtocol" ){
 		return 1274;
@@ -604,7 +604,7 @@
 //		kDebug(14318) << otrl_proto_message_type( message.toLatin1() );
 		switch( otrl_proto_message_type( message.toLatin1() ) ){
 			case OTRL_MSGTYPE_TAGGEDPLAINTEXT:
-			case OTRL_MSGTYPE_UNKNOWN: // Fragmented messages seem to be type UNKNOWN
+//			case OTRL_MSGTYPE_UNKNOWN: // Fragmented messages seem to be type UNKNOWN
 			case OTRL_MSGTYPE_NOTOTR:
 				return false;
 			default:
[prev in list] [next in list] [prev in thread] [next in thread] 

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