comparison src/plugins/plugin_xep_0115.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 0046283a285d
children 8d82a62fa098
comparison
equal deleted inserted replaced
2503:c0bec8bac2b5 2504:67cc54b01a12
39 39
40 PLUGIN_INFO = { 40 PLUGIN_INFO = {
41 C.PI_NAME: "XEP 0115 Plugin", 41 C.PI_NAME: "XEP 0115 Plugin",
42 C.PI_IMPORT_NAME: "XEP-0115", 42 C.PI_IMPORT_NAME: "XEP-0115",
43 C.PI_TYPE: "XEP", 43 C.PI_TYPE: "XEP",
44 C.PI_MODES: C.PLUG_MODE_BOTH,
44 C.PI_PROTOCOLS: ["XEP-0115"], 45 C.PI_PROTOCOLS: ["XEP-0115"],
45 C.PI_DEPENDENCIES: [], 46 C.PI_DEPENDENCIES: [],
46 C.PI_MAIN: "XEP_0115", 47 C.PI_MAIN: "XEP_0115",
47 C.PI_HANDLER: "yes", 48 C.PI_HANDLER: "yes",
48 C.PI_DESCRIPTION: _("""Implementation of entity capabilities""") 49 C.PI_DESCRIPTION: _("""Implementation of entity capabilities""")