aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 Lauener...Ingo Bauersachs2011-12-051-1/+2
* 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 prov...Damian Minkov2011-12-052-0/+137
* 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 (ca...Damian Minkov2011-12-022-1/+4
* Checks for contact capabilities when adding video and desktop streaming butto...Yana Stamcheva2011-12-021-4/+33
* 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
* Detects Google Contacts support in contact source via the protocol provider o...Sebastien Vincent2011-12-026-15/+73
* Fixes NPE when no ProtocolProviderService are registered (typically when we l...Sebastien Vincent2011-12-021-0/+3
* 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 grant...Damian Minkov2011-12-012-56/+45
* Fixes preferred account in the gui bundle.Yana Stamcheva2011-12-011-7/+24
* Extends ChatTransport interface to support sending an SMS to a contact. Check...Yana Stamcheva2011-12-014-10/+83
* 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 CallS...Sebastien Vincent2011-11-305-17/+168
* 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 noti...Damian Minkov2011-11-291-1/+1
* Introduces new operation set for retrieving and storing custom contact types.Damian Minkov2011-11-299-88/+398
* Fixes some problems with global shortcuts (dimension of each columns, remove ...Sebastien Vincent2011-11-295-24/+133
* Refresh the default resolver of Lookup, add more DNS trace loggingIngo Bauersachs2011-11-291-14/+28
* Check if TelephonyOpSet is found before adding a call listenerIngo Bauersachs2011-11-291-3/+6
* Adds global shortcut support.Sebastien Vincent2011-11-2935-91/+2528
* Fixes a problem where connectionClosedOnError may not fire events and leave p...Damian Minkov2011-11-251-35/+82
* Fixes java 1.5 compatibility.Yana Stamcheva2011-11-241-1/+0
* Attempts to fix duplicating contacts in contact list (reported by Ingo Bauers...Yana Stamcheva2011-11-246-504/+664
* Makes sure that all plugin components (spellcheck, otr, etc.) are correctly a...Yana Stamcheva2011-11-231-3/+18
* Fixes dysfunctional popup menus. Reported by Ingo Bauersachs and Emil Ivov (s...Yana Stamcheva2011-11-233-14/+11
* Fixes possible NullPointerExceptions related to packet logging, resources.Lyubomir Marinov2011-11-2325-99/+154