comparison src/browser/sat_browser/json.py @ 724:994be887e843

browser and server sides: bridge method mbGetLast has been renamed to mbGet and takes a new parameter "item_ids"
author souliane <souliane@mailoo.org>
date Thu, 10 Sep 2015 07:40:59 +0200
parents 3b91225b457a
children 2ddd85551612
comparison
equal deleted inserted replaced
723:afbe061b2d66 724:994be887e843
170 class BridgeCall(LiberviaJsonProxy): 170 class BridgeCall(LiberviaJsonProxy):
171 def __init__(self): 171 def __init__(self):
172 LiberviaJsonProxy.__init__(self, "/json_api", 172 LiberviaJsonProxy.__init__(self, "/json_api",
173 ["getContacts", "addContact", "sendMessage", 173 ["getContacts", "addContact", "sendMessage",
174 "psDeleteNode", "psRetractItem", "psRetractItems", 174 "psDeleteNode", "psRetractItem", "psRetractItems",
175 "mbSend", "mbRetract", "mbGetLast", "mbGetFromMany", "mbGetFromManyRTResult", 175 "mbSend", "mbRetract", "mbGet", "mbGetFromMany", "mbGetFromManyRTResult",
176 "mbGetFromManyWithComments", "mbGetFromManyWithCommentsRTResult", 176 "mbGetFromManyWithComments", "mbGetFromManyWithCommentsRTResult",
177 "getHistory", "getPresenceStatuses", "joinMUC", "mucLeave", "getRoomsJoined", 177 "getHistory", "getPresenceStatuses", "joinMUC", "mucLeave", "getRoomsJoined",
178 "getRoomsSubjects", "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", 178 "getRoomsSubjects", "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady",
179 "tarotGamePlayCards", "launchRadioCollective", 179 "tarotGamePlayCards", "launchRadioCollective",
180 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", 180 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",