mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-06 05:01:12 +01:00
[SMACK-215] - Added ICE Types as Enum
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8038 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
b47038b82f
commit
574cdab26f
8 changed files with 54 additions and 36 deletions
|
|
@ -191,7 +191,7 @@ public abstract class JingleTransportProvider implements PacketExtensionProvider
|
|||
}
|
||||
|
||||
if (type != null) {
|
||||
mt.setType(type);
|
||||
mt.setType(ICECandidate.Type.valueOf(type));
|
||||
}
|
||||
|
||||
return new JingleTransport.Ice.Candidate(mt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue