Changeset 319

Show
Ignore:
Timestamp:
06/27/08 01:40:51 (8 weeks ago)
Author:
mario
Message:

xmpp demo connects to server running on mariobalibrera.com

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.5/daemon/orbited/static/demos/xmpp/xmpp.js

    r299 r319  
    146146xmpp.onMessage = onMessage; 
    147147xmpp.onSocketConnect = function() { 
    148     domain = prompt("Domain","localhost"); 
     148    domain = prompt("Domain","marionet"); 
    149149    if (domain) { 
    150150        xmpp.connectServer(domain, connectSuccess, connectFailure); 
     
    152152} 
    153153//// 
    154 // 'localhost' IS A PLACEHOLDER 
    155 xmpp.connect('localhost', 5222); 
    156 // (CHANGE TO ADDRESS OF PHYSICAL MACHINE) 
     154// 'mariobalibrera.com' is the machine running the ejabberd server 
     155xmpp.connect('mariobalibrera.com', 5222); 
    157156//// 
    158157// success / failure callbacks