1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-07-01 07:36:42 +02:00

Commit graph

  • 9176bf4a83 Added some new tests and disabled a couple that appear to give false negatives. rcollier 2011-03-28 13:20:27 +0000
  • 0ec7e23666 Updated some javadoc that caused confusion as to the login() behaviour. rcollier 2011-03-28 13:13:41 +0000
  • 01a1fb7751 added Button to clear "All Packets" Tab Wolf Posdorfer 2011-03-21 15:08:48 +0000
  • 2150d07435 Merged the 3.2 Beta branch into trunk. rcollier 2011-03-14 01:53:42 +0000
  • 67a5e6b98d SMACK-283 Changed the STUNResolver to not use a default server. Thus causing it to fail to initialize if no server is actually configured. rcollier 2011-03-14 01:04:40 +0000
  • f21ae88344 reverting r12099 Wolf Posdorfer 2011-03-11 11:54:11 +0000
  • 6494edb15a SMACK-317 setOrder() from PrivacyItem is now public. Holger Bergunde 2011-03-11 11:16:05 +0000
  • 4639340c77 adding log4j.properties file into jstun.jar to stop warn4jlog messages Wolf Posdorfer 2011-03-11 09:18:58 +0000
  • 4ada4978d8 SMACK-312 Fire roster listener also when the group name changed Holger Bergunde 2011-03-10 11:30:53 +0000
  • 5a544a50e3 SMACK-332 Debugger shows the "right" version: Currently: 3.2.0 Beta 2 Holger Bergunde 2011-03-10 11:24:51 +0000
  • 74188e6856 Updated version information for creating version 3.2 Beta2 rcollier 2011-02-24 00:53:05 +0000
  • 5675258eb7 Updated documentation related to using and handling chat messages. rcollier 2011-02-21 21:23:45 +0000
  • 64d36a52e3 SMACK-328 Added patches to fix threading issue with usage of SimpleDateFormatter. rcollier 2011-02-21 20:45:00 +0000
  • 75094d0199 SMACK-269 Test cases to support chat lookups. rcollier 2011-02-21 19:13:16 +0000
  • 1735aa50eb SMACK-269 Added storing links by base and full JID so incoming messages with no thread ID can attempt to match full JID, and then try base JID before creating a new chat. rcollier 2011-02-21 18:53:22 +0000
  • 6d695e4151 Updated the version information. rcollier 2011-02-21 18:40:54 +0000
  • cf6e59db46 For fixes specific to the 3.2 release. Branched from the beta2 tag. rcollier 2011-02-07 01:00:32 +0000
  • 91c2b08d4a Had to remove the special characters in Spanish text due to failures in test cases. rcollier 2011-02-07 00:36:26 +0000
  • c44797694d Build version updates for beta release. rcollier 2011-02-04 00:13:23 +0000
  • 158e02fb40 Updated versioning info for 3.2 beta release. rcollier 2011-02-04 00:09:21 +0000
  • 65d3847670 SMACK-327 Made getFeatures() method public. rcollier 2010-12-04 16:28:52 +0000
  • e3962d15ae only fire roster listener if entry changed (SMACK-312) Henning Staib 2010-08-15 16:37:51 +0000
  • a5693609b2 add the ability to register for roster events before logging in (SMACK-156) Henning Staib 2010-08-15 16:32:09 +0000
  • 7a3818783b add support for localized Message subjects (fixes SMACK-310) Henning Staib 2010-08-15 15:45:57 +0000
  • cb5310c984 improve Message parser robustness and I18N for Message bodies (fixes SMACK-207 and SMACK-307) Henning Staib 2010-08-15 15:13:05 +0000
  • 7e01c66374 improved Delay Information Parser (fixes SMACK-243) Henning Staib 2010-08-15 13:20:48 +0000
  • 8b54f34153 merged branch improve_bytestreams in trunk Henning Staib 2010-08-15 11:57:11 +0000
  • 525423a598 removed obsolete packages Henning Staib 2010-08-15 11:31:46 +0000
  • 3e16b35162 moved ibb and socks5bytestream packages in the bytestream package Henning Staib 2010-08-15 11:27:13 +0000
  • 8cb01900c9 applied patches for extracted api for socks5 bytestreams and in-band bytestream Henning Staib 2010-08-15 10:49:11 +0000
  • 0540662db2 Add convenience class for connection listener Henning Staib 2010-08-15 09:19:11 +0000
  • 5e2990b2cd renamed RosterTest.java in test folder to avoid name conflict with RosterTest.java in test-unit folder Henning Staib 2010-08-15 09:00:49 +0000
  • 943a794e9b branching trunk to apply patches for improved SOCKS5 Bytestream and In-Band Bytestream Henning Staib 2010-08-15 08:30:24 +0000
  • ef74695a1b Issue SMACK-308: Fixed multiple bugs in XML generation. rcollier 2010-04-14 18:24:12 +0000
  • 31cd0ab088 SMACK-305: fixed roster reload Günther Niess 2010-03-24 20:31:06 +0000
  • 446a601b73 SMACK-304: Extend the IQ API to create IQ responses Günther Niess 2010-03-24 19:44:02 +0000
  • bcc1c55894 Adding support for XEP-0224: Attention (SMACK-296) guus 2010-02-25 08:09:12 +0000
  • 5f50f087ac SMACK-295: Fire reconnectionSuccessful event when session is established Günther Niess 2010-02-24 00:45:40 +0000
  • 5cb76891ba small fix (SMACK-294) Günther Niess 2010-02-18 15:37:16 +0000
  • 379b119d12 SMACK-294: Improve handling for empty groups Günther Niess 2010-02-18 14:33:45 +0000
  • a441d856f8 SMACK-293: Support optional roster subscription attribute Günther Niess 2010-02-18 14:24:52 +0000
  • 824fb3ad7d cleanup Günther Niess 2010-02-18 13:41:01 +0000
  • e5ddf55311 Unit test for handling empty groups (SMACK-294) Günther Niess 2010-02-18 13:38:57 +0000
  • 3fd1161835 Add a roster push test according RFC3921bis Günther Niess 2010-02-18 12:42:45 +0000
  • 0d9c25d475 SMACK-291: RosterGroup modifications should depend on roster push Günther Niess 2010-02-16 09:10:51 +0000
  • f7614b494f Unit test that verifies roster management with RFC3921 compatibility Günther Niess 2010-02-16 08:33:16 +0000
  • 691c433b3a SMACK-290: Fix deadlock while initializing roster Günther Niess 2010-02-11 14:26:28 +0000
  • 539f652443 SMACK-282: Support SASL-related error conditions Günther Niess 2010-02-09 12:40:11 +0000
  • e3efee2e8f SMACK-280: The SASL mechanisms work transparent with packet listeners Günther Niess 2010-02-09 12:24:24 +0000
  • ad65a76e77 SMACK-281: Move more packet parsing code to PacketParserUtils Günther Niess 2010-02-09 12:11:39 +0000
  • 127319a821 SMACK-279: The XMPPConnection extends the new abstract Connection class Günther Niess 2010-02-09 11:55:56 +0000
  • 11a41e79ca SMACK-289 Added functionality for retrieving items when the user has multiple subscriptions rcollier 2010-01-30 00:04:39 +0000
  • e600fb02f5 SMACK-288 - Parser is now advanced correctly to the end tag when parsing multiple items. rcollier 2010-01-29 13:50:23 +0000
  • 5718a52133 git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11571 b35dd754-fafc-0310-a699-88a17e54d16e rcollier 2010-01-28 19:52:20 +0000
  • f9399d894e Added some tests to support OpenFire fixes rcollier 2010-01-28 19:51:35 +0000
  • 8101b21c71 Added a bit of javadoc, explaining when the event is (not) fired. guus 2010-01-12 11:28:01 +0000
  • 4218c197f7 Do not fall back to bare JIDs if no threadIDs are available - use the JID as specified in the stanza instead. (SMACK-269). guus 2010-01-11 23:32:21 +0000
  • ce323cb128 Javadoc readability. guus 2009-12-31 22:21:55 +0000
  • 7c33609adf Fixed spelling. guus 2009-12-09 20:29:48 +0000
  • 97d2b5a0f2 Improved documentation a little. guus 2009-12-09 20:28:53 +0000
  • a86f45a4e6 Adds packetextension for nicknames (SMACK-285) guus 2009-12-09 19:59:52 +0000
  • 06805b248d add generics Michael Will 2009-11-26 14:11:19 +0000
  • 0b7421eae3 implement a simple macro parser Michael Will 2009-11-25 16:51:29 +0000
  • f89e762f02 Convenience class for doing synchronous calls to the server rcollier 2009-10-28 22:55:57 +0000
  • 8dd8ec02a5 SMACK-272 Add support for XEP-0060 (pubsub) rcollier 2009-10-28 22:54:49 +0000
  • c00e7e333d Support for parsing embedded extensions from the server rcollier 2009-10-28 22:46:47 +0000
  • 7d50098c1c git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11348 b35dd754-fafc-0310-a699-88a17e54d16e rcollier 2009-10-28 22:44:38 +0000
  • 46cebe5e9e Added support for SHIM headers rcollier 2009-10-28 22:41:14 +0000
  • f7a1c750ad SMACK-272 Add support for XEP-0060 (pubsub) rcollier 2009-10-28 22:38:40 +0000
  • 92ba2d7f33 SMACK-272 Add support for XEP-0060 (pubsub) rcollier 2009-10-28 22:36:54 +0000
  • a1e791172c disable the missing org.jivesoftware.smackx.workgroup.site package Michael Will 2009-10-26 15:04:18 +0000
  • 633e258cda Ignore Eclipse project settings Günther Niess 2009-09-10 12:04:59 +0000
  • 08d7645f2c SMACK-264: Fix typo Günther Niess 2009-09-09 12:02:09 +0000
  • fd8b232017 SMACK-264: Fix SASL Anonymous for updated API. Günther Niess 2009-09-09 11:26:44 +0000
  • 8dcc226bb5 SMACK-264 Fix NPE in SASLMechanism Günther Niess 2009-09-09 11:10:34 +0000
  • 197aa187d9 Fix unmappable character for encoding Günther Niess 2009-09-08 13:12:28 +0000
  • d334ab0c2a Fixed smack sample for updated API Günther Niess 2009-09-03 08:42:07 +0000
  • 7d4389c544 SMACK-277: Update XMLUnit for unit tests to the latest stable release 1.2 Günther Niess 2009-09-03 07:05:21 +0000
  • 87b3f805c7 SMACK-271: Fix deadlock in XMPPConnection while login and parsing stream features (for Tigase servers) Günther Niess 2009-08-29 18:48:56 +0000
  • 37a00e98d1 make finalize method protected Michael Will 2009-06-04 13:09:25 +0000
  • 1edc69780b more work on generic add ' quoting fix IntegerInstantiation is more memory friendly Michael Will 2009-06-04 11:58:25 +0000
  • 634afb2cad add pmd for codecheck add generic to the smackx bookmark Michael Will 2009-06-04 09:56:20 +0000
  • f943d27a3b SMACK-266 - Add provider for fastpath to smackx Michael Will 2009-06-04 08:48:06 +0000
  • 0014cff963 Callback handler was not getting set properly Jay Kline 2009-05-27 16:51:39 +0000
  • fdca9b339d Fix Smack-225 Jeff Williams 2009-02-24 00:24:06 +0000
  • ac2c9b09dc A packet reply timeout can be set which applies to all methods (from Sid). Matt Tucker 2008-12-29 18:35:35 +0000
  • afe2b9b584 Timeout should only apply to remote commands. Matt Tucker 2008-12-16 23:00:45 +0000
  • 1bdacfb65e Added method so that timeout can be specified when executing ad-hoc command. Matt Tucker 2008-12-16 22:33:57 +0000
  • bc9f0179fa Smack-261 Jeff Williams 2008-12-06 02:15:42 +0000
  • 6b375b2e9f Updated changelog. Matt Tucker 2008-11-21 05:27:00 +0000
  • 41733effe9 Updated handling of offline presence. Matt Tucker 2008-11-21 04:54:59 +0000
  • b840bed4a6 Try to clean up a pair of filenames that differ only by CaPITializATion root 2008-11-19 22:26:00 +0000
  • b499581c7e Adding handling of error presence packets (SMACK-260). Matt Tucker 2008-11-19 20:54:05 +0000
  • b0614707bd Updating version number. Matt Tucker 2008-11-19 20:19:20 +0000
  • e6f29ee641 Added ability to register a local command using a factory. Improved ad-hoc command tests. Matt Tucker 2008-11-18 23:12:10 +0000
  • ffb8cd914a Fixed test. Matt Tucker 2008-11-14 00:59:48 +0000
  • 0540d2e38a Cleanup. Matt Tucker 2008-11-13 21:53:18 +0000
  • 6051940177 Adding test. Matt Tucker 2008-11-13 21:52:35 +0000
  • 18d38845e9 Javadoc cleanup. Matt Tucker 2008-11-13 18:34:03 +0000
  • a631b163e8 Intellij 8 settings? Matt Tucker 2008-11-13 18:33:07 +0000