log

age author description
2019-07-24 Goffi Added tag 0.7.0 for changeset 3f76f78b4ad6
2019-07-24 Goffi 0.7.0 release 0.7.0
2019-07-24 Goffi wokkel (pubsub): getNodes may be deferred
2019-03-01 Goffi Added tag 0.7.0a4 for changeset cdeda6294bfc
2019-03-01 Goffi 0.7.0a4 release 0.7.0a4
2019-02-19 Goffi wokkel (pubsub): fixed recursive reference in disco items
2019-01-16 Goffi wokkel: new data_form module to add support of XML element + new install() function to make patching easier.
2019-01-16 Goffi dates update
2019-01-12 Goffi wokkel/mam: added "attributes" dict in onArchiveRequest return value, so <fin/> attributes can be specified
2019-01-06 Goffi wokkel/mam, wokkel/pubsub, wokkel/rsm: implemented "order-by" protoXEP (for Pubsub and MAM)
2018-12-01 Goffi wokkel/mam: updated to urn:xmpp:mam:2 namespace
2018-07-08 Goffi Added tag 0.0.3 for changeset 2068cf3009da
2018-07-08 Goffi Added tag 0.7.0a2 for changeset 1984ffd0e5cc
2018-07-08 Goffi 0.7.0a2 release 0.7.0a2
2018-07-08 Goffi install (setup.py): don't use sys.prefix for doc
2018-04-04 Goffi fixed setup.py 0.0.3
2018-04-02 Goffi minor version update
2018-04-02 Goffi setup.py: added descriptions
2018-04-02 Goffi cleaned setup.py
2018-04-02 Goffi setup.py: use a minor version for first release
2018-04-02 Goffi updated README
2017-11-03 Goffi fixed bad execution permissions
2017-11-02 Arnaud Joset made proper package + installation
2017-11-01 Goffi repository split (move src/tmp from sat reporsitory to its own sat_tmp one) and added COPYING
2017-11-01 convert-repo update tags
2017-09-08 Goffi tmp (wokkel): fixed subscriptions node handling
2017-08-27 Goffi tmp(wokkel/pubsub): allows getNodes to return names using tuples(node/names)
2017-08-20 Goffi tmp (wokkel/pubsub): subscriptions improvments:
2017-04-02 Goffi tmp(wokkel/pubsub): fixed configuration parsing
2017-03-26 Goffi tmp(wokkel/pubsub): removed affiliations attribute which was there twice + added missing _render_affiliations
2017-03-23 Goffi tmp (wokkel/pubsub): fixed affiliations (normal entity) handling
2017-03-23 Goffi tmp (wokkel/pubsub): fixed configuration setting
2017-03-13 Goffi plugin XEP-0060: added setConfiguration/psNodeConfigurationSet + fix in tmp.wokkel.pubsub
2016-03-18 souliane tmp/wokkel (rsm): fixes elements count (items retrieval with RSM max = 0) 0.6.1 0.6.1.1 0.7-dev cagou refacoring_messages
2016-03-11 souliane tmp (wokkel/mam): restore MAMPrefs being callable without argument when constructing a query:
2016-01-19 souliane test (RSM): fix according to modification in sat.tmp.wokkel.rsm in rev 1771 (54f834e40341)
2016-01-19 souliane test (RSM): fix according to modification in sat.tmp.wokkel:
2016-01-08 Goffi tmp (wokkel.mam): recipient and sender are handled in MAM Request. TODO: MAMRequest should inherit from generic.Stanza, the same way as for PubSubRequest
2016-01-08 Goffi tmp (wokkel.mam): MAMErrow now inherit from StanzaError so it can be handler properly by services
2016-01-08 Goffi tmp (wokkel.rsm): raise RSMError when <after/> element is empty
2016-01-08 Goffi tmp (wokkel.rsm): RSMError now inherit from StanzaError, so they are correctly handled by services
2016-01-07 Goffi tmp (wokkel.rsm): fixed incorrect behaviour which was adding max_items attribute
2016-01-07 Goffi tmp (wokkel.rsm): fixed forgotten method renaming
2016-01-05 Goffi tmp (wokkel.mam): cleaning and bug fix:
2016-01-05 Goffi plugin XEP-0060, tmp(wokkel.rsm): small refactoring:
2016-01-05 Goffi tmp (wokkel.pubsub): PubSubRequest class can be overriden everywhere, including PubSubClient
2016-01-05 Goffi tmp (wokkel/rsm): various improvments:
2016-01-03 Goffi tmp (mam): various improvments:
2016-01-03 Goffi tmp (rsm): removed useless cast
2016-01-03 Goffi tmp (wokkel): removed delay as it is nearly identical to original one, and the additional exception should be catched elsewhere
2015-11-25 Goffi tmp (wokkel.pubsub): implemented missing notifyRetract 0.6.0
2015-09-10 souliane tmp (wokkel): fixes RSM when maxItems is 0
2015-09-10 souliane tmp (wokkel): fixes changeset 1de25b1f609f (rev 1510)
2015-09-10 souliane tmp (wokkel): fixes RSM implementation to fit sat_pubsub answer when in "unrestricted" mode
2015-08-15 Goffi tmp(pubsub): added retract "notify" attribute management
2015-08-15 Goffi tmp (wokkel.rsm): use of super instead of direct call in PubSubRequest
2015-07-14 souliane tmp (wokkel): pubsub response do not fail when target server doesn't handle RSM
2015-07-14 souliane add tests for sat.tmp.wokkel
2015-05-27 Goffi tmp (rsm): better use of domish.Element.elements() + minor fixes
2015-04-23 Goffi core (tests): test fixes