comparison libervia.py @ 389:2d782349b88a

server_side: display blog comments when you click on a main item header or title
author souliane <souliane@mailoo.org>
date Tue, 25 Feb 2014 17:50:47 +0100
parents b96b8b666d17
children c86d7a8d2c1e
comparison
equal deleted inserted replaced
388:893451e35686 389:2d782349b88a
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 "tarotGamePlayCards", "launchRadioCollective", 124 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments",
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 ])