Mercurial > libervia-web
comparison libervia.py @ 266:cc778206b7ae
bridge: added inviteMUC + modify joinMUC to make it accept room_jid = ""
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 17 Nov 2013 17:47:39 +0100 |
parents | 24335e82fef0 |
children | a76243c02074 |
comparison
equal
deleted
inserted
replaced
265:56a307f08ffe | 266:cc778206b7ae |
---|---|
113 def __init__(self): | 113 def __init__(self): |
114 LiberviaJsonProxy.__init__(self, "/json_api", | 114 LiberviaJsonProxy.__init__(self, "/json_api", |
115 ["getContacts", "addContact", "sendMessage", "sendMblog", "sendMblogComment", | 115 ["getContacts", "addContact", "sendMessage", "sendMblog", "sendMblogComment", |
116 "getLastMblogs", "getMassiveLastMblogs", "getMblogComments", "getProfileJid", | 116 "getLastMblogs", "getMassiveLastMblogs", "getMblogComments", "getProfileJid", |
117 "getHistory", "getPresenceStatus", "joinMUC", "mucLeave", "getRoomsJoined", | 117 "getHistory", "getPresenceStatus", "joinMUC", "mucLeave", "getRoomsJoined", |
118 "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", | 118 "inviteMUC", "launchTarotGame", "getTarotCardsPaths", "tarotGameReady", |
119 "tarotGameContratChoosed", "tarotGamePlayCards", "launchRadioCollective", | 119 "tarotGameContratChoosed", "tarotGamePlayCards", "launchRadioCollective", |
120 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", | 120 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", |
121 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", | 121 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", |
122 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer" | 122 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer" |
123 ]) | 123 ]) |