GNOME Bugzilla – Bug 658817
No need to prepare self contact in teleapthyClient
Last modified: 2012-01-12 19:56:34 UTC
telepathy-glib master (future 0.15.6) does it for us.
Created attachment 196250 [details] [review] telepathyClient: No need to prepare connection's self contact tp-glib does it for us since version 0.15.6
Created attachment 196251 [details] [review] telepathyClient: No need to prepare connection's self contact tp-glib does it for us since version 0.15.6
Review of attachment 196251 [details] [review]: Looks good. Feel free to commit after tp-glib 0.15.6 is released.
Ping?
This is still on my todo list, don't worry. Just have plenty other stuff to work on those days ;-)
Created attachment 202794 [details] [review] telepathyClient: No need to prepare channel contacts tp-glib does it for us since version 0.15.6
Sorry for the delay, but here is an updated patch. tp-glib now gives prepared contact for everything, so I completely removed all those ugly extra async operations :) Patch is made on top of 3.2 branch because master requires glib 2.31 that I don't have, but I think it should apply on master just fine.
Review of attachment 202794 [details] [review]: "4 files changed, 21 insertions(+), 207 deletions(-)" Yay! Go for it, looks fine to me.
thanks, merged