aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/netaddr
Commit message (Collapse)AuthorAgeFilesLines
* Fix default values for jabber connection (stun auto-discover and jingle ↵Damian Minkov2011-01-051-1/+2
| | | | | | | nodes if account props are missing) to reflect default values when creating account. Add option to change source when sending generic jabber notifications. Ignore time for querying network devices when checking for changes in network config.
* Update ice4j.jar that now supports UPnP candidates harvesting. Note that ↵Sebastien Vincent2010-12-212-0/+15
| | | | UPnP is not enabled by default for the moment (it can be enabled in the advanced tab of your Jabber account).
* Initial support for Jingle Nodes. Please note that this feature is disabled ↵Sebastien Vincent2010-12-101-0/+3
| | | | by default.
* Implement packet logging for ice4j.Damian Minkov2010-12-074-1/+94
|
* Remove import of non-existing packageWerner Dittmann2010-10-181-1/+0
|
* Initial commit to support provisioning. It provides the DHCP provisioning ↵Sebastien Vincent2010-09-291-1/+0
| | | | discovery method, the provisioning URL can also be retrieved from configuration.
* Add getHardwareAddress to the NetworkAddress service that wraps ↵Sebastien Vincent2010-09-222-10/+93
| | | | NetworkInterface.getHardwareAddress if it exists otherwise via a JNI.
* Patches work on the jingle ICE integration so that I could commit it and let ↵Emil Ivov2010-09-191-1/+2
| | | | others continue.
* ICE integration for XMPP accounts (Work in progress)Emil Ivov2010-09-191-1/+2
|
* ICE integration for XMPP accounts (Work in progress)Emil Ivov2010-09-191-3/+7
|
* ICE integration for XMPP accountsEmil Ivov2010-09-191-3/+3
|
* ICE integration for XMPP accountsEmil Ivov2010-09-191-8/+46
|
* ICE integration for XMPP accountsEmil Ivov2010-09-191-15/+34
|
* Added STUN server discovery to the network address managerEmil Ivov2010-09-191-0/+59
|
* Modifies the STUN form in the XMPP wizard so that it would use a share STUN ↵Emil Ivov2010-09-191-3/+1
| | | | server descriptor
* Removes stun4j and the SC components that are using it so that we can now ↵Emil Ivov2010-09-1910-2033/+37
| | | | introduce ice4j
* fixed a NPE when localHost was not retrievedMatthieu Casanova2010-08-111-2/+13
|
* Compare JMF formats instead of MediaFormats. Create VideoMediaFormatImpl ↵Sebastien Vincent2010-06-181-7/+7
| | | | with format parameters from SDP.
* Add standby detection and handling in reconnect plugin. Fix some more root ↵Damian Minkov2010-06-141-1/+35
| | | | group contacts handling in SIP protocol.
* Fix logger usage - fifth bunch.Werner Dittmann2010-06-033-25/+50
|
* Adds and activates reconnect plugin. Some fixes to protocols in order to ↵Damian Minkov2010-05-173-0/+347
| | | | work with the plungin (removing all tries to reconnect as they are now controlled from outside).
* Cleanup some left-overs of PropertyChange event handling.Werner Dittmann2010-05-161-5/+5
| | | | | | Modified some files to use SC ConfigPropertyVetoException (see also the comment/modifications at revision 6978). The ConfigPropertyVetoException extends RuntimeException, not Exception as the standard PropertyVetoException.
* Cleanup PropertyChangeEvent stuffWerner Dittmann2010-04-091-1/+1
| | | | | | | | Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from SC and removes ambiguities with respect to PropertyChangeEvent handling. Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception (intentionally) to simplify handling.
* Commits the refactorying of OSUtils contributed by Sebastien Vicent which ↵Lyubomir Marinov2009-12-091-1/+1
| | | | uses static final fields instead of methods.
* Commits the patch provided by Sebastien Vincent on the dev mailing list in ↵Lyubomir Marinov2009-12-091-8/+4
| | | | an e-mail with the subject "[Patch] OS detection" which introduces and uses a single utility class to check the executing operating system and architecture.
* Migrates SIP over to neomedia. (Work in progress). Debugging SDP generationEmil Ivov2009-11-051-1/+1
|
* Migrates SIP over to neomedia. (Work in progress). CallPeerMediaHandler ↵Emil Ivov2009-11-051-8/+11
| | | | media initialization
* Migrates SIP over to neomedia. (Work in progress). Media port initialization.Emil Ivov2009-11-051-6/+22
|
* Migrates SIP over to neomedia. (Work in progress). Media port initialization.Emil Ivov2009-11-051-6/+88
|
* Second patch for Issue #704 by Sebastien Vincent.Damian Minkov2009-10-272-54/+60
|
* Logs commited by mistake.Damian Minkov2009-10-231-2/+0
|
* Logs commited by mistake.Damian Minkov2009-10-231-2/+0
|
* Issue #704. Native impl for a getLocalHost( destAddr ) method on Windows. ↵Damian Minkov2009-10-232-8/+83
| | | | Patch provided by Sebastien Vincent on the dev mailing list.
* Prevents a NullPointerException in NetworkAddressManagerServiceImpl#stop().Lyubomir Marinov2009-10-061-36/+44
|
* Fix warning: raw types, unused variables, etc. Contributes to issue #637.Werner Dittmann2009-04-204-12/+11
|
* Fixes issue #611: IPv6 SDP connection information causes 488 Not acceptable hereEmil Ivov2009-03-231-1/+36
|
* Fix issue #596 ( Why the DNS lookup of stun.iptel.org?)Damian Minkov2009-03-061-35/+4
|
* Removes unused Logger instances (and thus resolves the warnings about them ↵Lyubomir Marinov2009-02-102-8/+1
| | | | as well).
* Commits patches for the following issues:Emil Ivov2008-12-161-0/+1
| | | | | | | #482 Overly complex plugin manager (work in progress) #448 Show complete SIP adddress when displaying account #510 switch to the latest version of Felix (Richard actually did most of the work here.)
* Fixes warnings.Lyubomir Marinov2008-12-072-14/+20
|
* Cosmetic.Emil Ivov2008-10-141-1/+1
|
* Adding extra logging to help diagnoze wrong localhost selections.Emil Ivov2008-10-141-1/+19
|
* Puts existing calls on hold when a new call starts.Lyubomir Marinov2008-10-131-7/+7
|
* removed two unneeded filesThomas Hofer2007-10-162-562/+0
|
* removed debug statementsEmil Ivov2007-07-111-9/+0
|
* refactoring stun4jEmil Ivov2007-07-103-113/+229
|
* refactoring - moving version and keepalive jabber extensions to their own ↵Emil Ivov2007-05-151-0/+67
| | | | packages in impl.provider.jabber.extension
* cc triggerEmil Ivov2006-12-181-1/+0
|
* cosmeticEmil Ivov2006-12-181-1/+1
|
* Made the getLocalHost() method slightly more aware of ipv6 addresses on Windows.Emil Ivov2006-12-041-2/+36
|