diff --git a/source/org/jivesoftware/smack/packet/Privacy.java b/source/org/jivesoftware/smack/packet/Privacy.java index ce9019401..e3c97b9b4 100644 --- a/source/org/jivesoftware/smack/packet/Privacy.java +++ b/source/org/jivesoftware/smack/packet/Privacy.java @@ -26,7 +26,7 @@ import java.util.*; * and {@link org.jivesoftware.smack.provider.PrivacyProvider} to allow and block * communications from other users. It contains the appropriate structure to suit * user-defined privacy lists. Different configured Privacy packages are used in the - * Server – Manager communication in order to: + * server & manager communication in order to: * @@ -323,7 +323,7 @@ public class AgentSession { *

*

  • Presence.Mode.AVAILABLE -- (Default) the agent is available for more chats * (equivalent to Presence.Mode.CHAT). - *
  • Presence.Mode.DO_NOT_DISTURB -– the agent is busy and should not be disturbed. + *
  • Presence.Mode.DO_NOT_DISTURB -- the agent is busy and should not be disturbed. * However, special case, or extreme urgency chats may still be offered to the agent. *
  • Presence.Mode.AWAY -- the agent is not available and should not * have a chat routed to them (equivalent to Presence.Mode.EXTENDED_AWAY). @@ -386,7 +386,7 @@ public class AgentSession { *

    *

  • Presence.Mode.AVAILABLE -- (Default) the agent is available for more chats * (equivalent to Presence.Mode.CHAT). - *
  • Presence.Mode.DO_NOT_DISTURB -– the agent is busy and should not be disturbed. + *
  • Presence.Mode.DO_NOT_DISTURB -- the agent is busy and should not be disturbed. * However, special case, or extreme urgency chats may still be offered to the agent. *
  • Presence.Mode.AWAY -- the agent is not available and should not * have a chat routed to them (equivalent to Presence.Mode.EXTENDED_AWAY).