SVN commit 1043998 by rjarosz: Backport commit 1043996. If client sends invalid/unknown status then assume that the client is online. CCBUG: 210558 M +1 -0 jabberprotocol.cpp --- branches/KDE/4.3/kdenetwork/kopete/protocols/jabber/jabberprotocol.cpp #1043997:1043998 @@ -250,6 +250,7 @@ } else { + status = JabberKOSOnline; // Assume that contact is online bug 210558 kDebug (JABBER_DEBUG_GLOBAL) << "Unknown status " << resource.status ().show () << " for contact. One of your contact is probably using a broken client, ask him to report a bug"; } }