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
The test was originally implemented when version 1.25 of the XEP was the most current version. Later versions of the XEP do significantly modify the specifications, but the test implementation has had continuous changes over time too. This makes it plausible that this implementation matches the current version of the XEP: 1.34.6.
This commit is contained in:
parent
03ee544e0e
commit
9e0f20b748
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import org.jxmpp.jid.EntityBareJid;
|
|||
import org.jxmpp.jid.parts.Resourcepart;
|
||||
import org.jxmpp.stringprep.XmppStringprepException;
|
||||
|
||||
@SpecificationReference(document = "XEP-0045")
|
||||
@SpecificationReference(document = "XEP-0045", version = "1.34.6")
|
||||
public class MultiUserChatIntegrationTest extends AbstractMultiUserChatIntegrationTest {
|
||||
|
||||
public MultiUserChatIntegrationTest(SmackIntegrationTestEnvironment environment)
|
||||
|
|
Loading…
Reference in a new issue