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

Commit graph

  • 298841cf54 Moved the EmbeddedExtensionProvider from smackx to smack, since it is not tied to extensions but is a simple utility for aiding in parsing of custom cabinets. rcollier 2011-12-19 17:26:47 +00:00
  • be3b4ae9ef Updated url in javadoc. Changed from jabber to xmpp. rcollier 2011-12-19 15:45:24 +00:00
  • 01d444ac78 SMACK-353 Fix thread leak issue. rcollier 2011-12-19 15:43:52 +00:00
  • e16cb2b4cc SMACK-354 Provide milliseconds in timestamp colum debugwindow Applied the smack-354-debug_milliseconds.patch Tim Jentz 2011-12-16 13:39:24 +00:00
  • 197548b548 SMACK-346 Return correct error code on file transfer refusal rcollier 2011-10-09 01:58:56 +00:00
  • 55f4eb68be SMACK-349 The correct byte size is now calculated for outgoing ibb streams, taking into account the base64 encoding. rcollier 2011-10-09 01:38:09 +00:00
  • 3b47f94b35 SMACK-263 Applied patch for setting file info for transfer rcollier 2011-10-08 03:48:29 +00:00
  • c96be693dc Moved utility class to the core, since it is not extension related and useful for all code. rcollier 2011-09-21 23:57:34 +00:00
  • 3f89df061d Merged the 3.2 branch back into trunk. rcollier 2011-09-09 01:26:22 +00:00
  • ec66d6ea52 Added a few more tests for pubsub configuration rcollier 2011-09-08 21:32:06 +00:00
  • fdd60122d3 SMACK-348 Updated broken links. rcollier 2011-08-18 03:44:41 +00:00
  • eda09cb3ca SMACK-324 Applied recommended patch to remove improper stanza construction. rcollier 2011-08-18 03:28:05 +00:00
  • 98d03d2d75 Just cleaning up an import used in the javadoc. rcollier 2011-08-15 01:28:15 +00:00
  • 50bf29b122 Updates for Release of 3.2.1 3.2.1 rcollier 2011-07-04 19:51:43 +00:00
  • 87ccd0b1c2 clear all rows button now clears all rows patch by lemon Wolf Posdorfer 2011-06-29 07:58:13 +00:00
  • 402b430291 SMACK-230 Added synchronization since disconnect can be called from multiple threads. rcollier 2011-06-23 19:55:10 +00:00
  • da5434505b SMACK-129 - Added a property in smack-config file for the default packet collector size and set it much lower than the previous default. Also made the max size for packet collectors configurable from the constructor. rcollier 2011-06-18 18:18:03 +00:00
  • 0c88e19d3b SMACK-273 if RoomListenerMultiplexor is null also return a new one for this connection Wolf Posdorfer 2011-06-01 07:41:17 +00:00
  • a71d8960e8 SMACK-329 changed <br>-Tag to xhtml compliant <br/>-tag Wolf Posdorfer 2011-06-01 07:39:05 +00:00
  • 5e8f1c029b adding Generics to Iterators without Wolf Posdorfer 2011-05-30 11:31:02 +00:00
  • a12167ebfc SMACK-338 this should use IBB as fallback protocol if available Holger Bergunde 2011-05-23 14:11:35 +00:00
  • 3558b1bbcb SMACK-324 removed non base64 char from SASL response packet. Holger Bergunde 2011-05-12 07:32:46 +00:00
  • 22d04c26e3 Merge trunk (3.2 release) up to the 3.2 branch for development on 3.2.x releases. rcollier 2011-05-12 02:06:35 +00:00
  • 84c43c4fdd Updated all version info for 3.2 release. 3.2.0 rcollier 2011-05-04 23:41:24 +00:00
  • acd98830b7 Fixed import linked in javadoc rcollier 2011-04-29 11:41:12 +00:00
  • 8f1d8b50dd Updated the build to use Java 1.6 rcollier 2011-04-29 02:37:50 +00:00
  • 85e5402979 SMACK-330 Added missing node attribute in the item element for pubsub. rcollier 2011-04-29 02:36:58 +00:00
  • 1df6aaadf3 SMACK-330 Added missing node attribute in the item element for pubsub. rcollier 2011-04-29 02:36:16 +00:00
  • f90b43a87c SMACK-325 patched the diff to ReconnectionManager manually. Holger Bergunde 2011-03-31 06:35:59 +00:00
  • 750cfa64b0 Fixed bug with setting the form value in ConfigureForm.setChildrenAssociationPolicy. It was trying to set a single string value instead of a list. rcollier 2011-03-30 02:34:21 +00:00
  • 2c55c2ac65 SMACK-334 FileTransferNegotiator now passes the correct type in the stream-method variable. rcollier 2011-03-30 00:43:35 +00:00
  • 8a8b8ccd79 SMACK-163 Fixed NPE in accessing form field information. rcollier 2011-03-29 00:44:38 +00:00
  • 9176bf4a83 Added some new tests and disabled a couple that appear to give false negatives. rcollier 2011-03-28 13:20:27 +00:00
  • 0ec7e23666 Updated some javadoc that caused confusion as to the login() behaviour. rcollier 2011-03-28 13:13:41 +00:00
  • 01a1fb7751 added Button to clear "All Packets" Tab Wolf Posdorfer 2011-03-21 15:08:48 +00:00
  • 2150d07435 Merged the 3.2 Beta branch into trunk. rcollier 2011-03-14 01:53:42 +00:00
  • 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 +00:00
  • f21ae88344 reverting r12099 Wolf Posdorfer 2011-03-11 11:54:11 +00:00
  • 6494edb15a SMACK-317 setOrder() from PrivacyItem is now public. Holger Bergunde 2011-03-11 11:16:05 +00:00
  • 4639340c77 adding log4j.properties file into jstun.jar to stop warn4jlog messages Wolf Posdorfer 2011-03-11 09:18:58 +00:00
  • 4ada4978d8 SMACK-312 Fire roster listener also when the group name changed Holger Bergunde 2011-03-10 11:30:53 +00:00
  • 5a544a50e3 SMACK-332 Debugger shows the "right" version: Currently: 3.2.0 Beta 2 Holger Bergunde 2011-03-10 11:24:51 +00:00
  • 74188e6856 Updated version information for creating version 3.2 Beta2 rcollier 2011-02-24 00:53:05 +00:00
  • 5675258eb7 Updated documentation related to using and handling chat messages. rcollier 2011-02-21 21:23:45 +00:00
  • 64d36a52e3 SMACK-328 Added patches to fix threading issue with usage of SimpleDateFormatter. rcollier 2011-02-21 20:45:00 +00:00
  • 75094d0199 SMACK-269 Test cases to support chat lookups. rcollier 2011-02-21 19:13:16 +00:00
  • 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 +00:00
  • 6d695e4151 Updated the version information. rcollier 2011-02-21 18:40:54 +00:00
  • cf6e59db46 For fixes specific to the 3.2 release. Branched from the beta2 tag. rcollier 2011-02-07 01:00:32 +00:00
  • 91c2b08d4a Had to remove the special characters in Spanish text due to failures in test cases. rcollier 2011-02-07 00:36:26 +00:00
  • c44797694d Build version updates for beta release. rcollier 2011-02-04 00:13:23 +00:00
  • 158e02fb40 Updated versioning info for 3.2 beta release. rcollier 2011-02-04 00:09:21 +00:00
  • 65d3847670 SMACK-327 Made getFeatures() method public. rcollier 2010-12-04 16:28:52 +00:00
  • e3962d15ae only fire roster listener if entry changed (SMACK-312) Henning Staib 2010-08-15 16:37:51 +00:00
  • a5693609b2 add the ability to register for roster events before logging in (SMACK-156) Henning Staib 2010-08-15 16:32:09 +00:00
  • 7a3818783b add support for localized Message subjects (fixes SMACK-310) Henning Staib 2010-08-15 15:45:57 +00:00
  • cb5310c984 improve Message parser robustness and I18N for Message bodies (fixes SMACK-207 and SMACK-307) Henning Staib 2010-08-15 15:13:05 +00:00
  • 7e01c66374 improved Delay Information Parser (fixes SMACK-243) Henning Staib 2010-08-15 13:20:48 +00:00
  • 8b54f34153 merged branch improve_bytestreams in trunk Henning Staib 2010-08-15 11:57:11 +00:00
  • 525423a598 removed obsolete packages Henning Staib 2010-08-15 11:31:46 +00:00
  • 3e16b35162 moved ibb and socks5bytestream packages in the bytestream package Henning Staib 2010-08-15 11:27:13 +00:00
  • 8cb01900c9 applied patches for extracted api for socks5 bytestreams and in-band bytestream Henning Staib 2010-08-15 10:49:11 +00:00
  • 0540662db2 Add convenience class for connection listener Henning Staib 2010-08-15 09:19:11 +00:00
  • 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 +00:00
  • 943a794e9b branching trunk to apply patches for improved SOCKS5 Bytestream and In-Band Bytestream Henning Staib 2010-08-15 08:30:24 +00:00
  • ef74695a1b Issue SMACK-308: Fixed multiple bugs in XML generation. rcollier 2010-04-14 18:24:12 +00:00
  • 31cd0ab088 SMACK-305: fixed roster reload Günther Niess 2010-03-24 20:31:06 +00:00
  • 446a601b73 SMACK-304: Extend the IQ API to create IQ responses Günther Niess 2010-03-24 19:44:02 +00:00
  • bcc1c55894 Adding support for XEP-0224: Attention (SMACK-296) guus 2010-02-25 08:09:12 +00:00
  • 5f50f087ac SMACK-295: Fire reconnectionSuccessful event when session is established Günther Niess 2010-02-24 00:45:40 +00:00
  • 5cb76891ba small fix (SMACK-294) Günther Niess 2010-02-18 15:37:16 +00:00
  • 379b119d12 SMACK-294: Improve handling for empty groups Günther Niess 2010-02-18 14:33:45 +00:00
  • a441d856f8 SMACK-293: Support optional roster subscription attribute Günther Niess 2010-02-18 14:24:52 +00:00
  • 824fb3ad7d cleanup Günther Niess 2010-02-18 13:41:01 +00:00
  • e5ddf55311 Unit test for handling empty groups (SMACK-294) Günther Niess 2010-02-18 13:38:57 +00:00
  • 3fd1161835 Add a roster push test according RFC3921bis Günther Niess 2010-02-18 12:42:45 +00:00
  • 0d9c25d475 SMACK-291: RosterGroup modifications should depend on roster push Günther Niess 2010-02-16 09:10:51 +00:00
  • f7614b494f Unit test that verifies roster management with RFC3921 compatibility Günther Niess 2010-02-16 08:33:16 +00:00
  • 691c433b3a SMACK-290: Fix deadlock while initializing roster Günther Niess 2010-02-11 14:26:28 +00:00
  • 539f652443 SMACK-282: Support SASL-related error conditions Günther Niess 2010-02-09 12:40:11 +00:00
  • e3efee2e8f SMACK-280: The SASL mechanisms work transparent with packet listeners Günther Niess 2010-02-09 12:24:24 +00:00
  • ad65a76e77 SMACK-281: Move more packet parsing code to PacketParserUtils Günther Niess 2010-02-09 12:11:39 +00:00
  • 127319a821 SMACK-279: The XMPPConnection extends the new abstract Connection class Günther Niess 2010-02-09 11:55:56 +00:00
  • 11a41e79ca SMACK-289 Added functionality for retrieving items when the user has multiple subscriptions rcollier 2010-01-30 00:04:39 +00:00
  • e600fb02f5 SMACK-288 - Parser is now advanced correctly to the end tag when parsing multiple items. rcollier 2010-01-29 13:50:23 +00:00
  • 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 +00:00
  • f9399d894e Added some tests to support OpenFire fixes rcollier 2010-01-28 19:51:35 +00:00
  • 8101b21c71 Added a bit of javadoc, explaining when the event is (not) fired. guus 2010-01-12 11:28:01 +00:00
  • 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 +00:00
  • ce323cb128 Javadoc readability. guus 2009-12-31 22:21:55 +00:00
  • 7c33609adf Fixed spelling. guus 2009-12-09 20:29:48 +00:00
  • 97d2b5a0f2 Improved documentation a little. guus 2009-12-09 20:28:53 +00:00
  • a86f45a4e6 Adds packetextension for nicknames (SMACK-285) guus 2009-12-09 19:59:52 +00:00
  • 06805b248d add generics Michael Will 2009-11-26 14:11:19 +00:00
  • 0b7421eae3 implement a simple macro parser Michael Will 2009-11-25 16:51:29 +00:00
  • f89e762f02 Convenience class for doing synchronous calls to the server rcollier 2009-10-28 22:55:57 +00:00
  • 8dd8ec02a5 SMACK-272 Add support for XEP-0060 (pubsub) rcollier 2009-10-28 22:54:49 +00:00
  • c00e7e333d Support for parsing embedded extensions from the server rcollier 2009-10-28 22:46:47 +00:00
  • 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 +00:00
  • 46cebe5e9e Added support for SHIM headers rcollier 2009-10-28 22:41:14 +00:00