Emil Ivov
3f7d9ddd26
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
206eacb7a4
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
4884f5a92b
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Lyubomir Marinov
66a5e4f5d7
Removes duplication in Call and its implementers with respect to setCallState().
17 years ago
Werner Dittmann
f196b48e88
Add functions to enable and disable the ZRTP Hello hash attribute in the SIP SDP data. The user
...
may enable/disable the ZRTP attribute on the SIP account advanced tab if security is also enabled.
17 years ago
Lyubomir Marinov
5537af0508
Adds final, fixes warnings.
17 years ago
Yana Stamcheva
d00efdf2b6
- When creating a call enable encryption by default if no property was set in account properties.
...
- Some formatting and javadoc added in OperationSetBasicTelephonySipImpl.
17 years ago
Lyubomir Marinov
16f65c1b6d
Minor clean-up to remove unused and unnecessary fields, shorten code, mark fields final and/or private while reviewing the recent commits.
17 years ago
Yana Stamcheva
ea303ffd2d
Zrtp Gui and event modifications. (Issue #463 )
17 years ago
Emil Ivov
c0dad4cf88
Cosmetics only (unfortunately since we still have the 2nd SIP call issue).
17 years ago
Lyubomir Marinov
d02eba788a
- Reduces garbage created when working with AccoutID.getAccountProperties() which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations.
...
- Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance.
17 years ago
Werner Dittmann
dc33fb66da
Merged Emanuel's patch that enables to set the security option for each account.
...
The checkbox is on the "advanced" tab of the account page.
17 years ago
Werner Dittmann
5d0c88bb3a
Modifications to separate ZRTP GUI from ZRTP callback and state information.
...
Refer to E-mail to dev list (dated 30 Nov 2008) about the modifications.
17 years ago
Emil Ivov
bcee9eed13
Adding support for "NO REGISTRAR" accounts. Special thanks to Emanuel Onica and Michael Koch for contributing early versions.
18 years ago
Romain Kuntz
0fb8343cf5
Merged ZRTP-related code
18 years ago
Yana Stamcheva
3070baaf1c
- Revised status panel interface.
...
- Revised contact list interface.
- New chat rooms interface.
- Main tabbed pane removed.
- Revised call management in the GUI.
- Some more gui modifications.
18 years ago
Emil Ivov
10abd0c744
Working on support for SIP
...
better event dispatching
20 years ago
Emil Ivov
9e5361710b
Support for SIP (Work in Progress)
...
added methods for firing events and retrieving the call provider. made some methods abstract as they are better implemented by implementations
20 years ago
Emil Ivov
056a68ecb8
Woking on implementing support for SIP
...
added listener manipulation methods. javadocs and hashCode()
20 years ago
Emil Ivov
1a04e68bb4
Code format
20 years ago
Emil Ivov
c82e7e1327
Initial sip-communicator-1.0 commit
21 years ago