log src/plugins/plugin_xep_0166.py @ 2502:7ad5f2c4e34a

age author description
Wed, 28 Feb 2018 18:28:39 +0100 Goffi XEP-0065,XEP-0096,XEP-0166,XEP-0235,XEP-0300: file transfer improvments:
Thu, 08 Feb 2018 00:37:42 +0100 Goffi plugin pipe/stream, file transfert: refactoring and improvments:
Thu, 01 Feb 2018 07:21:41 +0100 Goffi plugin XEP-0166: added errback to terminate, which only logs issues
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Sun, 12 Feb 2017 18:59:10 +0100 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
Sun, 12 Feb 2017 17:55:43 +0100 Goffi core, jp: component handling + client handling refactoring:
Sat, 04 Feb 2017 17:59:13 +0100 Goffi core: replaced calls to client.xmlstream.send by client.send which is the right method to use. client.xmlstream should not be used directly
Sun, 17 Apr 2016 14:45:26 +0200 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Thu, 17 Dec 2015 22:08:11 +0100 Goffi plugin XEP-0166: jingleTerminate is called (if present) on applications and transports plugins on session-terminate action, can be used to do some cleaning
Thu, 19 Nov 2015 18:15:35 +0100 Goffi plugin XEP-0166: transport replacement:
Tue, 17 Nov 2015 19:41:30 +0100 Goffi plugin XEP-0166: added delayedContentTerminate to terminate a content inside a handler
Tue, 17 Nov 2015 19:40:37 +0100 Goffi plugin XEP-0166: session-info action handling
Tue, 17 Nov 2015 19:39:08 +0100 Goffi jingle XEP-0166: fixed session creation on non session-initiate actions
Tue, 17 Nov 2015 19:37:09 +0100 Goffi plugin XEP-0166: sendError now manage jingle conditions
Sat, 14 Nov 2015 19:18:05 +0100 Goffi plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
Sun, 08 Nov 2015 14:44:33 +0100 Goffi plugins XE0166, XEP-0234, XEP-0260, XEP-0261: renamed session key managing other peer's jid to "peer_jid" instead of "to_jid"
Mon, 02 Nov 2015 22:02:41 +0100 Goffi plugin XEP-0166, XEP-0234, XEP-0261:
Fri, 25 Sep 2015 19:19:12 +0200 Goffi plugin XEP-0166: (jingle) first draft. Not all actions are managed yet