From 3fe339bcba0e211cc666bb3afe34e5c8fce85f4f Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 2 May 2014 19:17:38 +0200 Subject: IFP: Add a GetGroupsList method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds a new method on the bus with the following synopsis: Its purpose is to return names of groups the user is a member of as a list of strings. Reviewed-by: Pavel Březina --- src/responder/ifp/ifp_iface.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/responder/ifp/ifp_iface.xml') diff --git a/src/responder/ifp/ifp_iface.xml b/src/responder/ifp/ifp_iface.xml index de6acce2f..4893e2df5 100644 --- a/src/responder/ifp/ifp_iface.xml +++ b/src/responder/ifp/ifp_iface.xml @@ -16,5 +16,10 @@ + + + + + -- cgit