Skip to content

Commit

Permalink
wgc_constants: fix XMPP domains for non-CIS realms
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill committed Jan 3, 2020
1 parent 6e4f4ba commit 4763196
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 @@ -33,17 +33,17 @@ class WGCAuthorizationResult(Enum):
'domain': 'wot-ru.loc',
},
'EU' : {
'host' : 'woteu.xmpp.wargaming.net',
'host' : 'woteu34.xmpp.wargaming.net',
'port' : 5222,
'domain': 'wot-eu.loc',
},
'NA' : {
'host' : 'wotna.xmpp.wargaming.net',
'host' : 'wotna34.xmpp.wargaming.net',
'port' : 5222,
'domain': 'wot-na.loc',
},
'ASIA' : {
'host' : 'wotasia.xmpp.wargaming.net',
'host' : 'wotasia34.xmpp.wargaming.net',
'port' : 5222,
'domain': 'wot-asia.loc',
}
Expand Down

0 comments on commit 4763196

Please sign in to comment.