------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=129059
ogoffart kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ogoffart kde org 2006-06-14 10:49 -------
SVN commit 551299 by ogoffart:
consider a the 'online' status as online, even if it's noit in the XMPP RFC
BUG: 129059
M +10 -1 jabberprotocol.cpp [UTF-8 ENCODING PROBLEMS]
--- branches/kopete/0.12/kopete/protocols/jabber/jabberprotocol.cpp
#551298:551299
@ -247,10 +247,19 @
{
status = JabberKOSDND;
}
+ else if (resource.status ().show () == "online")
+ { // the ApaSMSAgent sms gateway report status as "online" even
if it's not in the RFC 3921 � 2.2.2.1
+ // See Bug 129059
+ status = JabberKOSOnline;
+ }
else if (resource.status ().show () == "connecting")
- {
+ { // this is for kopete internals
status = JabberKOSConnecting;
}
+ else
+ {
+ kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "Unknown
status <show>" << resource.status ().show () << "</show> for contact. One of
your contact is probably using a broken client, ask him to report a bug" <<
endl;
+ }
}
return status;
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel