1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-15 20:19:39 +02:00

Commit graph

  • 10e82fae45 Add log statements to Roster Florian Schmaus 2014-04-29 14:52:03 +02:00
  • 6e12409b82 Make roster push and presence packet filter static final Florian Schmaus 2014-04-29 14:51:01 +02:00
  • 9fd0961c32 Simplified Roster Florian Schmaus 2014-04-29 14:12:49 +02:00
  • 2375c59791 Extend JivePropertiesManager Florian Schmaus 2014-04-28 20:22:46 +02:00
  • 91fd15ad86 Prefix subprojects with 'smack-' Florian Schmaus 2014-04-28 19:27:53 +02:00
  • b6fb1f3743 Notify PacketReader in case of TLS exceptions Florian Schmaus 2014-04-28 18:18:28 +02:00
  • 5a19668544 Add Eclipse-(PatchFragment|ExtensibleAPI) manifest data Florian Schmaus 2014-04-28 17:42:23 +02:00
  • bc176d72a3 Throw exceptions of SSLSocket.startHandshake() in connect() Florian Schmaus 2014-04-28 08:29:12 +02:00
  • ddb47c2d60 Don't throw XmlPullParserException Florian Schmaus 2014-04-28 17:35:07 +02:00
  • 06c6546d2e Strip 'smack-' prefix from artifacts Florian Schmaus 2014-04-28 17:10:53 +02:00
  • 858492b177 Fix OSGi Bundle-Version Florian Schmaus 2014-04-28 11:22:42 +02:00
  • 656b1c70be Only send scheduled Pings if no Pong was received Florian Schmaus 2014-04-28 11:07:14 +02:00
  • 854489e785 No need to synchronize bindingRequired Florian Schmaus 2014-04-27 15:52:49 +02:00
  • 874a22489e Remove resource binding out of sasl auth Florian Schmaus 2014-04-27 12:27:12 +02:00
  • d17f64ed9a Improve stream compression for TCP connections Florian Schmaus 2014-04-27 11:39:38 +02:00
  • 9b235d0d8f Improve javadoc of Java7ZlibInputOutputStream Florian Schmaus 2014-04-27 11:04:15 +02:00
  • 86ad192bea Log connectionClosedOnError exceptions Florian Schmaus 2014-04-26 19:42:26 +02:00
  • 790ebeca33 Make PacketReader.resetParser() throw the exception Florian Schmaus 2014-04-26 19:08:50 +02:00
  • a613d5f574 Improve PacketReader startup() Florian Schmaus 2014-04-26 19:00:58 +02:00
  • 76ce883ef3 Simplify PacketReader wait/notify code Florian Schmaus 2014-04-26 18:47:47 +02:00
  • 2cd7bbadc5 Remove try/catch in startTLSReceived Florian Schmaus 2014-04-26 18:13:33 +02:00
  • 08cec251c7 Add missing HOXT entry in toc.html Florian Schmaus 2014-04-26 17:34:07 +02:00
  • 6e08a10186 Move Packet 'properties' from core to extensions Florian Schmaus 2014-04-26 15:43:58 +02:00
  • c2b214f8d8 Remove reply timeout from RemoteCommand Florian Schmaus 2014-04-23 09:56:32 +02:00
  • f5276a78c2 Fix javadoc of useCompression() Florian Schmaus 2014-04-23 09:50:39 +02:00
  • 069e7d7e60 Use connection specific reply timeout value Florian Schmaus 2014-04-23 09:49:05 +02:00
  • 439f4cd291 Use volatile instead of synchronized Florian Schmaus 2014-04-23 09:43:48 +02:00
  • 0996a44a61 Replace sync block with sync method Florian Schmaus 2014-04-23 09:43:22 +02:00
  • 5b8fd51345 Replace printStackTrace() with call to Logger Florian Schmaus 2014-04-23 09:37:16 +02:00
  • cf6076ce43 Remove unnecessary try/catch blocks in DirectoryRosterStore Florian Schmaus 2014-04-23 09:31:52 +02:00
  • 4e43292f1d Don't overwrite SSLSocket settings Florian Schmaus 2014-04-22 22:50:17 +02:00
  • e2bca403e0 Improve proceedTLSReceived() documentation Florian Schmaus 2014-04-22 22:45:20 +02:00
  • 3de8af6865 callConnectionAuthenticatedListener() should call authenticated() Florian Schmaus 2014-04-22 21:29:43 +02:00
  • 865168688d Fix PrivateDataManager getInstanceFor() always returns null Florian Schmaus 2014-04-22 21:28:46 +02:00
  • 075308a7cd Fix typo in Roster.java: s/iss/is/ Florian Schmaus 2014-04-22 21:28:19 +02:00
  • b4c338b6e5 Smack 4.0.0-rc2-SNAPSHOT Florian Schmaus 2014-04-17 13:53:09 +02:00
  • 9e79fa4d12 Smack 4.0.0-rc1 4.0.0-rc1 Florian Schmaus 2014-04-17 12:19:15 +02:00
  • 02d73f723f Change keyringfile example to real file Florian Schmaus 2014-04-17 13:45:19 +02:00
  • 4483e2bbd0 Make gradle use the local maven cache Florian Schmaus 2014-04-17 13:43:25 +02:00
  • 649f7af276 Move gradle signing code out of allprojects Florian Schmaus 2014-04-17 12:51:54 +02:00
  • bd5ceded37 Provide a MUC method to create *or* join a room Florian Schmaus 2014-04-15 23:33:42 +02:00
  • 8ba0715cc3 Bump jbosh to 0.8.0 Florian Schmaus 2014-04-17 12:13:34 +02:00
  • b4eb8ad182 Javadoc fixes Florian Schmaus 2014-04-15 11:22:46 +02:00
  • 0136c3eb81 Return List instead of Collection where appropriate Florian Schmaus 2014-04-14 14:09:53 +02:00
  • 61fd3c9dd0 Add FromMode regarding 'from' attribute of outgoing stanzas Florian Schmaus 2014-04-14 09:07:42 +02:00
  • c3cb98a116 Make ConnectionConfugration getters public Florian Schmaus 2014-04-10 21:12:12 +02:00
  • 4cff008708 Return Collections (or sublcasses) instead of Iterators Florian Schmaus 2014-04-09 08:26:28 +02:00
  • 6ea1d65e73 Remove star imports in VCardProvider Florian Schmaus 2014-04-09 19:59:51 +02:00
  • f33b9f08d4 VCardProvider should treat tel code element optional Florian Schmaus 2014-04-09 19:57:51 +02:00
  • ab70cfec24 Refactoring: All connection classes begin with XMPP now Georg Lukas 2014-04-09 12:16:44 +02:00
  • c86d6e3b61 Update README.md's ChatManager example to new API Florian Schmaus 2014-04-08 18:26:14 +02:00
  • afa4ce5773 Fix not-well-format packet exception when set property for packet XiaoweiYan 2014-04-08 17:34:20 +08:00
  • 5832236578 Cleanup SASLErrorException Florian Schmaus 2014-04-05 18:40:48 +02:00
  • 0c29fdb769 Use WeakHashMap in BookmarkManager and PrivateDataManager Florian Schmaus 2014-04-04 11:55:06 +02:00
  • ef43ba6322 Fix or suppress warnings Florian Schmaus 2014-04-03 23:00:36 +02:00
  • d8a5610d7b Use Locale.US when doing String operations Florian Schmaus 2014-04-03 22:50:13 +02:00
  • 94adaf8e50 Always transform 'from' to lower case in FromMatchesFilter Florian Schmaus 2014-04-03 14:36:08 +02:00
  • a016910baf Use toLowerCase(Locale.US) in FromMatchesFilter Florian Schmaus 2014-04-03 14:35:10 +02:00
  • 4a60a68802 Move DEBUG_ENABLED from XMPPConnection to SmackConfiguration Florian Schmaus 2014-04-03 13:06:43 +02:00
  • 3c2f794522 Remove no-ops in TCPConnection Florian Schmaus 2014-04-03 13:07:09 +02:00
  • bd96816102 Add setter and javadoc for packet reply timeout Florian Schmaus 2014-04-03 10:50:23 +02:00
  • 246e7b85f8 Use connection's reply timeout value in MultiUserChat Florian Schmaus 2014-04-03 10:43:46 +02:00
  • 665d65836c Cleanup of pingMyServer() API Florian Schmaus 2014-03-28 14:27:14 +01:00
  • 17a254edca Fix SmackConfiguration disabledSmackClasses Florian Schmaus 2014-03-27 16:28:49 +01:00
  • a83b44e102 Add support for CustomSmackConfiguration class Florian Schmaus 2014-03-27 16:09:52 +01:00
  • a1227b78cc Fix log message in SmackConfiguration Florian Schmaus 2014-03-27 16:09:07 +01:00
  • 8321948b3c Add log to DNSUtil Florian Schmaus 2014-03-27 11:02:52 +01:00
  • fa71ff9605 Fixed NPE in FromMatchesFilter Florian Schmaus 2014-03-27 10:38:35 +01:00
  • c59a6010e1 Return empty list instead of null in DNSUtil Florian Schmaus 2014-03-26 22:48:32 +01:00
  • 42d0557682 Use gradle dynamic versioning for dnsjava Florian Schmaus 2014-03-26 13:05:25 +01:00
  • dce0c55011 Remove cache from DNSUtils Florian Schmaus 2014-03-26 11:10:09 +01:00
  • 2250944ca6 Further improved logging in SmackConfiguration Florian Schmaus 2014-03-25 09:08:28 +01:00
  • 53ca314b50 Cleanup SASLAuthentication Florian Schmaus 2014-03-24 19:30:34 +01:00
  • c4f86762cb Reworked DiscoverInfo and DiscoverItems Florian Schmaus 2014-03-24 22:31:42 +01:00
  • 2619a63c21 Log loaded classes by SmackConfiguration Florian Schmaus 2014-03-24 20:33:01 +01:00
  • cc026a7e85 Raise source compatibility to 1.7 (Java7) Florian Schmaus 2014-03-23 23:12:15 +01:00
  • 18d0dbdc5f Fix Socks5BytestreamManager.determineProxies() Florian Schmaus 2014-03-23 14:57:18 +01:00
  • 010a86444a Streamline LastActivity API, add enable/disable Florian Schmaus 2014-03-23 14:18:41 +01:00
  • 978f692eb0 Use XmlStringBuilder in most toXML() bodies Florian Schmaus 2014-03-21 09:51:52 +01:00
  • 1cf4681581 Always lookup DNS SRV RR on connect() Florian Schmaus 2014-03-20 16:56:58 +01:00
  • 363354f237 Make DirectoryRosterStore use elements for whitespace content Florian Schmaus 2014-03-20 14:35:38 +01:00
  • 6b4c53bfc5 Renamed DefaultRosterStore to DirectoryRosterStore Florian Schmaus 2014-03-20 13:36:08 +01:00
  • 1bf57cb6a1 Move file related methods to FileUtils Florian Schmaus 2014-03-20 13:26:57 +01:00
  • 4a366007d6 Merge pull request #3 from Tsyko/xep-0332 Florian Schmaus 2014-03-20 12:25:24 +01:00
  • 236ea71cee Added support for HOXT (XEP-0332) atsykholyas 2014-03-18 01:51:34 +02:00
  • fcc8414a92 "not connected" is now a checked Exception thrown by sendPacket() Florian Schmaus 2014-03-19 14:22:20 +01:00
  • d8c656270e Switch jbosh to 0.8.0-SNAPSHOT Florian Schmaus 2014-03-19 10:17:34 +01:00
  • d349940537 Move DNS resolving into connect() Florian Schmaus 2014-03-18 17:29:38 +01:00
  • dbab9b8995 Unify StringUtils.escapeForXML() Florian Schmaus 2014-03-18 18:40:08 +01:00
  • c592b4f046 Improve Exceptions (SMACK-426) Florian Schmaus 2014-03-17 21:06:45 +01:00
  • 9c8d7af3bf Fix error handling in BOSHConnection Florian Schmaus 2014-03-18 11:19:37 +01:00
  • 44a5408bc0 Move host/port from ConnectionConfiguration to XMPPConnection Florian Schmaus 2014-03-18 09:27:45 +01:00
  • 81d49d2f60 ChatManager should not throw a NPE if 'from' is null Florian Schmaus 2014-03-18 08:44:03 +01:00
  • ec82f63191 Move sample/ into resources/ Florian Schmaus 2014-03-17 23:26:48 +01:00
  • ae64b0ad4b Fix javadoc in MUCInitialPresence.History Florian Schmaus 2014-03-17 20:49:05 +01:00
  • 91f0a091df Fix javadoc warning in xdata.Form Florian Schmaus 2014-03-17 20:46:45 +01:00
  • 4db967079f getInstanceFor() for ChatManager and AccountManager Florian Schmaus 2014-03-17 20:46:08 +01:00
  • 6197f6200f Move duplicate sendPacket() code into XMPPConnection Florian Schmaus 2014-03-17 19:33:17 +01:00
  • c3f9ec4f94 Return the group if it exists in Roster.createGroup() Florian Schmaus 2014-03-17 19:21:20 +01:00
  • a46d02ca32 Remove old Apache commons collections from codebase Florian Schmaus 2014-03-17 10:26:39 +01:00