view CHANGELOG @ 72:f271fff3a713

MUC implementation: first draft /!\ the experimental muc branche of wokkel must be used - bridge: new roomJoined signal - wix: contact list widget is now in a separate file, and manage different kinds of presentation - wix: chat window now manage group chat (first draft, not working yet) - wix: constants are now in a separate class, so then can be accessible from everywhere - wix: new menu to join room (do nothing yet, except entering in a test room) - new plugin for xep 0045 (MUC), use wokkel experimental MUC branch - plugins: the profile is now given for get_handler, cause it can be used internally by a plugin (e.g.: xep-0045 plugin)
author Goffi <goffi@goffi.org>
date Sun, 21 Mar 2010 10:28:55 +1100
parents d660d1e5cee4
children b95550704b4f
line wrap: on
line source

v 0.0.2 (10/01/2010):
	- DBus bridge: dynamic exportation of methods (useful for plugins)
	- new doc: INSTALL and CHANGELOG
	- new method to save private data (useful for plugins)
	- disconnection
	- whitespace ping to avoid disconnection when idle
	- presence management refactored, subscription is now managed separatly
	- use of xml params
	- new way to specify default values in params
	- sat is now a twisted application, so it can be deamonized
	- Wokkel integration
	- added some features from Wokkel: disco, software version
	- new account creation (in-band registration): not fully implemented
	- IP for file transfert is now set by default (see README)
	- Gateways management (Wix only for now)
	- VCard support (readonly for now) with avatars/nicks support
	- Wix: easier jid setup
	- Wix: added Tray icon (using Crystal Clear: see README)
	- Wix: new contact list, using avatars and nicknames
	- Wix, Sortilège: better connection/disconnection management (buggy in sortilège)
	- Wix: main frame default size changed

v 0.0.1 (17/05/2009):
	** FIRST PUBLIC RELEASE **