comparison src/browser/libervia_main.py @ 520:d58d4dd0cefe

browser and server sides: add bridge method getLastResource
author souliane <souliane@mailoo.org>
date Tue, 02 Sep 2014 21:21:21 +0200
parents f0b56c022c01
children 69bffcf37ce3
comparison
equal deleted inserted replaced
519:138336986bd0 520:d58d4dd0cefe
132 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", 132 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady",
133 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments", 133 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments",
134 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", 134 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",
135 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", 135 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
136 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", 136 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer",
137 "syntaxConvert", "getAccountDialogUI", 137 "syntaxConvert", "getAccountDialogUI", "getLastResource"
138 ]) 138 ])
139 139
140 140
141 class BridgeSignals(LiberviaJsonProxy): 141 class BridgeSignals(LiberviaJsonProxy):
142 RETRY_BASE_DELAY = 1000 142 RETRY_BASE_DELAY = 1000