Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.rad0.net/repos/rad/xmpp/strophejs-pubsub-demo@22993 4f02d5a8-cb4b-4bb5-80e5-e6ac929fdd9a
  • Loading branch information
duncan.robertson committed Nov 23, 2010
1 parent 7308b48 commit d580ed8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -13,7 +13,8 @@ messages and display them on their screen.
Browser Support
---------------

You need a modern browser. This code has been tested in:
You need a modern browser for the [CORS](http://www.w3.org/TR/cors/) support.
This code has been tested in:

* Google Chrome
* Safari 4+
Expand All @@ -26,8 +27,8 @@ Strophe

This demo uses the wonderful Strophe.js to do all the clever stuff.

[strophe.js](https://github.com/metajack/strophejs)
[strophe.pubsub.js](https://github.com/metajack/strophejs)
* [strophe.js](https://github.com/metajack/strophejs)
* [strophe.pubsub.js](https://github.com/metajack/strophejs)

minimized versions of both are included, but for the latest versions
and more information, visit the links above.
Expand All @@ -36,8 +37,8 @@ Setup
-----

You also need a running XMPP server and BOSH connection manager. [Ejabberd](http://www.ejabberd.im/)
is a popular XMPP server and latest versions comes with BOSH support
baked in and enabled by default.
is a popular XMPP server and latest versions (2.1.3+) comes with BOSH and
CORS support baked in and enabled by default.

I have added installation instructions for Ejabberd on Centos 5.5 in
the /docs directory. If you have similar instructions for other setups
Expand Down

0 comments on commit d580ed8

Please sign in to comment.