aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/lib
AgeCommit message (Collapse)Author
2011-03-31Basic chat feature, crudely stripped down from Moffit's book.Zaran
2011-03-27Basic tab system and design :Zaran
* clicking on a contact creates a tab containing chat layout
2011-03-26Use cleaner live event binding for roster contacts (to avoid bindingZaran
the click event each time a contact is inserted).
2011-02-09Feeble attempt to try to start to organize the js codeZaran
2011-01-29Retrieve both the key and perm at the same time for performance reason.Zaran
Also make the key a subitem (instead of an attribute) of the result stanza.
2011-01-22Add the unminified version of sjclGuillaume Horel
2011-01-22Import of the Stanford javascript crypto libraryGuillaume Horel
2011-01-20Client : when clicking on a name in the contact list, query the contentThibaut Horel
of its home node and display it. This is the first complete chain : alias client -> alias component -> alias client
2011-01-17Add jQuery UI. Change connect system to use a dialog (it's just aThibaut Horel
test, of course not definitive design).
2011-01-17Add field to filter the roster.Zaran
2011-01-17Add presence management (change contact display in roster onZaran
each presence stanza)
2011-01-15* Add basic stylesheetZaran
* Make xmpp console hide/show system * Better roster fetching
2011-01-02Get the roster when connected.Thibaut Horel
2010-12-31Cleanup of repository. Bases of webclient.Thibaut Horel
* remove sleekxmpp (install guideline in server/README) * move server code to server directory * webclient directory with basic strophejs example