Advertise the protocol interfaces correctly
This commit is contained in:
@@ -153,7 +153,7 @@ impl telepathy::ConnectionManager for ConnectionManager {
|
|||||||
);
|
);
|
||||||
props.insert(
|
props.insert(
|
||||||
"org.freedesktop.Telepathy.Protocol.Interfaces".to_string(),
|
"org.freedesktop.Telepathy.Protocol.Interfaces".to_string(),
|
||||||
arg::Variant(Box::new(Vec::<String>::new())),
|
arg::Variant(Box::new(super::protocol_interfaces())),
|
||||||
);
|
);
|
||||||
props.insert(
|
props.insert(
|
||||||
"org.freedesktop.Telepathy.Protocol.Parameters".to_string(),
|
"org.freedesktop.Telepathy.Protocol.Parameters".to_string(),
|
||||||
|
Reference in New Issue
Block a user