After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 579811 - Refactor EmpathyContact
Refactor EmpathyContact
Status: RESOLVED OBSOLETE
Product: empathy
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-22 09:45 UTC by Xavier Claessens
Modified: 2012-06-24 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2009-04-22 09:45:57 UTC
EmpathyContact should be refactored, there are 3cases:
1) A wrapper for TpContact
2) A static container for contacts coming from logs
3) Meta contacts

I think a good design would be to make EmpathyContacty an interface implemented by EmpathyLogContact and EmpathyTpContact. Later we could have EmpathyMetaContact too.
Comment 1 Jean-François Fortin Tam 2012-06-24 15:18:55 UTC
I suspect this to be obsolete by now, especially since the chat log viewer has been redesigned, the contact info card has been replaced by gnome-contacts, etc.