ForNeVeR / Kaiwa

A modern XMPP Web client
MIT License
74 stars 13 forks source link

implement stickers #56

Open oxpa opened 9 years ago

oxpa commented 9 years ago

Please, implement sending a predefined list of images with a special select menu. A list of image sets should be defined using a list in a json file or whatever.

An image set is described by it's name, author and unique ID. Image format is PNG with transparency.

An image will exist in several sizes: tiny ico for the menu and three sizes for screens. An image should be chosen using a separate menu in the UI. After the image is chosen it is sent to the other user and is showed without borders or whatever.

A good implementation example is VK stickers.

ForNeVeR commented 9 years ago

Does any XMPP client support that?

oxpa commented 9 years ago

Who knows... but this is 'out of band data' with predefined data, I believe. This be difficult after #55