Open ThomasRgbg opened 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.
xmpp_component.py adds now some alternative approach, so that not each WA user needs a own instance of xmpp_user.py
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.