Skip to content

Commit

Permalink
wgc/constants: fix XMPP for non-EU realms
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill committed Feb 29, 2020
1 parent 328c3cb commit 4f6f8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wgc/wgc_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ class WGCAuthorizationResult(Enum):
'EU' : {
'host' : 'woteu34.xmpp.wargaming.net',
'port' : 5222,
'domain': 'wot-eu.loc',
'domain': 'c2s.xmpp-wot-eu.wargaming.net',
},
'NA' : {
'host' : 'wotna34.xmpp.wargaming.net',
'port' : 5222,
'domain': 'wot-na.loc',
'domain': 'c2s.xmpp-wot-na.wargaming.net',
},
'ASIA' : {
'host' : 'wotasia34.xmpp.wargaming.net',
'port' : 5222,
'domain': 'wot-asia.loc',
'domain': 'c2s.wotasia.xmpp.wargaming.net',
}
}
}
Expand Down

0 comments on commit 4f6f8a1

Please sign in to comment.