comparison src/browser/sat_browser/json.py @ 913:58f611481e6d

server, browser: removed deprecated methods which have been removed from backend, and associated code
author Goffi <goffi@goffi.org>
date Sun, 28 Aug 2016 19:25:52 +0200
parents e8b133b77aa4
children 0c0551967bdf
comparison
equal deleted inserted replaced
912:1ced5b522ae2 913:58f611481e6d
180 "getHistory", "getPresenceStatuses", "joinMUC", "mucLeave", "mucGetRoomsJoined", 180 "getHistory", "getPresenceStatuses", "joinMUC", "mucLeave", "mucGetRoomsJoined",
181 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", 181 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady",
182 "tarotGamePlayCards", "launchRadioCollective", 182 "tarotGamePlayCards", "launchRadioCollective",
183 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", 183 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",
184 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", 184 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
185 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", 185 "disconnect", "chatStateComposing", "getNewAccountDomain",
186 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData", 186 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getEntitiesData",
187 "getVersion", "getLiberviaVersion", "mucGetDefaultService", "getFeatures", 187 "getVersion", "getLiberviaVersion", "mucGetDefaultService", "getFeatures",
188 ]) 188 ])
189 189
190 def __call__(self, *args, **kwargs): 190 def __call__(self, *args, **kwargs):
191 return LiberviaJsonProxy.__call__(self, *args, **kwargs) 191 return LiberviaJsonProxy.__call__(self, *args, **kwargs)