From be3b4ae9ef1e84ed565d83b2da6ab07383b4fc9d Mon Sep 17 00:00:00 2001 From: rcollier Date: Mon, 19 Dec 2011 15:45:24 +0000 Subject: [PATCH] Updated url in javadoc. Changed from jabber to xmpp. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12919 b35dd754-fafc-0310-a699-88a17e54d16e --- .../smackx/filetransfer/FileTransferNegotiator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java b/source/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java index 2d65cc7e4..290d69cfe 100644 --- a/source/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java +++ b/source/org/jivesoftware/smackx/filetransfer/FileTransferNegotiator.java @@ -52,7 +52,7 @@ import org.jivesoftware.smackx.packet.StreamInitiation; * will be sent. * * @author Alexander Wenckus - * @see JEP-0096: File Transfer + * @see XEP-0096: SI File Transfer */ public class FileTransferNegotiator { @@ -76,7 +76,7 @@ public class FileTransferNegotiator { * set this variable to true for testing purposes as IBB is the backup file transfer method * and shouldn't be used as the only transfer method in production systems. */ - public static boolean IBB_ONLY = false; + public static boolean IBB_ONLY = (System.getProperty("ibb") != null);//true; /** * Returns the file transfer negotiator related to a particular connection.