Rasa: XMPP support

Created on 27 May 2018  路  5Comments  路  Source: RasaHQ/rasa

Currently there is facebook, slack, telegram, mattermost and twilio connections.

This is good, however lots of organisations also run XMPP servers. Do you plan to add such a channel?

difficulty help wanted type

Most helpful comment

Funny that a framework for chat bots has all sorts of interfaces to different websites and apps but not for the standard messaging/chat protocol.

All 5 comments

Does XMPP provides an API to integrate their chatroom?

It is possible to access XMPP servers using BOSH protocol.

Multiple python client implementations exists like Sleekxmpp which in my opinion would be better to implement directly as all administrators do not activate BOSH interface. It is only a few lines of python code to create an XMPP client.

If you have the time, feel free to create a PR for it :)

At this point, it would be great for someone to create a connector for this, but would make more sense if it were implemented as its own library and shared on the forum, instead of a new connector in the rasa repository.

Funny that a framework for chat bots has all sorts of interfaces to different websites and apps but not for the standard messaging/chat protocol.

Was this page helpful?
0 / 5 - 0 ratings