aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol
Commit message (Expand)AuthorAgeFilesLines
* Try to obtain the received call notification contact image from one of the ad...Yana Stamcheva2011-01-091-1/+3
* Fixes NullPointerException-s on chat window close and chat window open.Yana Stamcheva2011-01-071-2/+4
* Some gui refactoring.Yana Stamcheva2011-01-071-1/+6
* Make sure we init addresses for packet logging if they are not set in sip sta...Damian Minkov2011-01-061-6/+36
* Fix default values for jabber connection (stun auto-discover and jingle nodes...Damian Minkov2011-01-053-3/+24
* Wait the end of ICE processing to process session-accept message.Sebastien Vincent2010-12-221-0/+2
* Remove some unnecessary resolves.Damian Minkov2010-12-223-14/+87
* When we perform an XMPP/Jingle attended tranfer, the callee have to auto-answ...Sebastien Vincent2010-12-214-75/+149
* Update ice4j.jar that now supports UPnP candidates harvesting. Note that UPnP...Sebastien Vincent2010-12-212-0/+23
* Enable Jingle Nodes by default.Sebastien Vincent2010-12-204-14/+15
* Fix a bug when saving sip account with different registrar changing user_id p...Damian Minkov2010-12-201-1/+2
* Text formatting.Sebastien Vincent2010-12-203-5/+8
* Reflect contact capabilities in call history.Sebastien Vincent2010-12-163-16/+21
* Reflect contact capabilities, such as call, video or desktop sharing support,...Sebastien Vincent2010-12-161-3/+12
* Use only the username part of the JID for TURN credentials.Sebastien Vincent2010-12-151-1/+3
* Wait ICE connectivity checks to be finished before generate the session-accep...Sebastien Vincent2010-12-152-1/+6
* Add some logging to media service: rtp statistics and media streams info.Damian Minkov2010-12-143-26/+11
* When creating account check and disabled accounts(all loaded accounts in Acco...Damian Minkov2010-12-1411-21/+21
* Remove debug output.Sebastien Vincent2010-12-141-2/+0
* Enable desktop streaming/sharing for SIP and XMPP protocol. Note that desktop...Sebastien Vincent2010-12-143-34/+77
* According to XEP-176, <transport/> element in session-initiate may be empty o...Sebastien Vincent2010-12-141-6/+11
* When we modify a Jabber account, be sure to clear existing supported XMPP fea...Sebastien Vincent2010-12-142-1/+21
* Update ice4j.jar, free Ice4j's resources (streams, components, sockets) when ...Sebastien Vincent2010-12-143-0/+29
* Adds full jid retrieval when sending generic notifications to a bare jidEmil Ivov2010-12-101-3/+10
* Adds an extra getFullJid() method that allows retrieving a full jid from only...Emil Ivov2010-12-101-0/+21
* Makes it possible for plugins to distinguish the difference between an incomi...Emil Ivov2010-12-101-9/+30
* Initial support for Jingle Nodes. Please note that this feature is disabled b...Sebastien Vincent2010-12-109-11/+648
* Fixing uri handlers.Damian Minkov2010-12-102-0/+2
* Send each media content in separate transport-info for interoperability with ...Sebastien Vincent2010-12-091-2/+21
* Fix local port retreival for jabber packet logging.Damian Minkov2010-12-071-11/+4
* Allow remote candidate to be injected while ICE is running and enhance intero...Sebastien Vincent2010-12-063-17/+114
* If we try to call an XMPP contact that does not support Jingle, print its add...Sebastien Vincent2010-12-031-4/+5
* Commits a patch provided by Bauersachs Ingo on the dev mailing list in the th...Damian Minkov2010-12-031-0/+5
* Introduce Packet Logging Service with its configuration form and implementati...Damian Minkov2010-12-038-20/+278
* * Fix exception when creating a STUN server without username/password;Sebastien Vincent2010-12-032-1/+4
* Fix a bug when we call an XMPP peer whose resources are all with priority 0.Sebastien Vincent2010-12-011-2/+2
* Fix callee name in error message.Sebastien Vincent2010-12-011-2/+2
* When calling a contact that has multiple resources, choose the one that has t...Sebastien Vincent2010-12-014-40/+97
* Display an error message when Jingle call failed if contact does not belong t...Sebastien Vincent2010-11-304-1/+90
* Fix local video display when we are the second to activate video in a XMPP call.Sebastien Vincent2010-11-301-0/+1
* Localized state strings.Yana Stamcheva2010-11-303-1425/+0
* If ICE processing failed, fail the call, send a session-terminate to peer and...Sebastien Vincent2010-11-303-2/+55
* Add the possibility to use SIP Communicator STUN server in case no other STUN...Sebastien Vincent2010-11-262-1/+52
* Improvements in obtaining contact capabilities.Yana Stamcheva2010-11-264-62/+184
* Update ice4j.jar and fix some javadoc warnings.Sebastien Vincent2010-11-253-10/+19
* Introduce sending/receiving generic events operation set and its implementati...Damian Minkov2010-11-254-0/+534
* Fix filtering broken NOTIFY messages.Damian Minkov2010-11-231-1/+1
* Tries to fix a NullPointerException in CallPeerMediaHandlerSipImpl.createMedi...Lyubomir Marinov2010-11-221-15/+13
* Don't process NOTIFY messages without subscription state header.Damian Minkov2010-11-221-2/+25
* Fix show of wrong password dialog if we wait too long on master password prom...Damian Minkov2010-11-222-3/+18