| Interface | Description |
|---|---|
| IMConnection |
Represents a connection to an IM-Server.
|
| IMMessageTarget |
A MessageTarget represents a user to send notifications to (like "peter@jabber.org").
|
| IMMessageTargetConverter |
A IMMessageTargetConverter has the responsibility of creating a
IMMessageTarget from a String and back.
|
| Class | Description |
|---|---|
| DefaultIMMessageTarget |
DefaultIMMessageTarget basically is a String, that represents an Im-Account to send messages to.
|
| DefaultIMMessageTargetConverter | |
| GroupChatIMMessageTarget |
DefaultIMMessageTarget basically is a String, that represents an Im-Account to send messages to.
|
| IMPublisher |
The actual Publisher that sends notification-Messages out to the clients.
|
| Enum | Description |
|---|---|
| IMPresence |
Represents the possible (basic) states for an IMConnection's presence
|
| Exception | Description |
|---|---|
| IMException |
Reprsents any kind of protocol-level error that may occur.
|
| IMMessageTargetConversionException |
Signals a conversion Exception from String to IMMessageTarget
|
Copyright © 2004-2013. All Rights Reserved.