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

Commit graph

  • 8ff5807586 Add git revision in build.xml output files Florian Schmaus 2014-02-06 10:17:40 +01:00
  • c4edd1f27c Untabify build.xml Florian Schmaus 2014-02-06 09:45:26 +01:00
  • 68a570b4fe Use WeakReference in MUC NodeInformationProvider Florian Schmaus 2014-02-05 20:04:13 +01:00
  • 1df3841a41 Eclipse: Add build/resources to classpath Florian Schmaus 2014-02-05 19:59:57 +01:00
  • 2cb3d5a0d4 Move 'new MXParser()' in try/catch block Florian Schmaus 2014-02-03 20:21:59 +01:00
  • c06b0a7720 Implement support for roster versioning Lars Noschinski 2013-11-10 15:02:57 +01:00
  • e7a2cad401 Add hidden default constructor to ConnectionConfiguration Florian Schmaus 2014-02-03 19:59:26 +01:00
  • 7eb57d3896 build.xml: Use metainf instead of copy Florian Schmaus 2014-02-03 18:38:39 +01:00
  • b5cac9c68a SMACK-286 fix unit test for newer ant versions Florian Schmaus 2014-02-03 18:25:40 +01:00
  • b132dfa744 Add .gitignore Florian Schmaus 2014-02-03 17:12:46 +01:00
  • b18a43920a Merge branch '3.4.0' into master Florian Schmaus 2014-02-03 10:26:33 +01:00
  • ab189706ed Updated version for post release rcollier 2014-02-03 02:03:54 +00:00
  • 9a2993e661 Updated versioning for release (3.4.0) 3.4.0 rcollier 2014-02-03 01:55:16 +00:00
  • 719f44dfdf SMACK-534 Removed the setting of JUL properties form the default config, they now have to be enabled explicitly so as to not mess up any existing config a user might have. rcollier 2014-02-02 22:40:22 +00:00
  • 1b651d4939 SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. rcollier 2014-02-02 22:39:07 +00:00
  • 9bb940da4b SMACK-526 Classes marked as deprecated to discourage their usage. Pubsub should be used instead. rcollier 2014-02-01 22:40:30 +00:00
  • 5bbf6cf224 SMACK-387 Added some configuration to the ChatManager to allow for different matching modes on incoming messages with no thread id. rcollier 2014-02-01 22:22:30 +00:00
  • 782448b3ec SMACK-403 New constructor added with no DelayInfo. rcollier 2014-01-31 03:52:13 +00:00
  • faa0f21906 SMACK-434 Added missing javadoc and some test code cleanup rcollier 2014-01-31 03:49:47 +00:00
  • 33e2094fe4 SMACK-434 (and 529) Added support for experimental code, that is XEP's that have not yet made it to the draft state. rcollier 2014-01-31 03:41:25 +00:00
  • e4ae5565f0 SMACK-343 Made all non core jars set the smack jar as the fragment host. rcollier 2014-01-26 14:49:45 +00:00
  • 3a0b1b6197 Added some versioning to the jar files to match the versioning on the release build. rcollier 2014-01-25 22:48:44 +00:00
  • fb6dbda30f SMACK-286 Fixed ant test-unit target to work with configuration changes rcollier 2014-01-22 04:00:03 +00:00
  • 1c5b28cf9f SMACK-530 Moved DNSUtilTest to integration tests rcollier 2014-01-22 03:17:34 +00:00
  • 2789591a5b SMACK-403 Added support for Stanza forwarding. rcollier 2014-01-22 02:25:32 +00:00
  • 86df178654 SMACK-464 Updated javadoc to make method usage more clear. rcollier 2014-01-20 02:52:44 +00:00
  • 722ec5a48a SMACK-461 Reverting last changes as the original deprecation marker was correct. rcollier 2014-01-20 02:45:12 +00:00
  • e49c500ac3 SMACK-436 Moved workgroups to its own source location and jar since it is not (and never will be) part of the specification. rcollier 2014-01-20 02:25:35 +00:00
  • 9c9eb3efe2 Added version info to the release build zip/tar file rcollier 2014-01-19 17:24:41 +00:00
  • 962bd277f1 SMACK-524 Use correct block-size definition for IBB transfers Florian Schmaus 2014-01-17 11:24:07 +00:00
  • c143f0de25 SMACK-525 fix NPE when initConnection() fails Florian Schmaus 2014-01-17 10:40:10 +00:00
  • f155cb4d07 SMACK-286 Made ProviderManager much more configurable. rcollier 2014-01-16 05:14:39 +00:00
  • 7e3d4186bb git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13860 b35dd754-fafc-0310-a699-88a17e54d16e rcollier 2014-01-15 18:54:00 +00:00
  • f8274dda53 Merge branch smack_3_3_2 and trunk Florian Schmaus 2013-12-30 01:29:55 +01:00
  • 3ecb723a0d SMACK-463 Catch and log exceptions in packet listeners Florian Schmaus 2013-11-05 19:55:16 +00:00
  • 717d39c8fc Fix caps support (SMACK-361, SMACK-459). Florian Schmaus 2013-11-04 20:58:36 +00:00
  • 49573866ab SMACK-462 Use getInstace() ConnectionCreationListener Florian Schmaus 2013-11-03 21:49:58 +00:00
  • 0e6817dc4f SMACK-361 Minor EntityCapsManager fixes Florian Schmaus 2013-11-03 21:49:39 +00:00
  • 84e1f32284 SMACK-339 Allow ConnectionListeners to be added before Connection is connected Florian Schmaus 2013-11-02 11:46:21 +00:00
  • 385cfac9fa SMACK-459 Make it user proof by returning an unmodifiable set again Florian Schmaus 2013-10-31 20:28:40 +00:00
  • 6fa2cbee68 SMACK-459 actually add the defaultIdentity to the result of getIdentities() Florian Schmaus 2013-10-31 20:24:02 +00:00
  • 418dd24392 SMACK-373 Don't remove listeners after a disconnect() , keep state of Connection between disconnect() and connect()/login() Florian Schmaus 2013-10-27 17:40:06 +00:00
  • 44c3214539 SMACK-460 ServiceDiscoveryManager constructor usage in connectionCreated() Florian Schmaus 2013-10-26 23:53:04 +00:00
  • 1ea6159ce4 SMACK-461 Remove incorrect deprecated marker for DiscoverInfo.Identity.setType() Florian Schmaus 2013-10-26 23:52:57 +00:00
  • addf9ea6cd SMACK-459 Add option to configure the default identity in ServiceDiscoveryManager Florian Schmaus 2013-10-26 23:50:59 +00:00
  • 62bc862015 SMACK-443 remove duplicate notifyReconnection() Florian Schmaus 2013-10-26 11:26:19 +00:00
  • b16f34f61e SMACK-458 Managers should be kept on disconnects Florian Schmaus 2013-10-26 11:17:16 +00:00
  • 032fc8626e SMACK-442 Manager should also handle connectionClosedOnError() Florian Schmaus 2013-10-22 14:43:48 +00:00
  • c4014b8ba9 SMACK-441 ServiceDiscoveryManager identities should be non-static and kept in a Set to allow multiple identities as per XEP-0030 Florian Schmaus 2013-10-22 14:43:23 +00:00
  • 5f793d4f44 SMACK-431 Reworded Entity Caps documentation, added missing frame link Florian Schmaus 2013-10-22 14:43:13 +00:00
  • aa5906f1f1 SMACK-457 Remove unnecessary printStackTrace() in XMPPConnection Florian Schmaus 2013-10-17 17:38:19 +00:00
  • bd709dc323 SMACK-452 Correctly parse stream error packets Florian Schmaus 2013-10-09 17:02:34 +00:00
  • b253203cfb SMACK-444 Allow 'null' for options in ServerTrustManager Florian Schmaus 2013-10-09 12:31:17 +00:00
  • 9a7bf4a4c3 SMACK-456 Added the causing exception Florian Schmaus 2013-10-09 11:54:03 +00:00
  • 7543c896c2 Created 3.3.2 branch Florian Schmaus 2013-10-09 10:47:36 +00:00
  • e87daff68f Versioning updates for new release. 3.3.1 rcollier 2013-10-07 02:42:12 +00:00
  • 3146023dd4 SMACK-455 Fixed improper advance of parser when parsing multiple items in a pubsub message. rcollier 2013-10-07 01:38:09 +00:00
  • 25012a6744 SMACK-425 Few changes based on review http://fisheye.igniterealtime.org/cru/SMACK-4 rcollier 2013-10-05 23:14:24 +00:00
  • 6a4827c846 SMACK-451 Moved providers declaration for ping manager as it was in the middle of the ad-hoc entries rcollier 2013-09-16 22:50:41 +00:00
  • 4d1eaf522a SMACK-450 Make VCard.doLoad() return if the received packet was not an error and also not an VCard. Avoid calling VCard.load() with 'null' as argument. Florian Schmaus 2013-07-12 22:54:03 +00:00
  • d237e06dab SMACK-441 Create packet collector only when necessary rcollier 2013-06-30 20:00:50 +00:00
  • c462810080 SMACK-448 Java7ZlibInputOutputStream: Use correct Deflater compression level Florian Schmaus 2013-06-25 06:40:30 +00:00
  • 9f2446c78e SMACK-448 Java7ZlibInputOutputStream: Use correct Deflater compression level Florian Schmaus 2013-06-24 22:42:37 +00:00
  • c2d057f4b2 SMACK-431 Reworded Entity Caps documentation, added missing frame link Florian Schmaus 2013-06-24 21:27:43 +00:00
  • 2ea5ee3b26 SMACK-425 fix merge error Florian Schmaus 2013-06-24 07:25:20 +00:00
  • 0f247cf30e SMACK-405 Removed redundant code in XMPPConnection.shutdown() Florian Schmaus 2013-06-22 17:02:09 +00:00
  • cb5e1dc94b SMACK-431 Entity Capabilities are now enabled as default for new connections. Added an extensions documentation html page. Florian Schmaus 2013-06-22 17:01:58 +00:00
  • 30bc5afa2b SMACK-425 Introduced smack.parsing.ParsingExceptionCallback, a callback invoked when a exception is thrown while parsing a stanza. Smack is now able to either rethrow the exception ulitmatly causing a disconnect *or* log/ignore the exception and resume parsing after the faulty stanza. Florian Schmaus 2013-06-22 17:01:40 +00:00
  • 6ed6f86293 SMACK-405 Removed redundant code in XMPPConnection.shutdown() Florian Schmaus 2013-06-22 17:00:53 +00:00
  • c7d468697f SMACK-431 Entity Capabilities are now enabled as default for new connections. Added an extensions documentation html page. Florian Schmaus 2013-06-22 17:00:40 +00:00
  • 4cd53e4419 SMACK-425 Introduced smack.parsing.ParsingExceptionCallback, a callback invoked when a exception is thrown while parsing a stanza. Smack is now able to either rethrow the exception ulitmatly causing a disconnect *or* log/ignore the exception and resume parsing after the faulty stanza. Florian Schmaus 2013-06-22 17:00:27 +00:00
  • dac68c64a9 Merge from 3.3 branch rcollier 2013-05-18 16:56:52 +00:00
  • 18a603d932 SMACK-428 add 'public int RosterEntry.hashCode()' Florian Schmaus 2013-05-17 22:05:57 +00:00
  • 6eb4b39716 Spelling fixes Florian Schmaus 2013-05-17 22:05:40 +00:00
  • 8e10e5f374 SMACK-369 remove try/catch block in XMPPConnection.connect() Florian Schmaus 2013-05-17 22:05:24 +00:00
  • 0951420d9c SMACK-439 Florian Schmaus 2013-05-17 22:04:31 +00:00
  • a934624787 SMACK-438 Avoid NPE when the weak reference is null. Add InvitationsMonitor as strong reference within getInvitationsMonitor and return it within the block so it can't get gc'ed between put() and get(). Florian Schmaus 2013-05-17 22:04:04 +00:00
  • 10a317f570 Created 3.3.1 branch Florian Schmaus 2013-05-17 21:48:30 +00:00
  • 2195d66e4d SMACK-439 Florian Schmaus 2013-05-12 14:51:50 +00:00
  • 37f6bf12da SMACK-438 Avoid NPE when the weak reference is null. Add InvitationsMonitor as strong reference within getInvitationsMonitor and return it within the block so it can't get gc'ed between put() and get(). Florian Schmaus 2013-05-12 14:51:41 +00:00
  • df022d155a Updated changelog for 3.3 release. 3.3.0 rcollier 2013-05-04 13:03:10 +00:00
  • 57051abfea Updated version information for 3.3 release. rcollier 2013-05-04 12:15:17 +00:00
  • 6b70974269 SMACK-437 Replaced 'String.isEmpty()' with 'String.length() > 0' Florian Schmaus 2013-05-03 09:48:41 +00:00
  • 238ce7aac3 SMACK-415 Added code that was mistakenly removed to handle optional node attribute rcollier 2013-04-29 11:40:49 +00:00
  • f0d729ef52 SMACK-415 Added fix for handling the empty tag case. rcollier 2013-04-27 15:37:21 +00:00
  • 3c975426f6 SMACK-433 Removed unnecessary reset of timeout. rcollier 2013-04-22 01:07:30 +00:00
  • ce0cb7d491 SMACK-433 Removed Thread.sleep usage for tests rcollier 2013-04-22 01:03:43 +00:00
  • fe2e9cdb76 SMACK-344 Patch applied that allows the host and service name to be different for SASL authentication rcollier 2013-04-20 22:05:28 +00:00
  • 13d87e3d40 SMACK-361 Changed default for filename encoding to Base 32 (which should work on all file systems) and added a Base 64 filename and url safe implementation of the StringEncoder. rcollier 2013-04-20 21:55:27 +00:00
  • a3faa41696 SMACK-403 Pulling this contribution until the related specs reach a draft status rcollier 2013-04-16 02:19:38 +00:00
  • 9f0f676151 SMACK-403 Pulling this contribution until the related specs reach a draft status rcollier 2013-04-16 01:50:41 +00:00
  • 3a4b05ac00 SMACK-412 Abstracted the keepalive implementation and set the thread to start and stop on demand. rcollier 2013-04-16 01:39:17 +00:00
  • b4432d7627 SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. rcollier 2013-04-07 19:15:32 +00:00
  • ba81a45b8c SMACK-404 Removed unnecessary string construction. rcollier 2013-04-07 15:41:20 +00:00
  • 4155e9ca80 SMACK-391 Reformat some new files to Smack standard rcollier 2013-04-07 13:17:26 +00:00
  • b28037bc79 SMACK-331 Changed methods to existing Smack conventions and moved interface to top level. rcollier 2013-04-02 00:23:55 +00:00
  • 9da54ecbce SMACK-225 Converted abstract class to interface, added missing hashcode method, fixed typos and some minor name changes and added licensing text rcollier 2013-04-01 13:40:02 +00:00
  • 0a1e72bb5f SMACK-413 Removed some commented out code. rcollier 2013-03-31 14:26:30 +00:00
  • 0fdfd6e75e SMACK-361 Some general code cleanup added some missing hashcode methods and added back some removed public API methods (marked as deprecated). rcollier 2013-03-31 14:24:50 +00:00
  • 58f56ee31b SMACK-413 Put removed public method back in and marked as deprecated. We can remove in major release. rcollier 2013-03-24 15:02:25 +00:00