diff frontends/sat_bridge_frontend/DBus.py @ 90:4020931569b8

Tarot Game: session initialization
author Goffi <goffi@goffi.org>
date Sun, 23 May 2010 16:39:05 +0930
parents fc7583282d40
children 39c672544593
line wrap: on
line diff
--- a/frontends/sat_bridge_frontend/DBus.py	Thu May 13 16:27:48 2010 +0930
+++ b/frontends/sat_bridge_frontend/DBus.py	Sun May 23 16:39:05 2010 +0930
@@ -119,8 +119,11 @@
     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 tarotGameCreate(self, room_jid, players, profile_key='@DEFAULT@'):
+        return self.db_comm_iface.tarotGameCreate(room_jid, players, profile_key)
+
+    def tarotGameReady(self, user, referee, profile_key='@DEFAULT@'):
+        return self.db_comm_iface.tarotGameReady(user, referee, profile_key)
 
     def sendFile(self, to, path, profile_key='@DEFAULT@'):
         return self.db_comm_iface.sendFile(to, path, profile_key)