bitlbee / bitlbee-steam

Steam protocol plugin for BitlBee
GNU General Public License v2.0
126 stars 12 forks source link

Is it possible to join a Steam Group chat? #115

Closed roughnecks closed 8 years ago

roughnecks commented 8 years ago

If it's not, do you have any plans on adding that feature?

Thanks.

jgeboski commented 8 years ago

As soon as Steam supports group chats via the Mobile or Web APIs, then this plugin will support such functionality.

roughnecks commented 7 years ago

Sorry to bother you again.

I'm not sure how ASF does it, but it's already able to connect bot instances to Steam Groups Chat... Aren't they using Mobile/Web APIs too?

https://github.com/JustArchi/ArchiSteamFarm

SteamMasterClanID - ulong type with default value of 0. This property is similar to SteamMasterID, but it defines the steamID of the steam group that bot should automatically join, including group chat. You can check steamID of your group by navigating to it's page, then adding /memberslistxml/?xml=1 to the end of the link, so the link will look like this. Then you can get steamID of your group from the result, it's in tag. In above example it would be 103582791440160998. If you don't have any "farm group" for your bots, you should keep it at default.

jgeboski commented 7 years ago

According to the ASF README, it uses SteamKit, which is a reverse engineered .NET library for the actual Steam protocol.

roughnecks commented 7 years ago

I see. Was hoping for better news, but thanks anyway.

Andrewskiz commented 6 years ago

@jgeboski Is it possible that bitlbee-steam could support group chats now that they're supported via the web api? That would be amazing