diff frontends/sat_bridge_frontend/DBus.py @ 85:fc7583282d40

Tarot Game plugin: first draft - SàT: beginning of the plugin - Tarot Plugin: 1 method createTarotGame et 1 signal tarotGameStarted - wix: added "Game" menu in group chat to start Tarot game
author Goffi <goffi@goffi.org>
date Fri, 07 May 2010 17:09:30 +0930
parents ace2af8abc5a
children 4020931569b8
line wrap: on
line diff
--- a/frontends/sat_bridge_frontend/DBus.py	Thu May 06 20:47:48 2010 +0930
+++ b/frontends/sat_bridge_frontend/DBus.py	Fri May 07 17:09:30 2010 +0930
@@ -119,6 +119,9 @@
     def joinMUC(self, service, roomId, nick, profile_key='@DEFAULT@'):
         return self.db_comm_iface.joinMUC(service, roomId, nick, profile_key)
 
+    def createTarotGame(self, room_jid, players, profile_key='@DEFAULT@'):
+        return self.db_comm_iface.createTarotGame(room_jid, players, profile_key)
+
     def sendFile(self, to, path, profile_key='@DEFAULT@'):
         return self.db_comm_iface.sendFile(to, path, profile_key)