comparison src/browser/sat_browser/json.py @ 921:cf527974a0fa

both: renamed psDeleteNode to psNodeDelete to follow backend change
author Goffi <goffi@goffi.org>
date Mon, 03 Apr 2017 00:53:09 +0200
parents 0c0551967bdf
children fd4eae654182
comparison
equal deleted inserted replaced
920:8cea8bf41b03 921:cf527974a0fa
172 172
173 class BridgeCall(LiberviaJsonProxy): 173 class BridgeCall(LiberviaJsonProxy):
174 def __init__(self): 174 def __init__(self):
175 LiberviaJsonProxy.__init__(self, "/json_api", 175 LiberviaJsonProxy.__init__(self, "/json_api",
176 ["getContacts", "addContact", "messageSend", 176 ["getContacts", "addContact", "messageSend",
177 "psDeleteNode", "psRetractItem", "psRetractItems", 177 "psNodeDelete", "psRetractItem", "psRetractItems",
178 "mbSend", "mbRetract", "mbGet", "mbGetFromMany", "mbGetFromManyRTResult", 178 "mbSend", "mbRetract", "mbGet", "mbGetFromMany", "mbGetFromManyRTResult",
179 "mbGetFromManyWithComments", "mbGetFromManyWithCommentsRTResult", 179 "mbGetFromManyWithComments", "mbGetFromManyWithCommentsRTResult",
180 "historyGet", "getPresenceStatuses", "joinMUC", "mucLeave", "mucGetRoomsJoined", 180 "historyGet", "getPresenceStatuses", "joinMUC", "mucLeave", "mucGetRoomsJoined",
181 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", 181 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady",
182 "tarotGamePlayCards", "launchRadioCollective", 182 "tarotGamePlayCards", "launchRadioCollective",