comparison src/plugins/plugin_xep_0261.py @ 2504:67cc54b01a12

plugin file sharing component: first draft: this component act as an endpoint where a user can store and retrieve its files using Jingle.
author Goffi <goffi@goffi.org>
date Wed, 28 Feb 2018 18:28:39 +0100
parents e2a7bb875957
children
comparison
equal deleted inserted replaced
2503:c0bec8bac2b5 2504:67cc54b01a12
36 36
37 PLUGIN_INFO = { 37 PLUGIN_INFO = {
38 C.PI_NAME: "Jingle In-Band Bytestreams", 38 C.PI_NAME: "Jingle In-Band Bytestreams",
39 C.PI_IMPORT_NAME: "XEP-0261", 39 C.PI_IMPORT_NAME: "XEP-0261",
40 C.PI_TYPE: "XEP", 40 C.PI_TYPE: "XEP",
41 C.PI_MODES: C.PLUG_MODE_BOTH,
41 C.PI_PROTOCOLS: ["XEP-0261"], 42 C.PI_PROTOCOLS: ["XEP-0261"],
42 C.PI_DEPENDENCIES: ["XEP-0166", "XEP-0047"], 43 C.PI_DEPENDENCIES: ["XEP-0166", "XEP-0047"],
43 C.PI_MAIN: "XEP_0261", 44 C.PI_MAIN: "XEP_0261",
44 C.PI_HANDLER: "yes", 45 C.PI_HANDLER: "yes",
45 C.PI_DESCRIPTION: _("""Implementation of Jingle In-Band Bytestreams""") 46 C.PI_DESCRIPTION: _("""Implementation of Jingle In-Band Bytestreams""")