mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 02:22:05 +01:00
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
This commit is contained in:
parent
01d444ac78
commit
be3b4ae9ef
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ import org.jivesoftware.smackx.packet.StreamInitiation;
|
||||||
* will be sent.
|
* will be sent.
|
||||||
*
|
*
|
||||||
* @author Alexander Wenckus
|
* @author Alexander Wenckus
|
||||||
* @see <a href="http://www.jabber.org/jeps/jep-0096.html">JEP-0096: File Transfer</a>
|
* @see <a href="http://xmpp.org/extensions/xep-0096.html">XEP-0096: SI File Transfer</a>
|
||||||
*/
|
*/
|
||||||
public class FileTransferNegotiator {
|
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
|
* 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.
|
* 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.
|
* Returns the file transfer negotiator related to a particular connection.
|
||||||
|
|
Loading…
Reference in a new issue