diff libervia.py @ 229:e632f77c4219

bridge: asyncGetParamA takes a security_limit argument browser_side: added support for user param of type "list"
author souliane <souliane@mailoo.org>
date Tue, 08 Oct 2013 13:48:00 +0200
parents 67e24c342e7f
children 266e9678eec0
line wrap: on
line diff
--- a/libervia.py	Tue Oct 08 13:35:29 2013 +0200
+++ b/libervia.py	Tue Oct 08 13:48:00 2013 +0200
@@ -105,8 +105,8 @@
                          "launchTarotGame", "getTarotCardsPaths", "tarotGameReady",
                          "tarotGameContratChoosed", "tarotGamePlayCards", "launchRadioCollective",
                          "getWaitingSub", "subscription", "delContact", "updateContact", "getCard",
-                         "getEntityData", "getParamsUI", "setParam", "launchAction", "disconnect",
-                         "chatStateComposing"
+                         "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction",
+                         "disconnect", "chatStateComposing"
                         ])
 
 class BridgeSignals(LiberviaJsonProxy):
@@ -390,7 +390,7 @@
                     self.bridge.call('getMassiveLastMblogs', lib_wid.massiveInsert, 'ALL', [], 10)
                 else:
                     self.bridge.call('getMassiveLastMblogs', lib_wid.massiveInsert, 'GROUP', lib_wid.accepted_groups, 10)
-    
+
         #we ask for our own microblogs:
         self.bridge.call('getMassiveLastMblogs', self._ownBlogsFills, 'JID', [self.whoami.bare], 10)