0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replacing dot in domain name with dash More... over 16 years ago
changed value for domain back to default More... over 16 years ago
minor cleanup, add'l comments More... over 16 years ago
chat client nearly complete, just need to implement 'unsubscribe'. works across ff, ie and webkit More... over 16 years ago
webkit compatible More... over 16 years ago
minor cleanup More... over 16 years ago
now ie6/7 compatible More... over 16 years ago
modified README to include add'l functionality. just to be clear, it still uses jQuery for ajax and dom parsing but does not live in the plugin namespace anymore More... over 16 years ago
complete rewrite of bosh library, now exposes only certain private methods thru privileged methods, modified tests and example clients appropriately. no longer lives in jQuery plugin namespace More... over 16 years ago
sample packaged chat client now supports two-way communication between mutually subscribed buddies. refactored packet ingestion to auto parse name, jid, client and domain More... over 16 years ago
addition to bosh lib of ingestion methods to catch common events like presences. more robust roster functionality. chat client still work in progress but closer More... over 16 years ago
another minor tweak to TODO More... over 16 years ago
modification to TODO More... over 16 years ago
initial work on a true chat client built on top of the jquery.bosh lib More... almost 17 years ago
removed all trace of polling functionality, switched order of domain and cbMsgRecvd arguments in Session.new, added default callbacks for success and failure on send More... almost 17 years ago
packaging w/jquery library to make use of sample client easier More... almost 17 years ago
futzing with markdown-style li More... almost 17 years ago
modifying setup info links again More... almost 17 years ago
modifying setup info links More... almost 17 years ago
modifying setup info More... almost 17 years ago
making readme a markdown file, adding setup file to help with ejabberd setup More... almost 17 years ago
fixing test: to -> domain More... almost 17 years ago
fully working sample client now available under example/one-window, will be adding more shortly More... almost 17 years ago
renamed post to send so as to confuse w/jQuery's post, added basic layout for sample-client More... almost 17 years ago
adding to TODO More... almost 17 years ago
two way communication now working. still needs some refactoring and testing More... almost 17 years ago
use single quotes More... almost 17 years ago
added listen, ingestMessages, tests for Message parser More... almost 17 years ago
moved lastResponseText into bosh.toText( xmlResponse). added Message object, takes a packet and parses a message out. upon login, any waiting messages are put into messageQueue More... almost 17 years ago
adding lastResponseText which turns responseXML into plain text More... almost 17 years ago