hangups icon indicating copy to clipboard operation
hangups copied to clipboard

New feature: send/attach images to conversations

Open caiobegotti opened this issue 9 years ago • 5 comments

It would be nice to have a way to send/attach images in Hangouts chats, like we normally do with the native client. Or is it already supported, somehow, through a hack?

caiobegotti avatar Mar 21 '15 00:03 caiobegotti

Not supported yet.

However, hangish has a working implementation: https://github.com/rogora/hangish/blob/master/client.cpp#L686

tdryer avatar Mar 21 '15 01:03 tdryer

It seems to be already implemented in this Hangups fork: https://github.com/ShaunOfTheLive/hangups

xmikos avatar Mar 30 '15 13:03 xmikos

Thanks for that info @xmikos! Any idea if this is mergeable any time soon, @tdryer?

caiobegotti avatar Mar 30 '15 14:03 caiobegotti

I can confirm that the ShaunOfTheLife/hangups fork works well with my nylonee/hangupsbot image uploading test. The only issue I see is that text segments that are passed in alongside the imageID are ignored.

nylonee avatar Mar 31 '15 01:03 nylonee

The API for this is implemented now: https://github.com/tdryer/hangups/pull/89. Just missing a proper user interface.

tdryer avatar Apr 05 '15 22:04 tdryer