| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds checks to avoid problem contacts where to providers of same type have gr... | Damian Minkov | 2013-12-16 | 4 | -0/+12 |
* | Avoids second attempt to initialize a xmpp connection if several threads call... | Damian Minkov | 2013-12-16 | 1 | -0/+7 |
* | Adds sip account property to force messaging (when server do not add it to al... | Damian Minkov | 2013-12-16 | 1 | -1/+11 |
* | Fixes problem with orphaned XMPP contacts when groups have the same name. Log... | paweldomas | 2013-12-13 | 1 | -0/+3 |
* | Fixes xmpp keepalive to use service name in to address. | Damian Minkov | 2013-12-11 | 1 | -3/+5 |
* | Remove RSS protocol | Ingo Bauersachs | 2013-12-08 | 18 | -4811/+0 |
* | Fixes a deadlock reported against WASAPI which leads to inability to make calls. | Lyubomir Marinov | 2013-12-08 | 2 | -10/+16 |
* | Fix SIP calling by IP address | Ingo Bauersachs | 2013-12-07 | 1 | -0/+4 |
* | Replace System-Bundle header by BSN and a list that defines sys-bundles | Ingo Bauersachs | 2013-12-07 | 12 | -12/+12 |
* | Fixes warnings. | Lyubomir Marinov | 2013-12-05 | 1 | -1/+2 |
* | Uses only mobile phone details for sending sms. | Damian Minkov | 2013-12-04 | 1 | -0/+7 |
* | Fixes an issue which could cause the DTLS-SRTP implementation to assume the r... | Lyubomir Marinov | 2013-11-30 | 4 | -47/+41 |
* | Fixes an issue which could cause Jitsi Videobridge to report synchronization ... | Lyubomir Marinov | 2013-11-26 | 3 | -57/+53 |
* | Fixes missing account setup and improves menu account info menu | yanas | 2013-11-26 | 1 | -13/+5 |
* | Adds some helper methods in xmpp protocol and a NPE check. | Damian Minkov | 2013-11-25 | 4 | -2/+24 |
* | Allows finer control over the generation of synchronization source (SSRC) ide... | Lyubomir Marinov | 2013-11-24 | 7 | -31/+401 |
* | Fixes removing volatile xmpp contacts. | Damian Minkov | 2013-11-22 | 1 | -2/+1 |
* | Adds operation set and its implementation to handle contactlist group modific... | Damian Minkov | 2013-11-22 | 2 | -0/+131 |
* | Changes XMPP entity node name on Android. | paweldomas | 2013-11-21 | 1 | -1/+3 |
* | Fixes working with server-side readonly groups (shared groups in OF), handles... | Damian Minkov | 2013-11-19 | 2 | -2/+31 |
* | Handles more cases while moving contacts and renaming groups from remote logg... | Damian Minkov | 2013-11-19 | 1 | -8/+82 |
* | Supports the Jingle ICE-UDP transport in telephony conferences utilizing the ... | Lyubomir Marinov | 2013-11-18 | 4 | -2360/+2463 |
* | Removes the support for Google-specific telephony. | Lyubomir Marinov | 2013-11-16 | 19 | -5538/+15 |
* | Supports the Jingle ICE-UDP transport in telephony conferences utilizing the ... | Lyubomir Marinov | 2013-11-16 | 13 | -1120/+1649 |
* | Improves send sms functionality, updates icons. | Damian Minkov | 2013-11-15 | 3 | -5/+34 |
* | Fixes a NumberFormatException in the parsing of Jingle ICE-UDP transport cand... | Lyubomir Marinov | 2013-11-14 | 3 | -803/+800 |
* | Fixes warnings, formatting, naming consistency. | Lyubomir Marinov | 2013-11-14 | 3 | -4494/+4494 |
* | Updates to the latest revision of ice4j (because libjitsi has been updated fo... | Lyubomir Marinov | 2013-11-14 | 3 | -3593/+3593 |
* | Fixes warnings, formatting, naming consistency. | Lyubomir Marinov | 2013-11-14 | 7 | -6037/+6034 |
* | Adds the possibility to edit account details. Patch provided by Marin | yanas | 2013-11-12 | 5 | -135/+289 |
* | Use separate dirs for application logs, cache and configuration data | Ingo Bauersachs | 2013-11-10 | 1 | -3/+5 |
* | Add placeholders and fix spelling miskates | Ingo Bauersachs | 2013-11-07 | 2 | -6/+9 |
* | Adds chat room contacts to the search filter in the contact list. | hristoterezov | 2013-11-01 | 1 | -2/+1 |
* | Fixes compatibility issues in the support for DTLS-SRTP with SIP. | Lyubomir Marinov | 2013-10-27 | 1 | -37/+110 |
* | Implements publishing a conference in chat room (Merged from publish-conferen... | hristoterezov | 2013-10-27 | 15 | -82/+651 |
* | Handles early xmpp subscribe requests. | Damian Minkov | 2013-10-25 | 1 | -77/+146 |
* | Fixes possible concurrent modification exception when using several xmpp acco... | Damian Minkov | 2013-10-23 | 1 | -17/+46 |
* | Adds support for DTLS-SRTP with Jitsi Videobridge. | Lyubomir Marinov | 2013-10-18 | 6 | -193/+699 |
* | Fixes formatting, typos. | Lyubomir Marinov | 2013-10-18 | 1 | -27/+35 |
* | Fixes leaking DiscoveryInfo$Feature instances. | Damian Minkov | 2013-10-17 | 1 | -0/+24 |
* | Fixes leaking Roster instances as we create the Roster once it was cleared wh... | Damian Minkov | 2013-10-17 | 2 | -1/+30 |
* | Fixes issues with DTLS-SRTP. | Lyubomir Marinov | 2013-10-10 | 7 | -143/+245 |
* | Fixes warnings, removes obscure and inefficient anonymous classes. | Lyubomir Marinov | 2013-10-10 | 1 | -21/+27 |
* | Adds support for DTLS-SRTP with XMPP. | Lyubomir Marinov | 2013-10-10 | 10 | -100/+503 |
* | Fixes a problem with updating resource priorities. Updates contactlist items ... | Damian Minkov | 2013-10-07 | 2 | -7/+37 |
* | Fixes some problems with updating resources mobile indicator. | Damian Minkov | 2013-10-07 | 3 | -2/+35 |
* | Adds mobile flag to the ContactResource. | Damian Minkov | 2013-10-07 | 3 | -23/+40 |
* | Moves updating jabber contact resources to the presence operation set. | Damian Minkov | 2013-10-07 | 3 | -123/+126 |
* | Adds support for DTLS-SRTP with SIP. | Lyubomir Marinov | 2013-10-03 | 10 | -290/+621 |
* | Fixes warnings, spelling mistakes. | Lyubomir Marinov | 2013-10-03 | 2 | -17/+23 |