How to disallowed client to enable encrypt conversation Icon

Hi All,

Can you help, how can i disable message encryption.

spark.jpg

Thanks!

Siv

To force users not to use or install this plugin you will have to modify default.properties file (Spark default.properties guide (updated) )

INSTALL_PLUGINS_DISABLED = true

PLUGIN_BLACKLIST = OTR Plugin

Then you will have to replace /lib/spark.jar with a modified one for all your users. And you will have to do this after every Spark update.

Hi Sir,

cant find the default.properties where it is exactly located.

Thanks!

b) By editing the spark.jar in your installation folder. Go to C:/Programs/Spark/lib/spark.jar and open it with any Archive-program (like 7z). Then navigate to /org/jivesoftware/resource/default.properties

Got it! Many thanks!