From 54a73c8219cf52a7989f8ff53c1983f03ff50333 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sat, 16 May 2020 21:25:40 +0100 Subject: [PATCH] Advertise the protocol interfaces correctly --- src/padfoot/connection_manager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/padfoot/connection_manager.rs b/src/padfoot/connection_manager.rs index f055100..74a5c51 100644 --- a/src/padfoot/connection_manager.rs +++ b/src/padfoot/connection_manager.rs @@ -153,7 +153,7 @@ impl telepathy::ConnectionManager for ConnectionManager { ); props.insert( "org.freedesktop.Telepathy.Protocol.Interfaces".to_string(), - arg::Variant(Box::new(Vec::::new())), + arg::Variant(Box::new(super::protocol_interfaces())), ); props.insert( "org.freedesktop.Telepathy.Protocol.Parameters".to_string(),