comparison src/browser/sat_browser/json.py @ 751:2ddd85551612

server + browser side: getFeatures bridge call
author Goffi <goffi@goffi.org>
date Mon, 23 Nov 2015 23:30:34 +0100
parents 994be887e843
children f8a7a046ff9c
comparison
equal deleted inserted replaced
750:8ac862f6e5b3 751:2ddd85551612
179 "tarotGamePlayCards", "launchRadioCollective", 179 "tarotGamePlayCards", "launchRadioCollective",
180 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", 180 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",
181 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", 181 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
182 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", 182 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer",
183 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData", 183 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData",
184 "getVersion", "getLiberviaVersion", "getDefaultMUC", 184 "getVersion", "getLiberviaVersion", "getDefaultMUC", "getFeatures",
185 ]) 185 ])
186 186
187 def __call__(self, *args, **kwargs): 187 def __call__(self, *args, **kwargs):
188 return LiberviaJsonProxy.__call__(self, *args, **kwargs) 188 return LiberviaJsonProxy.__call__(self, *args, **kwargs)
189 189