Commit Graph

5305 Commits (a0e27ba2c50ea196baae9029d3488d358bc93217)
 

Author SHA1 Message Date
Emil Ivov a0e27ba2c5 adds a utility target (run-v4) for running SC with a preference for IPv4 rather than the default IPv6
17 years ago
Emil Ivov dc7cb9fd9f Makes IPv6 prefence override-able with a java property
17 years ago
Emil Ivov 9aa5ad03b1 Commits a bunch of stuff that had individual commit messages which got lost from git after java.net failed (yet again today) to take the initial commit. Anyways, hopefully the last commit before I start changing the SIP module in an irreparable way so that it would start using neomedia
17 years ago
Lyubomir Marinov 254cc7b09c Fixes a couple of javadocs in .service.neomedia which mention MediaConnector while it's called StreamConnector. Changes an occurrence of fmt to format which seems to be used in other places in the package.
17 years ago
Emil Ivov 3d1fcc8315 Cosmetics
17 years ago
Emil Ivov f6177210dd Cosmetics
17 years ago
Emil Ivov 6c6b94ff9c Fixes a few encoding problems and other cosmetics in the facebook package.
17 years ago
Lyubomir Marinov 84d904ff66 When the Facebook ProtocolProviderService is unregistered, sets the status of its presence opset to offline (like other protocols do). Otherwise, it appears online in the presence menus in the contact list and the tray icon even though the account is offline.
17 years ago
Lyubomir Marinov 45f27a3a99 Reduces the shallow runtime size of PresenceStatusMenu used to display and set the status of an account which supports presence.
17 years ago
Lyubomir Marinov 9811d19dd8 Removes an unused field and related code. Applies minor formatting changes.
17 years ago
Lyubomir Marinov d76afde108 Removes explicit setting of Logger levels in ad-hoc chat-related code.
17 years ago
Lyubomir Marinov 3cf6ea06be Fixes the date list in the contact history dialog to comply with the blue theme.
17 years ago
Emil Ivov 8acb191d80 Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
17 years ago
Emil Ivov 96046cd449 Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
17 years ago
Emil Ivov c8f81f8353 Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
17 years ago
Emil Ivov dd634612a7 Moves some more code around (From CallSipImpl to CallPeerSipImpl). Adds javadocs to SipMessageFactory
17 years ago
Emil Ivov 8f984ad675 Cosmetics
17 years ago
Emil Ivov d7e17b22b9 Renames DialogUtils to EventPackageUtils
17 years ago
Emil Ivov 4c080bc190 Adds missing javadocs
17 years ago
Emil Ivov 5ed19cd93b Moves incoming SIP BYE processing to CallSipImpl
17 years ago
Emil Ivov 57d133288c Moves incoming SIP OK processing to CallSipImpl
17 years ago
Emil Ivov 0389c662fc Moves incoming Call handling semantics for SIP to CallSipImpl
17 years ago
Emil Ivov 234fe66173 Removes code that adds SDP answers into ACKs since we never have this case anyway. SC only sends INVITEs with SDP offers.
17 years ago
Emil Ivov eaa0b58edc Moves SIP Response.OK processing to CallSipImpl.
17 years ago
Emil Ivov 62909bc5aa Fixes javadocs.
17 years ago
Emil Ivov 3ca3c1091c Tries to suppress spurious jain-sip strack trace logging.
17 years ago
Emil Ivov 44301c73b8 Moves SIP Response.OK processing to CallSipImpl.
17 years ago
Emil Ivov 353d53d75e Fixes handling of 403 responses during authentication in a way that guarantees that the user would be re-asked for a password.
17 years ago
Emil Ivov a00c0a4d12 Resolves a conflict with trunk.
17 years ago
Emil Ivov eaf5d60b0d Moves incoming Call handling semantics for SIP to CallSipImpl. And fixex javadoc warnings.
17 years ago
Emil Ivov 0ddb21e399 Moves incoming Call handling semantics for SIP to CallSipImpl.
17 years ago
Emil Ivov bfc1c3e114 Moves incoming Call handling semantics for SIP to CallSipImpl.
17 years ago
Emil Ivov f2b166a153 Centralizes use of Contact header generation.
17 years ago
Emil Ivov 57d5c4961e Centralizes use of Contact header generation. Moves parts of incoming call handling to CallSipImpl.
17 years ago
Emil Ivov bcf58dea65 Centralizes use of UserAgent and Authorization headers, request tags, and creating request from dialogs.
17 years ago
Emil Ivov cb5b57ad30 Moves incoming call creation to CallSipImpl. Miscellaneous sip bundle refactoring.
17 years ago
Emil Ivov c57b8d01cf Removes the isInviteProperlyAddressed() method since we never really use it.
17 years ago
Emil Ivov 7714148e8f Moves incoming call creation to CallSipImpl. Miscellaneous sip bundle refactoring.
17 years ago
Emil Ivov f54a1795ee Moves outgoing call creation to CallSipImpl in an effort to simplify OperationSetBasicTelephonySipImpl
17 years ago
Emil Ivov 4ff93fb55b Refactoring OperationSetBasicTelephonySipImpl in preparation of the pending media/SDP modifications
17 years ago
Emil Ivov a6725d0073 adds a generic preauthentication facility
17 years ago
Emil Ivov 1ef2dfe8c9 Moves the createInviteRequest() method into the JainSipHelper.
17 years ago
Emil Ivov 87b0d56d77 Adds a JainSipTelephonyHelper that would facilitate construction of SIP
17 years ago
Emil Ivov 62540cb0c9 Adds simple refactoring to the createInvite method.
17 years ago
Emil Ivov 2abb6a9321 Replaces <code> tags with <tt>.
17 years ago
Emil Ivov 275d4be75a commits a test change with no impact. (just checking out git behaviour)
17 years ago
Lyubomir Marinov 0a1dbd30ce Shortens/simplifies code in ChatWindowManager on the road to removing its #syncChat.
17 years ago
Lyubomir Marinov cbd5574fb5 Removes an unnecessary check. A couple of fixes to comply with the naming convention, javadoc fixes.
17 years ago
Lyubomir Marinov 1545134f6f - Excludes the characters <, > and " from URLs because they are not included according to the RFC. This resolves garbled output when AIM sends a plain text message with HTML in it - the message is still displayed as plain text and URLs are still detected as such but at least the HTML source is correctly displayed.
17 years ago
Lyubomir Marinov ec41a24ce0 Speeds up ChatWindowManager by removing unnecessary iterations.
17 years ago