Questions tagged [ice4j]

Java based implementation of the Interactive Connectivity Establishment (ICE) protocol that would be usable by both SIP and XMPP applications

The Interactive Connectivity Establishment (ICE) protocol combines various NAT traversal utilities such as the STUN and TURN protocols in order to offer a powerful mechanism that allows Offer/Answer based protocols such as SIP and XMPP to traverse NATs.

ice4j provides a Java implementation of the ICE protocol that would be usable by both SIP and XMPP applications. The project also provides features such as socket sharing and support for Pseudo TCP.

16 questions
0
votes
1 answer

Errors in Ice4j Source: Duplicate Methods

I am trying to export Ice4j to a jar file to use in my project, but there is an error and I don't know how to fix it because I have never seen this before and Google has little information about it. I copied the files straight from the svn with no…
putty174
  • 305
  • 5
  • 19
1
2