ssoper / jquery-bosh

Implementation of a BOSH client using jQuery

This URL has Read+Write access

name age message
file README.md Mon Nov 10 10:22:36 -0800 2008 webkit compatible [ssoper]
file Rakefile Thu Sep 11 14:37:01 -0700 2008 first commit [ssoper]
file SETUP.md Sun Oct 26 14:12:02 -0700 2008 futzing with markdown-style li [ssoper]
file TODO.md Loading commit data...
directory example/
file jquery-1.2.6.js
file jquery.base64.js Thu Sep 11 14:37:01 -0700 2008 first commit [ssoper]
file jquery.bosh.js
directory test/ Sun Nov 09 12:01:34 -0800 2008 now ie6/7 compatible [ssoper]
README.md

Intro

BOSH is a protocol that allows for XMPP over HTTP. This client implementation in jQuery can access a BOSH service.

The current version of the client can login to an XMPP server, send and receive messages and modify a roster.

More info about the spec: http://www.xmpp.org/extensions/xep-0124.html

Tests

Uses the jqUnit test suite. Browse to jquery-bosh/test to run the tests.

Supported Browsers

  • Firefox 2+
  • IE6/7
  • Safari/Google Chrome

Author

sean.soper@gmail.com