slack-libpurple icon indicating copy to clipboard operation
slack-libpurple copied to clipboard

Showing images inline in messaging window

Open zoltan-dulac opened this issue 7 years ago • 3 comments

I know this is on the list of thing to do, but I'd like to up-vote it via here. Note that it is not horrible if it's not available right away, since the URLs are now showing up when the image isn't available, which is the way the Slack's XMPP bridge handles it. However, it would be great if it were implemented.

One of things I have noticed with Pidgin plugins that do inline images (i.e. https://bitbucket.org/EionRobb/purple-hangouts) is that sometimes pidgin will crash (rarely, but it happens). Maybe it would be nice to have a way to turn on or off inline images?

zoltan-dulac avatar Nov 29 '17 03:11 zoltan-dulac

Agreed re on/off control as bandwidth may be an issue. Similar, what I would prefer is for it to grab them for me into some predictable place (folder in account setup perhaps) where I can view them locally and keep a copy without manual download. This is particularly important with free accounts as I do this religiously as those files/uploads go away with time as newer content replaces them within the free account limits. I can make a new ticket for this if @dylex or co wants me to. Maybe I could even help, but not right now.

fredcooke avatar May 15 '18 01:05 fredcooke

just joined the world of slack-libpurple, and I'm definitely missing the image support that hangouts has.

And another thumbs up for parsing the smileys, so that I'm not mentally converting ": slightly smiling face :"

akhepcat avatar Dec 20 '18 19:12 akhepcat

Any ideas for how to start? Maybe in slack_attachment_to_html (references api) with cues taken from purple_image_new_from_data (redefined purple_imgstore_add) in purple-hangouts/hangouts_events.c?

WillForan avatar Jan 26 '22 20:01 WillForan