TODO list
This is the TODO list with various things we want implemented.
The priority is descending from top to bottom.
Finding out some of the protocol
The protocol for yahoo messenger seems to be proprietary
- finding how to log in
- is there any encryption envolved ?
- how to get the "buddy list"
authentication scheme code
src1
protocol described in 2004
Constructing a configuration file
It's very obvious why this is very URGENT!!!
This is very important because we can have multiple configuration
on various computers while developing.
If one sets constants in a source file the client will end up beeing
compiled with those constant values.
Links describing a library wich will be used for this:
article1 article2
Constructing a graphical interface
A very simple interface in Qt.