You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/interfaces/tdeimproxy/TODO

11 lines
390 B

For the future, the following modifications need to be done:
Currently there is a function :
virtual QString presenceString( const QString & uid ) = 0;
This needs to be broken into:
virtual QString presenceString( const QString & uid ) = 0;
virtual QString presenceLongString( const QString & uid ) = 0;
The former returning, say "Away", the latter returning the long away
message.