diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-10 19:39:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-11 19:26:33 +0800 |
commit | 473a3821f0185b1af001bce45bef98d69a720cff (patch) | |
tree | c9b529e40f54d6be393d21ea8749f3b4ec9f32d5 | |
parent | a26f30468a501a94410f6d771df57eae01eb253a (diff) | |
download | gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.gz gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.bz2 gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.lz gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.xz gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.tar.zst gsoc2013-empathy-473a3821f0185b1af001bce45bef98d69a720cff.zip |
add sametime profile (#562981)
-rw-r--r-- | data/Makefile.am | 3 | ||||
-rw-r--r-- | data/sametime.profile | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 48cc350cc..50ac35185 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -17,7 +17,8 @@ profile_DATA = \ sipphone.profile \ groupwise.profile \ gadugadu.profile \ - qq.profile + qq.profile \ + sametime.profile desktopdir = $(datadir)/applications desktop_in_files = empathy.desktop.in diff --git a/data/sametime.profile b/data/sametime.profile new file mode 100644 index 000000000..aec798925 --- /dev/null +++ b/data/sametime.profile @@ -0,0 +1,11 @@ +[Profile] +Manager=haze +Protocol=sametime +IconName = im-meanwhile +DisplayName = Sametime +ConfigurationUI = sametime +Capabilities = chat-p2p, supports-alias, supports-roster +VCardDefault = 1 +VCardField = X-Sametime +SupportedPresences = away,hidden,do-not-disturb + |