comparison src/browser/sat_browser/json.py @ 716:3b91225b457a

server + browser side: blogging refactoring (draft), huge commit sorry: /!\ everything is not working yet, group blog is not working for now - adaptation to backend changes - frontend commons part of blog have been moved to QuickFrontend - (editors) button "WYSIWYG edition" renamed to "preview" - (editors) Shift + [ENTER] is now used to send a text message, [ENTER] to finish a ligne normally - (editors) fixed modifiers handling - global simplification, resulting of the refactoring - with backend refactoring, we are now using PEP again, XEP-0277 compatibility is restored \o/
author Goffi <goffi@goffi.org>
date Sun, 16 Aug 2015 01:51:12 +0200
parents b81816f42c81
children 994be887e843
comparison
equal deleted inserted replaced
715:b2465423c76e 716:3b91225b457a
168 168
169 169
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", "sendMblog", "sendMblogComment", 173 ["getContacts", "addContact", "sendMessage",
174 "getMblogs", "getMassiveMblogs", "getMblogComments", 174 "psDeleteNode", "psRetractItem", "psRetractItems",
175 "mbSend", "mbRetract", "mbGetLast", "mbGetFromMany", "mbGetFromManyRTResult",
176 "mbGetFromManyWithComments", "mbGetFromManyWithCommentsRTResult",
175 "getHistory", "getPresenceStatuses", "joinMUC", "mucLeave", "getRoomsJoined", 177 "getHistory", "getPresenceStatuses", "joinMUC", "mucLeave", "getRoomsJoined",
176 "getRoomsSubjects", "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", 178 "getRoomsSubjects", "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady",
177 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments", 179 "tarotGamePlayCards", "launchRadioCollective",
178 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", 180 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",
179 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", 181 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
180 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", 182 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer",
181 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData", 183 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData",
182 "getVersion", "getLiberviaVersion", "getDefaultMUC", 184 "getVersion", "getLiberviaVersion", "getDefaultMUC",