Advertisement
Guest User

Untitled

a guest
May 28th, 2017
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. commit 2242e45f7cf5ac62e32f2c12d09b17fb0e9cee87
  2. Author: Morten Mjelva <morten.mjelva@gmail.com>
  3. Date: Fri May 28 17:04:28 2010 +0200
  4.  
  5. Removing unneeded proxies in telepathy library
  6.  
  7. Using tp-glib, we no longer need most of the proxies we've been using. Some
  8. are still left, due to tp-glib still being somewhat incomplete.
  9.  
  10. commit 0008abef045ba74e2487f95717a500e78498c2b6
  11. Author: Morten Mjelva <morten.mjelva@gmail.com>
  12. Date: Thu May 20 01:55:15 2010 +0200
  13.  
  14. Refactoring telepathyClient to use telepathy-glib
  15.  
  16. The previous implementation used a lot of raw dbus calls, which we no longer
  17. need to. In addition, tp-glib gives us a lot of functionality for free, which
  18. greatly simplifies the structure of our code.
  19.  
  20. commit 1f8f2675dc2d28ecfd66d87b71a58ea687b5718c
  21. Author: Morten Mjelva <morten.mjelva@gmail.com>
  22. Date: Sat May 15 21:53:48 2010 +0200
  23.  
  24. Wrapping tp_connection_get_contacts_by_handle
  25.  
  26. GArray support is broken in GJS. This commit wraps
  27. tp_connection_get_contacts_by_handle so we can retrieve TpContact objects
  28.  
  29. commit 13d1a205f99dbe097b2ce5c7fa8c4c90cc7cfd8f
  30. Author: Morten Mjelva <morten.mjelva@gmail.com>
  31. Date: Sun May 9 17:15:57 2010 +0200
  32.  
  33. Adding telepathy-glib as a dependency
  34.  
  35. We'll be refactoring the telepathy client to use telepathy-glib, so we need to
  36. build it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement