GNOME Bugzilla – Bug 699865
Folks needs to expose chat/VoIP service client types
Last modified: 2013-07-10 23:32:08 UTC
+++ This bug was initially created as a clone of Bug #685971 +++ Client types describe the type of hardware the client is running on (eg, PC, mobile phone) which may determine how applications interact with those Personas. This is a requirement for bug #685971
Created attachment 243531 [details] [review] client_types property added to PresenceDetails client_type property added PresenceDetails and impelemented on Folks.Individual and Tpf.Persona.
Review of attachment 243531 [details] [review]: Looks good to me, apart from the minor typo below. Please commit to master once you’ve fixed that. Thanks! ::: folks/presence-details.vala @@ +106,3 @@ + * from PCs, to phones to consoles. + * The client types are represented in strings, using the values + * [[http://xmpp.org/registrar/disco-categories.html#client|documented byXMPP registrar]] s/byXMPP/by the XMPP/
Comment on attachment 243531 [details] [review] client_types property added to PresenceDetails Committed with the fix. commit 0659f8b044d7d2845502c07ef775ecf1b854e68a Author: Serhat Demircan <demircan.serhat@gmail.com> Date: Tue May 7 22:27:53 2013 +0300 core: Add PresenceDetails::client-types and implement on Individual and Tpf.Persona Closes: https://bugzilla.gnome.org/show_bug.cgi?id=699865 NEWS | 6 ++++++ backends/telepathy/lib/tpf-persona.vala | 23 +++++++++++++++++++++++ folks/individual.vala | 15 ++++++++++++++- folks/presence-details.vala | 13 +++++++++++++ 4 files changed, 56 insertions(+), 1 deletion(-)
Resolving, since this has been committed.