source: Dev/trunk/src/client/dojox/xmpp/README @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 2.2 KB
Line 
1-------------------------------------------------------------------------------
2DojoX XMPP (Jabber Client)
3-------------------------------------------------------------------------------
4Version .9
5Release date: 07/05/2008
6-------------------------------------------------------------------------------
7Project state:  experimental
8-------------------------------------------------------------------------------
9[   ]   l18n support?
10[   ]   a11y support?
11-------------------------------------------------------------------------------
12Credits
13        Dustin Machi
14        Jason Cline
15        Revin Guillen
16        Mike Wilcox - updates
17-------------------------------------------------------------------------------
18Project description
19
20XMPP Service implementation in pure javascript. Uses BOSH and works cross
21domain.
22-------------------------------------------------------------------------------
23Dependencies:
24
25Dojo Core
26-------------------------------------------------------------------------------
27Documentation
28
29FIXME
30-------------------------------------------------------------------------------
31Installation instructions
32
33To use the XMPP test, you should have the appropriate server installed on your
34machine. We reccomend Openfire, a real time collaboration server licensed under
35the Open Source GPL.:
36http://www.igniterealtime.org/projects/openfire/index.jsp
37
38It's very easy to install. Download the version for your machine and launch the installer.
39After installation is complete, server settings are made at:
40http://127.0.0.1:9090/index.jsp
41
42The settings for the most part are those that suggest the easiest for setup. The main setting
43you need to notice is HTTP Binding. This needs to be enabled at port 7070. Also enable
44Script Syntax for BOSH clients.
45
46Next go to the top tabs to Users/Groups and create a user or two. It gives you the option to make
47a user the Admin - this will overwrite the current Admin.
48
49Now you can launch test_xmppService.html. In the login, use the user ID and password from one of
50the users you just created. I used my computer name for Domain, but I'm not sure what this does.
51Finally, in HTTP-Bind URL, use the address for Openfire, with the HTTP Bind port of 7070:
52http://127.0.0.1:7070/http-bind/
53
54You can open another tab in Firefox and log in as a second user.
55
Note: See TracBrowser for help on using the repository browser.