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