Disabling all encryption

How can I disable all encryption on my wildfire server? I want the clients to only connect without encryption. We use monitoring software and that’s the only way we can monitor IM conversations.

How can I disable all encryption on my wildfire server?

Do you mean normal SSL/TLS encryption? Then that should not be necessary. Everything you need is an Openfire Plugin that logs all packets. Just implement the packet interceptor interface.

Or do you mean real end2end encryption using OpenPGP or OTR. I think there is no way to do this, a user could always send the encrypted message code instead of a normal message. Maybe it is possible to suppress usage of XEP-0027, but I don’t think that would be conform to the XMPP protocol.

Coolcat