tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.05k stars 2.23k forks source link

Join group with group link #2994

Open humbertorodrigues opened 4 years ago

humbertorodrigues commented 4 years ago

How can I join a group with it link?

yisbug commented 3 years ago

Request:

<iq type="get" id="{{id}}" xmlns="w:g2" to="{{group_jid}}">
  <invite></invite>
</iq>
Whatsapp-Protocol commented 3 years ago

https://github.com/lovethiscode/Gorgeous-Whatsapp/blob/d5d63a23862bcab1e47f60bf53520eeab0c5e11a/Gorgeous/src/main/java/Gorgeous/GorgeousEngine.java#L1114

@humbertorodrigues