mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
[sinttest] Add version to specref for XEP-0080
The test was implemented years after the most current version of the XEP was published, making it plausible that the implementation matches that version of the XEP: 1.9.
This commit is contained in:
parent
973f37996f
commit
cdbc431cdd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import org.igniterealtime.smack.inttest.util.IntegrationTestRosterUtil;
|
|||
import org.igniterealtime.smack.inttest.util.SimpleResultSyncPoint;
|
||||
import org.jxmpp.util.XmppDateTime;
|
||||
|
||||
@SpecificationReference(document = "XEP-0080")
|
||||
@SpecificationReference(document = "XEP-0080", version = "1.9")
|
||||
public class GeolocationIntegrationTest extends AbstractSmackIntegrationTest {
|
||||
|
||||
private final GeoLocationManager glm1;
|
||||
|
|
Loading…
Reference in a new issue