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

XMPP Backend #1

Open
1 of 5 tasks
wallabra opened this issue Jul 15, 2021 · 0 comments
Open
1 of 5 tasks

XMPP Backend #1

wallabra opened this issue Jul 15, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@wallabra
Copy link
Owner

wallabra commented Jul 15, 2021

The triarc bot's XMPP backend will, as the name implies, enable triarc bots to also work in the XMPP environment.

This will require a new Backend implementation, complete with its own implementations of MessageProxy, UserProxy and ChannelProxy (MUCs?), and a Messageable implementation. Like with IRC, we may be fine with just one Messageable implementation for user and channel addresses alike, as they are both interchangeable; here, it's because they're both addresses of some sort.

  • Implement basic backend types (including Messageable and proxy types)
  • Basic XMPP connection ability
  • Start and stop handlers; finish abstract Backend methods
  • Expose some functonality with MessageProxy, UserProxy, ChannelProxy, Messageable
  • (after config) Test using the pingbot example
@wallabra wallabra added the enhancement New feature or request label Jul 15, 2021
@wallabra wallabra added this to the Release 1.0.0 milestone Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant