comparison 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
comparison
equal deleted inserted replaced
633:6a29a4d574bd 634:ca2cae6b2c6d
57 raise NotImplementedError 57 raise NotImplementedError
58 58
59 def getParam(self, name, namespace): 59 def getParam(self, name, namespace):
60 raise NotImplementedError 60 raise NotImplementedError
61 61
62 def getParams(self, namespace): 62 def getParams(self, security_limit, namespace):
63 raise NotImplementedError 63 raise NotImplementedError
64 64
65 def getHistory(self, from_jid, to_jid, size): 65 def getHistory(self, from_jid, to_jid, size):
66 raise NotImplementedError 66 raise NotImplementedError