Mercurial > libervia-backend
diff plugins/plugin_xep_0065.py @ 38:3e24753b9e0b
Fixed parameters loading/saving
- removed unused "parent" argument in importParams
- changed "ext" for "tld" in wix jid example
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 Dec 2009 13:13:13 +1100 |
parents | bb72c29f3432 |
children | 4392f1fdb064 |
line wrap: on
line diff
--- a/plugins/plugin_xep_0065.py Tue Dec 15 01:27:32 2009 +1100 +++ b/plugins/plugin_xep_0065.py Thu Dec 17 13:13:13 2009 +1100 @@ -470,7 +470,7 @@ self.client_factory = Socks5ClientFactory() #parameters - host.memory.importParams(self, XEP_0065.params) + host.memory.importParams(XEP_0065.params) host.memory.setDefault("IP", "File Transfert", self.getExternalIP) port = int(self.host.memory.getParamA("Port", "File Transfert"))