Disable the ContactList interface for now
This commit is contained in:
@@ -51,7 +51,7 @@ impl telepathy::ConnectionInterfaceContacts for Connection {
|
||||
"org.freedesktop.Telepathy.Connection.Interface.Avatars/token".to_string(),
|
||||
Variant(Box::new("".to_string())),
|
||||
);
|
||||
|
||||
/*
|
||||
// TODO: we need to publish DBUS services on these endpoints
|
||||
props.insert(
|
||||
"org.freedesktop.Telepathy.Connection.Interface.ContactList/publish".to_string(),
|
||||
@@ -62,7 +62,7 @@ impl telepathy::ConnectionInterfaceContacts for Connection {
|
||||
"org.freedesktop.Telepathy.Connection.Interface.ContactList/subscribe".to_string(),
|
||||
Variant(Box::new(4)),
|
||||
);
|
||||
|
||||
*/
|
||||
out.insert(*id, props);
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ impl telepathy::ConnectionInterfaceContacts for Connection {
|
||||
Ok(vec![
|
||||
"org.freedesktop.Telepathy.Connection".to_string(),
|
||||
"org.freedesktop.Telepathy.Connection.Interface.Avatars".to_string(),
|
||||
"org.freedesktop.Telepathy.Connection.Interface.ContactList".to_string(),
|
||||
// "org.freedesktop.Telepathy.Connection.Interface.ContactList".to_string(),
|
||||
])
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user