diff frontends/src/bridge/DBus.py @ 345:e6047415868d

Bridge: added updateContact method
author Goffi <goffi@goffi.org>
date Sat, 28 May 2011 20:24:02 +0200
parents 4402ac630712
children 6b5626c37909
line wrap: on
line diff
--- a/frontends/src/bridge/DBus.py	Sat May 28 20:23:41 2011 +0200
+++ b/frontends/src/bridge/DBus.py	Sat May 28 20:24:02 2011 +0200
@@ -142,6 +142,9 @@
     def subscription(self, sub_type, entity, profile_key="@DEFAULT@"):
         return self.db_comm_iface.subscription(sub_type, entity, profile_key)
 
+    def updateContact(self, entity, name, groups, profile_key="@DEFAULT@"):
+        return self.db_comm_iface.updateContact(entity, name, groups, profile_key)
+
 
 #methods from plugins
     def getRoomJoined(self, profile_key='@DEFAULT@'):