EionRobb / purple-rocketchat

Rocket.Chat Plugin for libpurple
GNU General Public License v3.0
21 stars 2 forks source link

How to join a private group/channel #13

Open stoehrm5 opened 3 years ago

stoehrm5 commented 3 years ago

I was able to setup pidgin + rocket chat successfully.

What works:

What does not work:

Is this possible at all or did I just not find the documentation?

lproven commented 3 years ago

I have the same issue.

bbrauns commented 3 years ago

It seems that you have to specify the rocket.chat roomid like Llm5D2wEtbcxBLZmp on the join chat dialog. Unfortunately the roomid is only visible via mongodb queries

Mi-La commented 3 years ago

I tried to create private channel just for myself via webapp and then I was able to join via Pidgin just by writing the channel name to field in "add chat". Also make sure that you choose RC account in case you have multiple accounts in the "add chat" dialog.

lazyest commented 3 years ago

need some solution here too :(

lazyest commented 3 years ago

I found the possible way to get room_id but its not helping me you can download user data in profile and in zip-file there will be a channels.json Please confirm if someone get a result with.

arabusov commented 3 years ago

@lazyest Hello, for me it works fine. I add a chat in the main menu, and specify only room ID without room name --- it is obtained automatically

lazyest commented 3 years ago

Yeah, me too ;) So I think this can be described as an official way of doing this. Or maybe its possible to do some more easy way in future.