Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Relay the XMPP parts of a bridge to each other #7

Closed
saqura opened this issue Jul 8, 2016 · 4 comments
Closed

Relay the XMPP parts of a bridge to each other #7

saqura opened this issue Jul 8, 2016 · 4 comments

Comments

@saqura
Copy link
Owner

saqura commented Jul 8, 2016

Currently the XMPP parts of a single bridge don't relay messages between each other. Implementing this could be useful to keep the XMPP parts of a bridge "in sync".

saqura added a commit that referenced this issue Jul 11, 2016
Now the XMPP endpoints of a bridge are also relayed to each other.

See #7.
@saqura
Copy link
Owner Author

saqura commented Jul 11, 2016

This feature is now implemented with commit 54cb9ba in the xmpp-relay branch. I have tested it with a few MUCs and users and it seems to work fine.

@rasos
If you want to test it, you can set up the development version like this:

mkdir xmppwb-dev
cd xmppwb-dev
virtualenv env
source env/bin/activate
pip install --upgrade git+https://github.com/saqura/xmppwb@xmpp-relay
xmppwb -h

@rasos
Copy link

rasos commented Jul 14, 2016

Thank you! The relay extension works fine on our Rocket.Chat test system Version 0.34. We have tested only with normal users, all in the same bridge also receive messages from other xmpp users. We are just transferring it to the production environment.
We have not tested the new relaying feature with MUCs (as MUCs are not supported with the target bridge App IM+ for Windows Phones).

@saqura
Copy link
Owner Author

saqura commented Jul 14, 2016

Thank you for testing it! I will release this feature to PyPi soon then.

@saqura
Copy link
Owner Author

saqura commented Jul 19, 2016

This feature is now released as part of version 0.4.0 on PyPi.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants