From 424a9e589a379e0b9db857c5336471ba7d7ffade Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 26 Sep 2013 19:12:58 +0100 Subject: [PATCH 3/4] TpAccount: use underscores in example service names The convention is that they look like protocol names, and we've changed the definition of protocol names. --- telepathy-glib/account.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c index b32e85d..75678a0 100644 --- a/telepathy-glib/account.c +++ b/telepathy-glib/account.c @@ -1622,7 +1622,7 @@ tp_account_class_init (TpAccountClass *klass) * Interface Specification. * * For instance, accounts for the "jabber" protocol should have the service - * names "google-talk", "ovi-chat", "facebook" and "lj-talk" for accounts + * names "google_talk", "ovi_chat", "facebook" and "lj_talk" for accounts * that connect to Google Talk, Ovi Chat, Facebook and Livejournal, * respectively, and this property will be "jabber" for accounts that * connect to a generic Jabber server. -- 1.8.4.rc3