comparison libervia.py @ 57:e552a67b933d

Contact update + add dedication in About dialog
author Goffi <goffi@goffi.org>
date Sun, 29 May 2011 16:07:46 +0200
parents d5266c41ca24
children 4fa3d57f72f8
comparison
equal deleted inserted replaced
56:5fa710058e2d 57:e552a67b933d
66 class BridgeCall(LiberviaJsonProxy): 66 class BridgeCall(LiberviaJsonProxy):
67 def __init__(self): 67 def __init__(self):
68 LiberviaJsonProxy.__init__(self, "/json_api", 68 LiberviaJsonProxy.__init__(self, "/json_api",
69 ["getContacts", "addContact", "sendMessage", "sendMblog", "getMblogNodes", "getProfileJid", "getHistory", "getPresenceStatus", 69 ["getContacts", "addContact", "sendMessage", "sendMblog", "getMblogNodes", "getProfileJid", "getHistory", "getPresenceStatus",
70 "joinMUC", "getRoomJoined", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", "tarotGameContratChoosed", 70 "joinMUC", "getRoomJoined", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", "tarotGameContratChoosed",
71 "tarotGamePlayCards", "getWaitingSub", "subscription", "delContact"]) 71 "tarotGamePlayCards", "getWaitingSub", "subscription", "delContact", "updateContact"])
72 72
73 class BridgeSignals(LiberviaJsonProxy): 73 class BridgeSignals(LiberviaJsonProxy):
74 def __init__(self): 74 def __init__(self):
75 LiberviaJsonProxy.__init__(self, "/json_signal_api", 75 LiberviaJsonProxy.__init__(self, "/json_signal_api",
76 ["getSignals"]) 76 ["getSignals"])