diff options
-rw-r--r-- | gajim-plugin/httpupload/httpupload.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim-plugin/httpupload/httpupload.py b/gajim-plugin/httpupload/httpupload.py index b2bb3fc..33197fa 100644 --- a/gajim-plugin/httpupload/httpupload.py +++ b/gajim-plugin/httpupload/httpupload.py @@ -548,6 +548,7 @@ class Base(object): name="content-type", ) content_type.addData(mime_type) + request.setAttr("recipient", self.chat_control.contact.jid) # send slot request and register callback log.debug("sending httpupload slot request iq...") |