Author Topic: Support for Discord (discord.gg / discordapp.com ) "added"  (Read 6126 times)

0 Members and 1 Guest are viewing this topic.

Offline Vulpix

Hi!

It'd be pretty cool if we could support Discord - at least its chat counterpart for now. It's somewhat like an IRC+teamspeak in one, using html5 / websocket. They have a well-documented api: https://discordapp.com/developers/docs/reference and https://discordapp.com/developers/docs/topics/gateway#gateways ).

I had a chat and it probably can be done but our normal model won't work since it uses "WebSocket" api, rather than just a web/rest api.

Any dev interested in this? :3

https://miranda-ng.uservoice.com/forums/250387-general/suggestions/15656175-discord-support Uservoice post
 

Offline AnrDaemon

Support for Discord (discord.gg / discordapp.com ) "added"
« Reply #1 on: 14 08 2016, 16:41:25 »
In other words, it'd need an adapter that translate WS push to normal pull API?
 

Offline Vulpix

Support for Discord (discord.gg / discordapp.com ) "added"
« Reply #2 on: 14 08 2016, 19:46:13 »
Or a websocket library in c++. Totally unrelated random link but something like this for example: https://github.com/zaphoyd/websocketpp :3
 

Offline Vulpix

Support for Discord (discord.gg / discordapp.com ) "added"
« Reply #3 on: 16 02 2017, 21:59:22 »
Discord support is pretty much finished with some minor things left to be ironed out. Mods, pls lock this topic / mark as "added"

For those interested, the request and its current state can be found here: https://github.com/miranda-ng/miranda-ng/issues/629