diff --git a/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java b/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java index 295ba203c..cd49af68e 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java @@ -108,30 +108,6 @@ public final class SmackConfiguration { return SmackInitialization.SMACK_VERSION; } - /** - * Returns the number of milliseconds to wait for a response from - * the server. The default value is 5000 ms. - * - * @return the milliseconds to wait for a response from the server - * @deprecated use {@link #getDefaultReplyTimeout()} instead. - */ - @Deprecated - public static int getDefaultPacketReplyTimeout() { - return getDefaultReplyTimeout(); - } - - /** - * Sets the number of milliseconds to wait for a response from - * the server. - * - * @param timeout the milliseconds to wait for a response from the server - * @deprecated use {@link #setDefaultReplyTimeout(int)} instead. - */ - @Deprecated - public static void setDefaultPacketReplyTimeout(int timeout) { - setDefaultReplyTimeout(timeout); - } - /** * Returns the number of milliseconds to wait for a response from * the server. The default value is 5000 ms.