GreaterMKEMeetup / slack-integrations-core

0 stars 1 forks source link

Implement RTM Interface #9

Open aglassman opened 6 years ago

aglassman commented 6 years ago

Implement the RTM package to allow users to connect to the Slack RTM service. Implement using javax websockets. Don't put a compile time dependency on any specific websocket container. Allow user of library to specify which websocket container they will use at runtime.

https://api.slack.com/rtm

aglassman commented 6 years ago

Experimental RTM API released in v1.1.0