Package: localslackirc / 1.17-1.1+deb12u1

Metadata

Package Version Patches format
localslackirc 1.17-1.1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
authenticate_websocket.patch | (download)

slackclient/client.py | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 send token and cookie when connecting to the websocket as well
 Now slack is requiring those headers to be set on the websocket as well.
 .
 They used to be needed just on the normal REST API calls.
 .
 The patch is a backport from upstream.
 .
 localslackirc (1.17-1.1+deb12u1) bookworm; urgency=medium
 .
   * Backport patch to send authorization and cookie headers to the websocket