public
Description: Implementation of a BOSH client using jQuery
Homepage:
Clone URL: git://github.com/ssoper/jquery-bosh.git
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 [Sean Soper]
file SETUP.md Sun Oct 26 14:12:02 -0700 2008 futzing with markdown-style li [ssoper]
file TODO.md Mon Nov 10 10:22:36 -0800 2008 webkit compatible [ssoper]
directory example/ Thu Nov 13 21:23:03 -0800 2008 replacing dot in domain name with dash [ssoper]
file jquery-1.2.6.js Sun Oct 26 14:14:00 -0700 2008 packaging w/jquery library to make use of sampl... [ssoper]
file jquery.base64.js Thu Sep 11 14:37:01 -0700 2008 first commit [Sean Soper]
file jquery.bosh.js Wed Nov 12 20:28:05 -0800 2008 minor cleanup, add'l comments [ssoper]
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