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