comparison src/browser/sat_browser/json.py @ 1106:09feea19d7b9

browser, server: added namespacesGet, so Libervia legacy app can run again
author Goffi <goffi@goffi.org>
date Sun, 03 Jun 2018 13:55:09 +0200
parents f2170536ba23
children 63a4b8fe9782
comparison
equal deleted inserted replaced
1105:e6ff5530900e 1106:09feea19d7b9
183 "getWaitingSub", "subscription", "delContact", "updateContact", "avatarGet", 183 "getWaitingSub", "subscription", "delContact", "updateContact", "avatarGet",
184 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", 184 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
185 "disconnect", "chatStateComposing", "getNewAccountDomain", 185 "disconnect", "chatStateComposing", "getNewAccountDomain",
186 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getEntitiesData", 186 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getEntitiesData",
187 "getVersion", "getLiberviaVersion", "mucGetDefaultService", "getFeatures", 187 "getVersion", "getLiberviaVersion", "mucGetDefaultService", "getFeatures",
188 "namespacesGet",
188 ]) 189 ])
189 190
190 def __call__(self, *args, **kwargs): 191 def __call__(self, *args, **kwargs):
191 return LiberviaJsonProxy.__call__(self, *args, **kwargs) 192 return LiberviaJsonProxy.__call__(self, *args, **kwargs)
192 193