Mercurial > libervia-backend
diff src/bridge/bridge.py @ 634:ca2cae6b2c6d
core: security attribute added to the parameters
- getParams, getParamsUI and getParamsForCategory have a security_limit parameter to filter
- parameters with security = 0 can be retrieved/modified from Libervia
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 05 Sep 2013 20:28:44 +0200 |
parents | 84a6e83157c2 |
children | 5642939d254e |
line wrap: on
line diff
--- a/src/bridge/bridge.py Sun Sep 08 18:05:19 2013 +0200 +++ b/src/bridge/bridge.py Thu Sep 05 20:28:44 2013 +0200 @@ -59,7 +59,7 @@ def getParam(self, name, namespace): raise NotImplementedError - def getParams(self, namespace): + def getParams(self, security_limit, namespace): raise NotImplementedError def getHistory(self, from_jid, to_jid, size):