anewusername / mxpp

Bot for bridging Matrix and XMPP
GNU Affero General Public License v3.0
27 stars 4 forks source link

Support for multiple xmpp accounts #11

Closed grafenhofer closed 5 years ago

grafenhofer commented 6 years ago

Support for multiple xmpp accounts would allow to migrate multiple users from xmpp to matrix. For example:

@user1:newmatrixserver.com <---> user1@oldxmppserver.com @user2:newmatrixserver.com <---> user2@oldxmppserver.com etc.

anewusername commented 6 years ago

I usually handle this by running multiple instances of the bot -- is there any use case that isn't handled by doing so?