README.md 508 Bytes
Newer Older
bgrozev's avatar
bgrozev committed
1
# jitsi-utils
Boris Grozev's avatar
Boris Grozev committed
2 3 4 5
This project contains a set of basic Java utilities used in Jitsi
projects.

The aim is to reduce the interdependency between the different Jitsi
Ingo Bauersachs's avatar
Ingo Bauersachs committed
6
projects. For example, we used to place code which needed to be shared
Boris Grozev's avatar
Boris Grozev committed
7
between ice4j, libjitsi and jitsi-media-transform in ice4j. This was
Ingo Bauersachs's avatar
Ingo Bauersachs committed
8
not great, because neither libjitsi nor jitsi-media-transform need
Boris Grozev's avatar
Boris Grozev committed
9 10 11 12
to depend on ice4j.

This project's external dependencies should be kept to a minimum, and 
it should NOT depend on any other Jitsi project.