mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
[sinttest] Add version to specref for XEP-0045 (section 6)
The test was implemented when version 1.34.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.34.6.
This commit is contained in:
parent
268c298264
commit
f78766ad6e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import org.jxmpp.jid.EntityBareJid;
|
||||||
import org.jxmpp.jid.EntityFullJid;
|
import org.jxmpp.jid.EntityFullJid;
|
||||||
import org.jxmpp.jid.parts.Resourcepart;
|
import org.jxmpp.jid.parts.Resourcepart;
|
||||||
|
|
||||||
@SpecificationReference(document = "XEP-0045")
|
@SpecificationReference(document = "XEP-0045", version = "1.34.6")
|
||||||
public class MultiUserChatEntityIntegrationTest extends AbstractMultiUserChatIntegrationTest {
|
public class MultiUserChatEntityIntegrationTest extends AbstractMultiUserChatIntegrationTest {
|
||||||
|
|
||||||
public MultiUserChatEntityIntegrationTest(SmackIntegrationTestEnvironment environment)
|
public MultiUserChatEntityIntegrationTest(SmackIntegrationTestEnvironment environment)
|
||||||
|
|
Loading…
Reference in a new issue