Skip to content
Snippets Groups Projects
Commit 8cd2c5c9 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

[httpupload] Make sure httpupload is last

The oob tag is only added when a body tag exists with the same content. (means not unencrypted)
If any encryption plugin is active, there should be no cleartext body.
So no oob tag is added to encrypted messages.

This patch exists only for the OTR plugin.
parent ec373e4b
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class HttpuploadPlugin(GajimPlugin):
'agent-info-received': (
ged.PRECORE, self.handle_agent_info_received),
'stanza-message-outgoing': (
ged.PRECORE, self.handle_outgoing_stanza),
99, self.handle_outgoing_stanza),
'raw-iq-received': (
ged.PRECORE, self.handle_iq_received)}
self.gui_extension_points = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment