------- 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
------- Additional Comments From ogoffart kde org 2006-06-14 10:32 -------
SVN commit 551297 by ogoffart:
Hardcode broken identity for the sms gateway
CCBUG: 129059
M +10 -0 jabbercontact.cpp
--- branches/kopete/0.12/kopete/protocols/jabber/jabbercontact.cpp
#551296:551297
@ -1548,6 +1548,16 @
break; //(we currently only support gateway)
}
+ else if (ident.category == "service")
+ {
+ //The ApaSMSAgent is reporting itself as
service (instead of gateway) which is broken.
+ //we anyway support it. See bug 127811
+ if(ident.type == "sms")
+ {
+ is_transport=true;
+ tr_type=ident.type;
+ }
+ }
}
}
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel