TODO for 0.8.2 - go over all code, convert to new format.

rename some classes, move into new files:
To be developed:
S10nInterface - S10nRequestDlg (for "re-request subscription")
ContactsInterface - ContactsReceiveDlg, ContactsSendDlg
IgnoreInterface - IgnoreDlg



Key:
DONE (version) - version number this feature first appears in
?? - Should we even implement this? Will it be possible
* item0
	* item1 - item1 requires item0 be completed

TODO for 0.9.0

	* better error handling
		* Create an ErrorViews.cc which handles every single error
		  we can think of, including a default errorview if Gabber
		  has no clue about the error.
		* ?? Possibly create ErrorManager to do the initial error check
		  and then hand off to the appropriate ErrorView?
		* if trying to send something to a user on a transport which 
		  is down, warn them instead of waiting for an error 
		  server-side
	* jids should NOT be case sensitive
		* many issues still in jabberoo
		* looking up JIDs in the presenceDB shouldn't be case sensitive
		* perhaps make all jids lowercase when being added
		* related, remove spaces automagically in usernames in add 
		  user druid
		* also possibly change @'s in usernames to %
	* ?? XML Configuration (bigdave)
	* DONE (0.8.1) Autoreconnect when disconnected (konrad)
	* DONE (0.8.1) GnuPG support (brandon2)
	* DONE (0.8.1) Sound support (julian)
	* Headline support
	* Go over all code and convert to the new style
	* DONE (0.8.1) SSL support (konrad)
	* better Transmitter error handling and more descriptive error 
	  messages (konrad)
	* Receive files using gnome-vfs (julian)
	* SOCKS and HTTP-Proxy (at least a theoretical solution) (konrad)
	* DONE (0.8.1) Drag and Drop (DnD) roster items
		* Support to drag users to/from Evolution (julian will work 
		  with clahey)
		* Ignore list
		* ?? Send to multiple users
		* Group Chat Invitation
		* Send (Multiple) roster items
		* (DONE 0.8.1) Reorganizing Roster (brandon2)
	* ?? Top-level unified group editor, instead of editing groups on a 
	  per user basis
	* Auto-away
	* Send/Recv URLs (jabber:x:oob)
	* Specialized handling of IRC in group chat win (julian)

