Skip to content

Commit

Permalink
tgalal#3161 pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
bahkadomos committed Apr 27, 2023
1 parent dd47d57 commit 5dd6113
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions yowsup/common/constants.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
class YowConstants:
DOMAIN = "s.whatsapp.net"
ENDPOINTS = (
("e1.whatsapp.net", 443),
("e2.whatsapp.net", 443),
("e3.whatsapp.net", 443),
("e4.whatsapp.net", 443),
("e5.whatsapp.net", 443),
("e6.whatsapp.net", 443),
("e7.whatsapp.net", 443),
("e8.whatsapp.net", 443),
("e9.whatsapp.net", 443),
("e10.whatsapp.net", 443),
("e11.whatsapp.net", 443),
("e12.whatsapp.net", 443),
("e13.whatsapp.net", 443),
("e14.whatsapp.net", 443),
("e15.whatsapp.net", 443),
("e16.whatsapp.net", 443),
)
("chat.cdn.whatsapp.net", 443),
("g.whatsapp.net", 443),
)

WHATSAPP_SERVER = "s.whatsapp.net"
WHATSAPP_GROUP_SERVER = "g.us"
Expand Down

0 comments on commit 5dd6113

Please sign in to comment.