mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-08 20:11:08 +01:00
Rename ELEMENT 'candidate-activated' to 'activated' per XEP-0260
Fixes SMACK-930.
This commit is contained in:
parent
d93fbacc35
commit
ef0fc01505
2 changed files with 3 additions and 2 deletions
|
|
@ -164,7 +164,7 @@ public class JingleS5BTransportTest extends SmackTestSuite {
|
|||
|
||||
String candidateActivated =
|
||||
"<transport xmlns='urn:xmpp:jingle:transports:s5b:1' sid='vj3hs98y'>" +
|
||||
"<candidate-activated cid='hr65dqyd'/>" +
|
||||
"<activated cid='hr65dqyd'/>" +
|
||||
"</transport>";
|
||||
JingleS5BTransport candidateActivatedTransport = new JingleS5BTransportProvider()
|
||||
.parse(TestUtils.getParser(candidateActivated));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue