aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Make DNSJAVA as SPI optionalIngo Bauersachs2011-12-131-6/+13
|
* Adapt D-Bus NetworkManager signal listener to NM_STATE 0.9Ingo Bauersachs2011-12-122-9/+155
|
* Does the 2-bit shift for the DSCP value directly in the code, so users have ↵Sebastien Vincent2011-12-103-16/+16
| | | | only to set DSCP value in the properties rather than multiply it by 4.
* Fixes GoogleContacts support for domain without xmpp-client SRV.Sebastien Vincent2011-12-071-15/+13
|
* Use dnsjava from boot classpathIngo Bauersachs2011-12-061-1/+2
|
* Update Felix to 3.2.2Ingo Bauersachs2011-12-0611-15/+29
|
* Use DNSJAVA as DNS SPIIngo Bauersachs2011-12-061-0/+4
|
* Remove property-migration codeIngo Bauersachs2011-12-061-10/+0
|
* Updates keepalive implementation to detect uplink drops. Use of XEP-0199 ↵Damian Minkov2011-12-066-367/+267
| | | | | | xmpp ping. Fix jabber authorization ignore.
* Avoid unnecessary DNS lookups for SIPIngo Bauersachs2011-12-068-749/+732
|
* Move registrar expiration timeout to registrar connection classIngo Bauersachs2011-12-062-19/+15
|
* Remove dead code and unused exceptionsIngo Bauersachs2011-12-062-44/+6
|
* Remove unused field accessors, inline proxy string generationIngo Bauersachs2011-12-061-50/+17
|
* Remove a no longer thrown exceptionIngo Bauersachs2011-12-062-26/+8
|
* Directly access the registrar connectionIngo Bauersachs2011-12-061-16/+12
|
* Defer server connection until registeringIngo Bauersachs2011-12-061-31/+7
|
* Remove unused codeIngo Bauersachs2011-12-061-36/+0
|
* Use combined IPv4/IPv6 lookup from NetworkUtilsIngo Bauersachs2011-12-061-66/+7
|
* Adds Re-request authorization menu item in the right button menu.Yana Stamcheva2011-12-063-4/+214
| | | | Adds "Waiting authorization" and "Not authorized" status to the contact list when needed.
* Suppress some error output on headless devices and suppress raw-type warningsIngo Bauersachs2011-12-056-6/+13
|
* Cache notifications until the handlers are ready, stop sounds through referenceIngo Bauersachs2011-12-0511-258/+456
|
* Separate notification service from its handlersIngo Bauersachs2011-12-0528-1297/+1134
|
* Remove warningsIngo Bauersachs2011-12-052-18/+11
|
* OTR: disable buttons for contacts without fingerprint. Patch by Jonas ↵Ingo Bauersachs2011-12-051-1/+2
| | | | Lauener, FHNW
* Moves hardcoded global shortcuts to defaults.properties.Sebastien Vincent2011-12-053-21/+45
|
* Adds default values for global shortcuts (answer, hangup, contactlist and mute).Sebastien Vincent2011-12-051-3/+46
|
* Updates javadoc for enum.Damian Minkov2011-12-051-5/+11
|
* Adds traffic class support for SIP/XMPP/RTP audio/RTP video.Sebastien Vincent2011-12-055-35/+272
|
* Adds javadoc and removes warnings.Sebastien Vincent2011-12-053-4/+27
|
* Adds implementation for extended authorizations operation set for jabber ↵Damian Minkov2011-12-052-0/+137
| | | | provider.
* Adds method for retrieving contact authorization status.Damian Minkov2011-12-052-0/+48
|
* Fixes a problem with duplicating contacts or unable to remove one from ui ↵Damian Minkov2011-12-022-1/+4
| | | | (cause they were duplicate there).
* Checks for contact capabilities when adding video and desktop streaming ↵Yana Stamcheva2011-12-021-4/+33
| | | | buttons in the call.
* Fixes incorrect appearing of sms icon in group chat interface.Yana Stamcheva2011-12-023-15/+5
|
* Fixes a problem in msn provider where uplink failure may lead to errors that ↵Damian Minkov2011-12-022-3/+6
| | | | you cannot send messages when offline, while account is online and receiving messages.
* Detects Google Contacts support in contact source via the protocol provider ↵Sebastien Vincent2011-12-026-15/+73
| | | | of the account ('Google Talk') or the Google contacts source is extern (created via the Google Contacts configuration form), in addition to the SRV method.
* Fixes NPE when no ProtocolProviderService are registered (typically when we ↵Sebastien Vincent2011-12-021-0/+3
| | | | launch Jitsi for the first time).
* Adds the possibility to answer video call with video enabled for SIP and XMPP.Sebastien Vincent2011-12-0213-37/+273
|
* Adds mute/unmute global shortcut feature.Sebastien Vincent2011-12-016-91/+92
|
* Adds new account properties, not used yet.Yana Stamcheva2011-12-013-1/+39
|
* Fixes a problem with duplicating jabber contacts when adding them after ↵Damian Minkov2011-12-012-56/+45
| | | | granting authorization.
* Fixes preferred account in the gui bundle.Yana Stamcheva2011-12-011-7/+24
|
* Extends ChatTransport interface to support sending an SMS to a contact. ↵Yana Stamcheva2011-12-014-10/+83
| | | | Checks in contact capabilities when introducing that a protocol contact supports chat or sms.
* Removes debug line.Sebastien Vincent2011-11-301-1/+8
|
* Fixes problem with contactlist global shortcut that freezed application.Sebastien Vincent2011-11-302-29/+59
|
* Fixes outgoing calls not being hangup via global shortcut, fixes NPE in ↵Sebastien Vincent2011-11-305-17/+168
| | | | CallShortcut/UIShortcut. Also disable global shortcut when we set a shortcut and if we type same global shortcut as another entry, we set the previous entry to Disabled.
* Fixes overflow error.Damian Minkov2011-11-291-1/+1
|
* Fixes concurrent modification exceptions in global shortcut service.Sebastien Vincent2011-11-291-44/+62
|
* Fixes not appearing "Call" button in the unknown contact list view.Yana Stamcheva2011-11-291-54/+87
|
* Fixes a problem where opening and closing a window will trigger a typing ↵Damian Minkov2011-11-291-1/+1
| | | | notification.