A budding rich media chat client for xmpp/muc.
To run Crow,
./go.sh
account -> jid/host/passwd info session -> xmpp session, has one account friend -> jid + meta info conversation -> a collection of messages with a jid message -> a specific xmpp stanza, aka a blob of text/html
ruby / rake / haml / sass / javascript / coffee / jquery / xulrunner / git / functional programming / html / css / xml / xmpp
Borrows from / uses the following projects:
We are using firebug lite for quick easy debugging. We load firebug lite in to an iframe in the main html file. To access the main code you need to use window.parent.document. I have added a crow jQuery object to short hand this.
We also have lots of logging.