kensanata / bitlbee-mastodon

A Mastodon plugin for Bitlbee
https://alexschroeder.ch/software/Bitlbee_Mastodon
GNU General Public License v2.0
30 stars 7 forks source link

Websocket support for Pleroma #43

Open kensanata opened 4 years ago

kensanata commented 4 years ago

Right now the websocket response response seems to be wrong so you can no longer connect to Mastodon instances, and we're still connecting to the old streaming URLs so definitely cannot connect to Pleroma instances. Also, Pleroma doesn't handle our OAuth scopes (we're getting an unsupported_grant_type error).

Liberally copying and pasting from bitlbee-discord.

kensanata commented 4 years ago

Check out websockets for some documentation of what I'm trying to do.

kensanata commented 4 years ago

Looks like this part is done! I'm using the websocket branch right now. More testing, more daily use required, of course.

All the testing needs to happen with Mastodon, however!

It still doesn't work for Pleroma because of OAuth issues.

See #37.

kensanata commented 4 years ago

Still unhappy. For the moment, I am back on the master branch, without websockets. If somebody knows how to do it, let me know.