ThomasRgbg / wabridge

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

Bad scaling: Use of virtual clients on XMPP #2

Open ThomasRgbg opened 9 years ago

ThomasRgbg commented 9 years ago

For each WA user you want to talk to, a own useraccount on the XMPP server is needed. Maybe instead of using a XMPP client like SleekXMPP, a server implementation could be used and directly talk to the XMPP server via S2S.

ThomasRgbg commented 9 years ago

xmpp_component.py adds now some alternative approach, so that not each WA user needs a own instance of xmpp_user.py