1
0
Fork 0
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:
Thiago Camargo 2007-04-16 15:44:55 +00:00 committed by thiago
parent b47038b82f
commit 574cdab26f
8 changed files with 54 additions and 36 deletions

View file

@ -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);