Mercurial > libervia-backend
diff tools/memory.py @ 14:a62d7d453f22
wokkel integration, part II
- disco client
- fallback handler (for unmanaged iq requests)
- software version (XEP-0092)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 30 Oct 2009 20:05:25 +0100 |
parents | bd9e9997d540 |
children | 74a39f40eb6d |
line wrap: on
line diff
--- a/tools/memory.py Fri Oct 30 17:38:27 2009 +0100 +++ b/tools/memory.py Fri Oct 30 20:05:25 2009 +0100 @@ -177,7 +177,3 @@ if not self.params.has_key(namespace): self.params[namespace]={} self.params[namespace][name]=[value,type]; - - def registerFeature(self, feature, callback=None): - self.features[feature]=callback -