log src/plugins/plugin_xep_0115.py @ 1318:6c7d89843f1b frontends_multi_profiles

age author description
2015-02-09 Goffi core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profiles
2014-10-18 souliane core, plugins: improve a bit some log messages
2014-10-19 souliane plugin XEP-0115: better disco error handling
2014-10-07 souliane plugin XEP-0115: trap "service-unavailable" error when retrieving disco infos
2014-04-19 Goffi core: use of the new core.log module:
2014-04-07 Goffi plugin XEP-0115: minor logs improvment
2014-03-31 Goffi plugin XEP-0115: fixed bad disco_infos construction
2014-03-31 Goffi plulgin XEP-0115: fixed caps_optimize init
2014-03-31 Goffi plugin xep-0115: caps optimisation
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-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-11-05 Goffi plugin XEP-0115: changed node for "http://sat.goffi.org" + filtering using list comprehension instead of filter()