Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support events via sockets with webex sdk #26

Merged
merged 1 commit into from
Jul 11, 2019

Conversation

jpjpjp
Copy link
Contributor

@jpjpjp jpjpjp commented Jun 23, 2019

Webex (formerly ciscospark) javascript SDK now allows applications to register to listen for the message, membership and room events associated with a user via a websocket connection with the webex platform. This approach can be used instead of traditional webhooks.

This feature allows developers who have created bots with node-flint to deploy those bots behind a firewall without requiring that the bot run with a public IP address.

To enable "websocket" mode, simply remove the webhookUrl field from the config object passed to the flint constructor

@nmarus nmarus merged commit da17fd9 into flint-bot:master Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants