README.markdown

changeset 18
06abd01c13cb
parent 11
080d81e07112
equal deleted inserted replaced
17:701b83c8b687 18:06abd01c13cb
24 your stanzas, many servers don't even enforce that the originating domain of the stanza is the 24 your stanzas, many servers don't even enforce that the originating domain of the stanza is the
25 component's domain, allowing you to send stanzas on behalf of any user on the server. 25 component's domain, allowing you to send stanzas on behalf of any user on the server.
26 26
27 ### Getting started 27 ### Getting started
28 Firstly, you'll need Node installed if you haven't it already, this is fairly straightforward - 28 Firstly, you'll need Node installed if you haven't it already, this is fairly straightforward -
29 [instructions are here](http://nodejs.org/#build). 29 [instructions are here](http://nodejs.org/#build). xmpp.js is confirmed to work with version
30 0.1.30 (2010.02.22).
30 31
31 Check out the source xmpp.js code, from either the 32 Check out the source xmpp.js code, from either the
32 [Mercurial repository](http://code.matthewwild.co.uk/xmppjs/) or 33 [Mercurial repository](http://code.matthewwild.co.uk/xmppjs/) or
33 [Github project](http://github.com/mwild1/xmppjs). 34 [Github project](http://github.com/mwild1/xmppjs).
34 35

mercurial