comparison libervia.py @ 381:b96b8b666d17

plugin card_game: update to use the new XMLUI mechanism + copy the autoplay mode from QuickFrontend: TODO: the new round is not starting after the scores have been displayed
author souliane <souliane@mailoo.org>
date Wed, 26 Feb 2014 02:28:19 +0100
parents 564208366dd6
children 2d782349b88a
comparison
equal deleted inserted replaced
380:5e0e2032928c 381:b96b8b666d17
119 LiberviaJsonProxy.__init__(self, "/json_api", 119 LiberviaJsonProxy.__init__(self, "/json_api",
120 ["getContacts", "addContact", "sendMessage", "sendMblog", "sendMblogComment", 120 ["getContacts", "addContact", "sendMessage", "sendMblog", "sendMblogComment",
121 "getLastMblogs", "getMassiveLastMblogs", "getMblogComments", "getProfileJid", 121 "getLastMblogs", "getMassiveLastMblogs", "getMblogComments", "getProfileJid",
122 "getHistory", "getPresenceStatus", "joinMUC", "mucLeave", "getRoomsJoined", 122 "getHistory", "getPresenceStatus", "joinMUC", "mucLeave", "getRoomsJoined",
123 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", 123 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady",
124 "tarotGameContratChoosed", "tarotGamePlayCards", "launchRadioCollective", 124 "tarotGamePlayCards", "launchRadioCollective",
125 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", 125 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",
126 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", 126 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
127 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", 127 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer",
128 "syntaxConvert", 128 "syntaxConvert",
129 ]) 129 ])