comparison src/browser/sat_browser/json.py @ 692:7a9c7b9f6a28

browser_side: use host.default_muc instead of C.DEFAULT_MUC
author souliane <souliane@mailoo.org>
date Thu, 09 Apr 2015 11:37:25 +0200
parents 9877607c719a
children 82123705474b
comparison
equal deleted inserted replaced
691:16079280a39e 692:7a9c7b9f6a28
184 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments", 184 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments",
185 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", 185 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",
186 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", 186 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
187 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", 187 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer",
188 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData", 188 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData",
189 "getVersion", "getLiberviaVersion", 189 "getVersion", "getLiberviaVersion", "getDefaultMUC",
190 ]) 190 ])
191 def __call__(self, *args, **kwargs): 191 def __call__(self, *args, **kwargs):
192 return LiberviaJsonProxy.__call__(self, *args, **kwargs) 192 return LiberviaJsonProxy.__call__(self, *args, **kwargs)
193 193
194 def getConfig(self, dummy1, dummy2): # FIXME 194 def getConfig(self, dummy1, dummy2): # FIXME