# HG changeset patch # User Goffi # Date 1631092608 -7200 # Node ID 867a15f0547608d0fe81dac9818e13b608f720be # Parent 760f3ff0509246219e0864b9c71678bd930e9207 plugin XEP-0353: fix plugin modes diff -r 760f3ff05092 -r 867a15f05476 sat/plugins/plugin_xep_0353.py --- a/sat/plugins/plugin_xep_0353.py Wed Sep 08 11:16:35 2021 +0200 +++ b/sat/plugins/plugin_xep_0353.py Wed Sep 08 11:16:48 2021 +0200 @@ -38,7 +38,7 @@ C.PI_NAME: "Jingle Message Initiation", C.PI_IMPORT_NAME: "XEP-0353", C.PI_TYPE: "XEP", - C.PI_MODES: C.PLUG_MODE_CLIENT, + C.PI_MODES: [C.PLUG_MODE_CLIENT], C.PI_PROTOCOLS: ["XEP-0353"], C.PI_DEPENDENCIES: ["XEP-0166"], C.PI_MAIN: "XEP_0353",