diff options
author | Emil Ivov <emcho@jitsi.org> | 2008-07-19 00:29:36 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2008-07-19 00:29:36 +0000 |
commit | 2fd5770d731540df822abdf32fc14174fca733ec (patch) | |
tree | 01071c12c55f14f58b8afe59bc15e5ca25027635 /lib | |
parent | a2491f9b128c6ba28a356c29e3ffc5f3a1b6ea72 (diff) | |
download | jitsi-2fd5770d731540df822abdf32fc14174fca733ec.zip jitsi-2fd5770d731540df822abdf32fc14174fca733ec.tar.gz jitsi-2fd5770d731540df822abdf32fc14174fca733ec.tar.bz2 |
Committing support for early media with 183 session progress messages.
Fixing status index for eXtended aways messages in jabber
Diffstat (limited to 'lib')
-rw-r--r-- | lib/installer-exclude/JainSipApi1.2.jar | bin | 51772 -> 51769 bytes | |||
-rw-r--r-- | lib/installer-exclude/JainSipRi1.2.jar | bin | 512875 -> 523522 bytes | |||
-rw-r--r-- | lib/installer-exclude/nist-sdp-1.0.jar | bin | 116056 -> 122722 bytes | |||
-rw-r--r-- | lib/logging.properties | 6 |
4 files changed, 3 insertions, 3 deletions
diff --git a/lib/installer-exclude/JainSipApi1.2.jar b/lib/installer-exclude/JainSipApi1.2.jar Binary files differindex 05f3b42..7e1126f 100644 --- a/lib/installer-exclude/JainSipApi1.2.jar +++ b/lib/installer-exclude/JainSipApi1.2.jar diff --git a/lib/installer-exclude/JainSipRi1.2.jar b/lib/installer-exclude/JainSipRi1.2.jar Binary files differindex 27be2bc..48d84fe 100644 --- a/lib/installer-exclude/JainSipRi1.2.jar +++ b/lib/installer-exclude/JainSipRi1.2.jar diff --git a/lib/installer-exclude/nist-sdp-1.0.jar b/lib/installer-exclude/nist-sdp-1.0.jar Binary files differindex 7a8b82f..e264639 100644 --- a/lib/installer-exclude/nist-sdp-1.0.jar +++ b/lib/installer-exclude/nist-sdp-1.0.jar diff --git a/lib/logging.properties b/lib/logging.properties index 85b86d0..3a5b31b 100644 --- a/lib/logging.properties +++ b/lib/logging.properties @@ -27,7 +27,7 @@ handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler # can be overriden by a facility specific level # Note that the ConsoleHandler also has a separate level # setting to limit messages printed to the console. -.level= INFO +.level= WARN ############################################################ # Handler specific properties. @@ -39,13 +39,13 @@ java.util.logging.FileHandler.pattern = ./log/sip-communicator%u.log java.util.logging.FileHandler.limit = 5000000 java.util.logging.FileHandler.count = 1 java.util.logging.FileHandler.formatter = net.java.sip.communicator.util.ScLogFormatter -java.util.logging.FileHandler.level = FINEST +java.util.logging.FileHandler.level = INFO # Limit the message that are printed on the console to FINEST and above (all). -java.util.logging.ConsoleHandler.level = FINEST +java.util.logging.ConsoleHandler.level = INFO java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter |