Rename project to telepathy-cauchy

This is to comply with the recommendation not to use the protocol
name as the connection manager name.
This commit is contained in:
Gergely Polonkai
2016-03-11 00:33:22 +01:00
parent a368f0f4a5
commit 5fc195d972
33 changed files with 614 additions and 614 deletions

View File

@@ -1,12 +1,12 @@
# Telepathy manager file
managerdir = $(datadir)/telepathy/managers
manager_DATA = matrix.manager
manager_DATA = cauchy.manager
# Dbus service file
BUILT_FILES = $(service_in_files:.service.in=.service)
servicedir = $(DBUS_SERVICES_DIR)
service_in_files = org.freedesktop.Telepathy.ConnectionManager.matrix.service.in
service_in_files = org.freedesktop.Telepathy.ConnectionManager.cauchy.service.in
service_DATA = $(BUILT_FILES)
CLEANFILES = $(BUILT_FILES)

9
data/cauchy.manager Normal file
View File

@@ -0,0 +1,9 @@
[ConnectionManager]
Name = cauchy
BusName = org.freedesktop.Telepathy.ConnectionManager.cauchy
ObjectPath = /org/freedesktop/Telepathy/ConnectionManager/cauchy
[Protocol matrix]
param-matrix-id = s required
param-homeserver = s required
param-password = s secret

View File

@@ -1,9 +0,0 @@
[ConnectionManager]
Name = matrix
BusName = org.freedesktop.Telepathy.ConnectionManager.matrix
ObjectPath = /org/freedesktop/Telepathy/ConnectionManager/matrix
[Protocol matrix]
param-matrix-id = s required
param-homeserver = s required
param-password = s secret

View File

@@ -0,0 +1,3 @@
[D-BUS Service]
Name=org.freedesktop.Telepathy.ConnectionManager.cauchy
Exec=@libexecdir@/telepathy-cauchy

View File

@@ -1,3 +0,0 @@
[D-BUS Service]
Name=org.freedesktop.Telepathy.ConnectionManager.matrix
Exec=@libexecdir@/telepathy-matrix