Skip to content

Commit

Permalink
Update wxmpp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruradovici committed Jul 18, 2014
1 parent 4743ea5 commit db9db91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxmpp.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function connect()
if(networkConfig.firewall){
connection = new xmpp.Client({jid:networkConfig.jid,password:networkConfig.password,
reconnect:false, preferred:'PLAIN',
websocket: {url: 'wss://wxmpp.wyliodrin.org/ws/server?username='+networkConfig.jid+'&password='+networkConfig.password+'&resource=wyliodrin'}});
websocket: {url: 'wss://wxmpp.wyliodrin.com/ws/server?username='+networkConfig.jid+'&password='+networkConfig.password+'&resource=wyliodrin'}});
}
else
{
Expand Down

0 comments on commit db9db91

Please sign in to comment.