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: