comparison libervia.py @ 50:72c51a4839cc

MUC group joining
author Goffi <goffi@goffi.org>
date Thu, 26 May 2011 20:13:41 +0200
parents a7ff1e6f1229
children f25c4077f6b9
comparison
equal deleted inserted replaced
49:f1d2eb9b2523 50:72c51a4839cc
63 self.cb={} 63 self.cb={}
64 64
65 class BridgeCall(LiberviaJsonProxy): 65 class BridgeCall(LiberviaJsonProxy):
66 def __init__(self): 66 def __init__(self):
67 LiberviaJsonProxy.__init__(self, "/json_api", 67 LiberviaJsonProxy.__init__(self, "/json_api",
68 ["getContacts", "sendMessage", "sendMblog", "getMblogNodes", "getProfileJid", "getHistory", 68 ["getContacts", "sendMessage", "sendMblog", "getMblogNodes", "getProfileJid", "getHistory", "getPresenceStatus",
69 "getPresenceStatus", "getRoomJoined", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", "tarotGameContratChoosed", 69 "joinMUC", "getRoomJoined", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", "tarotGameContratChoosed",
70 "tarotGamePlayCards"]) 70 "tarotGamePlayCards"])
71 71
72 class BridgeSignals(LiberviaJsonProxy): 72 class BridgeSignals(LiberviaJsonProxy):
73 def __init__(self): 73 def __init__(self):
74 LiberviaJsonProxy.__init__(self, "/json_signal_api", 74 LiberviaJsonProxy.__init__(self, "/json_signal_api",