log src/plugins/plugin_xep_0065.py @ 1634:95ea323e7d04

age author description
2015-11-19 Goffi plugin XEP-0065: renamed _killSession to killSession as it make sense to kill a session from an other plugin
2015-11-13 Goffi plugin XEP-0065: session cleaning and timeout + log choosed candidate when using SI File Transfer
2015-11-13 Goffi plugins XEP-0047, XEP-0065, XEP-0096: fixed use of failure.condition insteand of failure.value + removed gettext use for local logs
2015-11-11 Goffi plugin XEP-0065: chunk size optimization: 64Kio is used except for proxy were it is set to 4Kio, to avoid wild disconnection by Prosody's proxy
2015-11-11 Goffi plugins XEP-0020, XEP-0065, XEP-0095, XEP-0096: fixed file copy with Stream Initiation:
2015-11-11 Goffi plugins IP: getLocalIPs now return localhost IP instead of an empty list if no non-localhost ip can be found
2015-11-08 Goffi plugins XEP-0260, XEP-0065: proxy handling:
2015-11-08 Goffi plugin XEP-0065: fixed CHUNK_SIZE to 4096 to avoid wild disconnection by some proxies (Prosody's proxy65 disconnect if it receive bigger chunks)
2015-11-02 Goffi plugin XEP-0065, XEP-0096: preparation for plugin XEP-0260 implementation:
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2014-10-06 souliane memory (params): use more generic param attribute "constraint" instead of "min" and "max"
2014-10-03 souliane memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
2014-09-15 Matteo Cypriani misc: fixed some typos
2014-09-08 Goffi plugins XEP-0096, XEP-0065: fixed bad log calls
2014-04-19 Goffi core: use of the new core.log module:
2014-03-31 Goffi plugin XEP-0065: fixed initialisation sequence
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 Goffi core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleaned
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-12-11 souliane plugin XEP-0033: implementation of the addressing feature:
2013-10-31 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
2013-09-07 souliane core: added the security_limit to setParam
2013-09-05 souliane misc: a few "cosmetic" changes (PEP 8...)
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-18 Emmanuel Gil Peyrot Remove useless trailing semicolons.