comparison sat/plugins/plugin_comp_ap_gateway/__init__.py @ 3821:0b1c30ff2cbb

component AP: XMPP identity => AP actor data converstion: XMPP identity data (coming from various XEPs, notably XEP-0292 (vCard4) and XEP-0084 (User Avatar)) are now used to complete actor data. Avatar files can now be delivered with the `avatar` type in URL. rel 368
author Goffi <goffi@goffi.org>
date Wed, 29 Jun 2022 12:06:21 +0200
parents 2032826cfbcf
children 6329ee6b6df4
comparison
equal deleted inserted replaced
3820:88e332cec47b 3821:0b1c30ff2cbb
85 C.PI_IMPORT_NAME: IMPORT_NAME, 85 C.PI_IMPORT_NAME: IMPORT_NAME,
86 C.PI_MODES: [C.PLUG_MODE_COMPONENT], 86 C.PI_MODES: [C.PLUG_MODE_COMPONENT],
87 C.PI_TYPE: C.PLUG_TYPE_ENTRY_POINT, 87 C.PI_TYPE: C.PLUG_TYPE_ENTRY_POINT,
88 C.PI_PROTOCOLS: [], 88 C.PI_PROTOCOLS: [],
89 C.PI_DEPENDENCIES: [ 89 C.PI_DEPENDENCIES: [
90 "XEP-0060", "XEP-0106", "XEP-0277", "XEP-0329", "XEP-0424", "XEP-0465", 90 "XEP-0060", "XEP-0084", "XEP-0106", "XEP-0277", "XEP-0292", "XEP-0329",
91 "PUBSUB_CACHE", "TEXT_SYNTAXES" 91 "XEP-0424", "XEP-0465", "PUBSUB_CACHE", "TEXT_SYNTAXES", "IDENTITY", "XEP-0054"
92 ], 92 ],
93 C.PI_RECOMMENDATIONS: [], 93 C.PI_RECOMMENDATIONS: [],
94 C.PI_MAIN: "APGateway", 94 C.PI_MAIN: "APGateway",
95 C.PI_HANDLER: C.BOOL_TRUE, 95 C.PI_HANDLER: C.BOOL_TRUE,
96 C.PI_DESCRIPTION: _( 96 C.PI_DESCRIPTION: _(