0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replacing dot in domain name with dash More... over 15 years ago
changed value for domain back to default More... over 15 years ago
minor cleanup, add'l comments More... over 15 years ago
chat client nearly complete, just need to implement 'unsubscribe'. works across ff, ie and webkit More... over 15 years ago
webkit compatible More... over 15 years ago
minor cleanup More... over 15 years ago
now ie6/7 compatible More... over 15 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 15 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 15 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 15 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 15 years ago
another minor tweak to TODO More... over 15 years ago
modification to TODO More... over 15 years ago
initial work on a true chat client built on top of the jquery.bosh lib More... over 15 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... over 15 years ago
packaging w/jquery library to make use of sample client easier More... over 15 years ago
futzing with markdown-style li More... over 15 years ago
modifying setup info links again More... over 15 years ago
modifying setup info links More... over 15 years ago
modifying setup info More... over 15 years ago
making readme a markdown file, adding setup file to help with ejabberd setup More... over 15 years ago
fixing test: to -> domain More... over 15 years ago
fully working sample client now available under example/one-window, will be adding more shortly More... over 15 years ago
renamed post to send so as to confuse w/jQuery's post, added basic layout for sample-client More... over 15 years ago
adding to TODO More... over 15 years ago
two way communication now working. still needs some refactoring and testing More... over 15 years ago
use single quotes More... over 15 years ago
added listen, ingestMessages, tests for Message parser More... over 15 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... over 15 years ago
adding lastResponseText which turns responseXML into plain text More... over 15 years ago