protonscr

Steam Group Chat IRC support

steamopen Feature Requestreviewed
ValveSoftware/steam-for-linux#152 · opened 2012-12-20 by Hadlock · updated 2019-07-30 · 10 comments · github
HHadlock 2012-12-20 github

Steam Group chat can neither connect to an external IRC channel or allow IRC clients to connect to it. One or the other would be great, as nobody even knows what mIRC is these days, and you keep breaking my steam chat bot (search ChewieBot) with your updates. Connecting steam events with IRC would really help build online gaming communities, particularly around popular Steamworks games on Something Awful.

Ddsocolobsky 2012-12-20 github

You mean an IRC client via Steam In-Game overlay ?
I have been waiting that for years.

HHadlock 2012-12-20 github

Any sort of IRC support would be a huge improvement. The linux crowd would warm to this immensely.

?ghost 2012-12-22 github

Yes please.

MMajkl578 2012-12-22 github

I'm not sure if this request is relevant. Steam uses its proprietary protocol for instant messaging, so this request seems (to me) more like asking "Valve, please use XMPP instead of your own closed protocol for IM." (although that would be awesome!).

BBenguin 2012-12-25 github

I'd love irc support. Gimmie irc support.

Ddsocolobsky 2012-12-26 github

@Majkl578 Not necessarily, Valve could keep using it's protocol for IM but also allow IRC protocol to connect to IRC servers.

HHadlock 2012-12-26 github

The internet uses it's own open protocol (HTTP) yet they included a web browser in the overlay. Steam group chat is a huge plus for communities, but it's badly implemented and in addition it is difficult to overcome the huge inertia that IRC has.

Kkaleissin 2012-12-27 github

Internet != http. http etc. runs on top of the internet, together with irc, xmpp, email, whatev'.

For what it's worth, the thing with IRC is that the groups are primary, direct messages to a person secondary. AFAIK all other IM-y protocols has it the other way around.

?ghost 2012-12-27 github

Not really, in IRC protocol it doesn't matter - same command ("PRIVMSG target :message") is used for talking to both channels and users. What is "primary" and "secondary" depends on what client software you use.

HHelixSpiral 2013-01-22 github

This is also something I would also like.

Here's a link to help: IRC RFC 1459

And here's a link to the IRCv3 stuff, it would be wise to take at least a quick glance at some of the stuff before working on a basic client for steam: IRCv3

Nothing extracted yet.