Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.irc.ProtocolProviderServiceIrcImpl

Packages that use ProtocolProviderServiceIrcImpl
net.java.sip.communicator.impl.protocol.irc   
 

Uses of ProtocolProviderServiceIrcImpl in net.java.sip.communicator.impl.protocol.irc
 

Constructors in net.java.sip.communicator.impl.protocol.irc with parameters of type ProtocolProviderServiceIrcImpl
ChatRoomIrcImpl(String chatRoomName, ProtocolProviderServiceIrcImpl parentProvider)
          Creates an instance of ChatRoomIrcImpl, by specifying the room name and the protocol provider.
ChatRoomIrcImpl(String chatRoomName, ProtocolProviderServiceIrcImpl parentProvider, boolean isPrivate, boolean isSystem)
          Creates an instance of ChatRoomIrcImpl, by specifying the room name, the protocol provider and the isPrivate property.
ChatRoomMemberIrcImpl(ProtocolProviderServiceIrcImpl parentProvider, ChatRoom chatRoom, String contactID, ChatRoomMemberRole chatRoomMemberRole)
          Creates an instance of ChatRoomMemberIrcImpl, by specifying the protocol provider, the corresponding chat room, where this member is joined, the identifier of the contact (the nickname), the login, the host name and finally the role that this contact has in the chat room.
IrcStack(ProtocolProviderServiceIrcImpl parentProvider, String nickname, String login, String version, String finger)
          Creates an instance of IrcStack.
OperationSetMultiUserChatIrcImpl(ProtocolProviderServiceIrcImpl provider)
          Instantiates the user operation set with a currently valid instance of the irc protocol provider.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.