From 7f77fda9db199af267050b96933816e73f3d8a63 Mon Sep 17 00:00:00 2001 From: Daniel Henninger Date: Tue, 15 Jul 2008 03:17:43 +0000 Subject: [PATCH] Patch double committed for some reason. Also cleaned up a couple of pointless warnings. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10674 b35dd754-fafc-0310-a699-88a17e54d16e --- .../jivesoftware/smack/packet/Privacy.java | 2 +- .../smack/proxy/DirectSocketFactory.java | 54 --- .../smack/proxy/HTTPProxySocketFactory.java | 156 -------- .../smack/proxy/ProxyException.java | 29 +- .../jivesoftware/smack/proxy/ProxyInfo.java | 114 ------ .../smack/proxy/Socks4ProxySocketFactory.java | 199 ---------- .../smack/proxy/Socks5ProxySocketFactory.java | 358 ------------------ .../smackx/workgroup/agent/AgentSession.java | 6 +- 8 files changed, 5 insertions(+), 913 deletions(-) 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).