mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
[sinttest] Add version to specref for XEP-0096
The test was implemented when version 1.2 of the XEP was the most current version. Later versions of the XEP do not significantly modify the specifications, making it plausible that this implementation matches the current version of the XEP: 1.3.1.
This commit is contained in:
parent
74614b00f7
commit
973f37996f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import org.igniterealtime.smack.inttest.annotations.SmackIntegrationTest;
|
|||
import org.igniterealtime.smack.inttest.annotations.SpecificationReference;
|
||||
import org.igniterealtime.smack.inttest.util.SimpleResultSyncPoint;
|
||||
|
||||
@SpecificationReference(document = "XEP-0096")
|
||||
@SpecificationReference(document = "XEP-0096", version = "1.3.1")
|
||||
public class FileTransferIntegrationTest extends AbstractSmackIntegrationTest {
|
||||
|
||||
private static final int MAX_FT_DURATION = 360;
|
||||
|
|
Loading…
Reference in a new issue