Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Feature requests => Topic started by: Vulpix on 14 08 2016, 14:51:54

Title: Support for Discord (discord.gg / discordapp.com ) "added"
Post by: Vulpix on 14 08 2016, 14:51:54
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
Title: Support for Discord (discord.gg / discordapp.com ) "added"
Post by: AnrDaemon on 14 08 2016, 16:41:25
In other words, it'd need an adapter that translate WS push to normal pull API?
Title: Support for Discord (discord.gg / discordapp.com ) "added"
Post by: Vulpix 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
Title: Support for Discord (discord.gg / discordapp.com ) "added"
Post by: Vulpix 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