xmpp.js: Set connection timeout to 0 to disable it (thanks pkrumins) default tip

README.markdown: Add info about required Node version (Node is a moving target, lotsa fun)

xmpp.js: Clearer logging to show calculated auth token

Making node-xml into a submodule. Gosh I hope I know what I'm doing.

Cleaning up and documenting some changes.

Adding node-xml.js by Rob Righter. Fixing up xmpp.js to work for me. Can't say exactly what all was wrong, other than apparent changes in the node.js TCP API.

examples/echo.js: Add example echo component

Add COPYING file, and add copyright header to xmpp.js reflecting the license

README.markdown: Add the missing URLs

Add README.markdown

Add stanza.getAttribute() method

Add sendIQ() method

Match and fire handler callbacks for incoming stanzas

Add addHandler() method

Add getUniqueId() method

Strip default stream namespace from stanza objects

Add stanza.getText() to retrieve all text nodes joined as a string

Add stanza.getChild(name, xmlns) method to mirror Prosody's API

Escape '

Initial commit, hello world!

(0) tip

mercurial