hartzler / crow

chat client
2 stars 0 forks source link

Crow

crow image

A budding rich media chat client for xmpp/muc.

Project Layout

To run Crow,

./go.sh

Terms

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

Technology

ruby / rake / haml / sass / javascript / coffee / jquery / xulrunner / git / functional programming / html / css / xml / xmpp

Credits

Borrows from / uses the following projects:

Debugging

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.