]> git.babelmonkeys.de Git - xmppchat.git/log
xmppchat.git
15 years agoReplace static strophejs copy with git submodule
Florian Zeitz [Thu, 11 Dec 2008 20:25:19 +0000 (21:25 +0100)]
Replace static strophejs copy with git submodule

15 years agoFade out Bubbles and handle IQs
Florian Zeitz [Sun, 30 Nov 2008 14:49:08 +0000 (15:49 +0100)]
Fade out Bubbles and handle IQs

* Bubbles now fade out on closing them using the .hide('slow') function
  from jQuery
* IQs are now answered (not fullfilling a SHOULD though)

15 years agoSwitch to strophejs and jquery
Florian Zeitz [Sun, 30 Nov 2008 04:38:02 +0000 (05:38 +0100)]
Switch to strophejs and jquery

* As jsjac never wanted to work in Opera and was hard to use
  switch over to strophejs
* Not sure whether strophejs depends on it, but it's examples all
  include it. Seems a nice library, so start using it => effects \o/

15 years agoSwitch to JsJaC 1.3.1
Florian Zeitz [Tue, 17 Jun 2008 10:44:01 +0000 (12:44 +0200)]
Switch to JsJaC 1.3.1

15 years agoSupport for private messages
Florian Zeitz [Tue, 3 Jun 2008 01:10:20 +0000 (03:10 +0200)]
Support for private messages

This commit adds support for private messages.
Clicking on a roster item opens a "bubble" with which
you can talk to a participant privately.
If a participant sends you a private message such a
bubble is opened too.
Bubbles can be moved and closed.
Moving is known to be problematic in Opera (at least under Linux).
Redrawing seems to be broken.

15 years agoUse english everywhere
Florian Zeitz [Tue, 3 Jun 2008 01:08:56 +0000 (03:08 +0200)]
Use english everywhere

15 years agoMake configuration easier
Florian Zeitz [Mon, 2 Jun 2008 18:47:59 +0000 (20:47 +0200)]
Make configuration easier

15 years agoChange design
Florian Zeitz [Sun, 1 Jun 2008 20:59:23 +0000 (22:59 +0200)]
Change design

Changes:
* Roster now in top left corner
* Matrixy colors
  * black background
  * white font
  * red participant names
  * darkred roster
  * green room messages
* Fixed width of entry and send button (as good as possible)

15 years agoInitial commit
Florian Zeitz [Sun, 1 Jun 2008 14:41:51 +0000 (16:41 +0200)]
Initial commit