README 2.2 KB

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