Skip to content

Commit

Permalink
Move pseudotcp to its own project (#292)
Browse files Browse the repository at this point in the history
* ref: Remove pseudotcp (moved to jitsi-pseudotcp).
  • Loading branch information
bgrozev authored Oct 7, 2024
1 parent b4c8cd1 commit 816c80b
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 7,839 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ ice4j
=====
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.

This project 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.
This project 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.

ice4j is maintained by the [Jitsi](https://jitsi.org/) community. Use Jitsi's [community forum](https://community.jitsi.org) for questions and discussions.

## Pseudo TCP
The pseudo TCP implementation was moved it its own [project](https://github.com/jitsi/jitsi-pseudotcp).

Thanks
------
Work on this project was graciously funded by the [NLnet Foundation](https://nlnet.nl/). Thank you!
Expand Down
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,21 +359,6 @@
</build>
</profile>

<profile>
<id>run-pseudotcp</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<configuration>
<mainClass>test.IcePseudoTcp</mainClass>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>run-dist</id>
<build>
Expand Down
39 changes: 0 additions & 39 deletions src/main/java/org/ice4j/pseudotcp/EnShutdown.java

This file was deleted.

62 changes: 0 additions & 62 deletions src/main/java/org/ice4j/pseudotcp/IPseudoTcpNotify.java

This file was deleted.

51 changes: 0 additions & 51 deletions src/main/java/org/ice4j/pseudotcp/Option.java

This file was deleted.

Loading

0 comments on commit 816c80b

Please sign in to comment.