dylex / slack-libpurple

Slack module for libpurple
GNU General Public License v2.0
275 stars 38 forks source link

slack api updates? #183

Open grimmy opened 12 months ago

grimmy commented 12 months ago

We got a tip in #pidgin on libera today that slack now requires a cookie to be sent with the websocket connection, so I'm just forwarding that here :)

(03:07:35 AM) cwegener: just leaving this here in case anyone is using the slack-libpurple plugin. slack API changed today which potentially requires code changes in the API client. https://github.com/wee-slack/wee-slack/commit/c303a77c5420f2f97306802953d57a9587ba5fd6

kacf commented 12 months ago

This has been fixed on the 2FA credentials branch. Originally I thought this patch (the last one) could be cherry-picked to the main branch, but it looks like it might require the whole branch due to the dependency on the cookie field.