Mercurial > libervia-backend
diff plugins/plugin_xep_0065.py @ 60:9764e027ecc0
SàT: multi-profile parameters, first draft
- new bridge methods getProfilesList and createProfile
- param xml now use two types: general and individual, general are common parameters, individual parameters are linked to profiles
- indidual xml are constructed from param xml and saved values
/!\ params values are not saved yet
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 28 Jan 2010 02:32:27 +1100 |
parents | a5b5fb5fc9fd |
children | d46f849664aa |
line wrap: on
line diff
--- a/plugins/plugin_xep_0065.py Sun Jan 10 18:40:45 2010 +1100 +++ b/plugins/plugin_xep_0065.py Thu Jan 28 02:32:27 2010 +1100 @@ -455,10 +455,12 @@ params = """ <params> + <general> <category name="File Transfert"> <param name="IP" value='0.0.0.0' default_cb='yes' type="string" /> <param name="Port" value="28915" type="string" /> </category> + </general> </params> """