connector = new Y.XMPP().join("testy-xmpp-json3", {syncMode: "syncAll"}); connector.debug = true y = new Y(connector); window.onload = function(){ var textbox = document.getElementById("textfield"); y.observe(function(events){ for(var i=0; i