Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim-plugins
Commits
8f0c6a6b
Commit
8f0c6a6b
authored
Apr 06, 2017
by
Philipp Hörist
Browse files
[httpupload] Add url oob tag also in groupchat
parent
50fc495f
Changes
1
Hide whitespace changes
Inline
Side-by-side
httpupload/httpupload.py
View file @
8f0c6a6b
...
...
@@ -63,6 +63,8 @@ class HttpuploadPlugin(GajimPlugin):
ged
.
PRECORE
,
self
.
handle_agent_info_received
),
'stanza-message-outgoing'
:
(
ged
.
PRECORE
,
self
.
handle_outgoing_stanza
),
'gc-stanza-message-outgoing'
:
(
ged
.
PRECORE
,
self
.
handle_outgoing_stanza
),
'raw-iq-received'
:
(
ged
.
PRECORE
,
self
.
handle_iq_received
)}
self
.
gui_extension_points
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment