Added TODOs for some mailing list remarks.

fix-message-formatting
Danny van Heumen 12 years ago
parent 4d80d859e9
commit 751af053a2

@ -24,6 +24,8 @@
* An implementation of IRC using the irc-api library.
*
* @author Danny van Heumen
*
* TODO Make irc-api OSGi aware.
*/
public class IrcStack
{

@ -88,6 +88,9 @@ protected void initialize(String userID, AccountID accountID)
//Initialize the multi user chat support
multiUserChat = new OperationSetMultiUserChatIrcImpl(this);
// TODO Implement OperationSetPresence in order to support private
// messaging support.
addSupportedOperationSet(
OperationSetMultiUserChat.class,

Loading…
Cancel
Save