ThomasRgbg / wabridge

Bridge between a WA and a XMPP chat server.
GNU General Public License v3.0
2 stars 0 forks source link

WA Chatroom handling #5

Open ThomasRgbg opened 9 years ago

ThomasRgbg commented 9 years ago

An other limitation, chatrooms are also translated to virtual XMPP users.

To make it even more complicated, on the XMPP side, they are not send directly to the target XMPP user, instead to a echobot, which broadcasts it to the final target user. (This was some idea to share multiple users at one WA account, as long only a WA chatroom is used)

There is MUC on XMPP, but this is not very well supported on some clients, so I use this virtual users instead.