whapp-irc icon indicating copy to clipboard operation
whapp-irc copied to clipboard

File sending support

Open saxtorinc opened this issue 6 years ago • 3 comments

How could i send image, video, doc, location audio to user

saxtorinc avatar Feb 03 '19 07:02 saxtorinc

Currently we don't have anything built into the gateway, since IRC doesn't really have a canonical way of sending files to servers. So I wouldn't be sure how to implement it. I recommend just going the old fashioned way and upload your stuff to a server somewhere and just send a link to the other party.

But if there's a nice way of implementing this I would definitely be open to it.

lieuwex avatar Feb 04 '19 16:02 lieuwex

KiwiIRC is solving it this way:

https://github.com/kiwiirc/plugin-fileuploader

poVoq avatar Feb 25 '19 05:02 poVoq

Well sure, that's basically what I use for myself. Definitely not the nicest for nontechnical recipients, but not the worst.

lieuwex avatar Feb 25 '19 12:02 lieuwex