log src/plugins/plugin_xep_0234.py @ 1966:d727aab9a80e

age author description
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-12-17 Goffi plugin XEP-0234: log file transfer "terminated" instead of "completed", as the file may not be complete (check is done after)
2015-11-25 Goffi plugin pipe: rewritten plugin as a jingle application. The current implentation can, in some cases, block the backend, and is experimental only. Improvments are needed in the future.
2015-11-19 Goffi core, plugins file, XEP-0234, bridge: progression api enhancement:
2015-11-17 Goffi plugin XEP-0234: hash checksum proper handling
2015-11-17 Goffi plugin XEP-0300: implemented hashing:
2015-11-14 Goffi core, plugin file: fixed progress id + data is now returned by getProgress, instead of being an argument to fill
2015-11-14 Goffi plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
2015-11-11 Goffi plugins XEP-0234, file: moved human file size conversion to file plugi
2015-11-11 Goffi plugins XEP-0234, file: moved file request dialog to file plugin
2015-11-08 Goffi plugins XEP-0234, XEP-0260, XEP-0261: jingle session termination is managed by application (XEP-0234) instead of transport
2015-11-08 Goffi plugins XEP-0234, file: use of SatFile for writing too
2015-11-08 Goffi plugins XE0166, XEP-0234, XEP-0260, XEP-0261: renamed session key managing other peer's jid to "peer_jid" instead of "to_jid"
2015-11-08 Goffi plugin ip: implemented XEP-0279 for external ip retrieval + fixed bad exception handling
2015-11-02 Goffi plugin XEP-0234: "senders" handling
2015-11-02 Goffi plugin XEP-0166, XEP-0234, XEP-0261:
2015-09-26 Goffi plugin XEP-0234: removed forgotten debugging bridge method
2015-09-25 Goffi plugin XEP-0234: jingle file transfer first draft