[httpupload] Make sure httpupload is last

Else it could happen that we add the oob tag to a message
that gets later encrypted
This commit is contained in:
Philipp Hörist
2017-04-06 17:35:56 +02:00
parent 8f0c6a6b77
commit bd4cdf8fae

View File

@@ -62,9 +62,9 @@ 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),
'gc-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 = {