1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-26 13:24:49 +02:00

Commit graph

  • 8d5225c6a9 Spellcheck. Alex Wenckus 2006-11-14 21:51:03 +0000
  • 53c97378d3 1) Fixed reconnection when connection was using compression. 2) Fixed conflict error while reconnecting (reconnection was not keeping track of resource and sendPresence. 3) Improved javadoc (and checking) that reconnectionlisteners should be added once connected. 4) Added new reconnection test case for reconnection and multiple resources. Gaston Dombiak 2006-11-10 19:06:33 +0000
  • 97824ebc1c Type enum is now public. Gaston Dombiak 2006-11-09 23:19:54 +0000
  • 0e0f1701a4 Improved parsing of subjectDNs. SMACK-181 Gaston Dombiak 2006-11-08 00:57:39 +0000
  • a31f93d9d3 Renaming smack version string for proper naming convention. Derek DeMoro 2006-10-23 22:58:30 +0000
  • d4147e012b 1) Escape values in form field to prevent error. 2) Check for null value in error type to handle invalid error types. Derek DeMoro 2006-10-17 13:15:35 +0000
  • 43744eb09f Added new constructor that performs DNS SRV lookups. Gaston Dombiak 2006-10-16 20:45:43 +0000
  • 87e6c2aba5 Added support for returning list of identities of a hosted node. SMACK-178 Gaston Dombiak 2006-10-16 17:56:48 +0000
  • 819b32ec95 Assigned a default value to the "type" instance variable. SMACK-176 Thiago Camargo 2006-10-10 22:03:22 +0000
  • 998172b111 Removed extra synchronization (SMACK-177). Matt Tucker 2006-10-07 23:16:20 +0000
  • 48fac74878 Protect against bad xmpp error types. Matt Tucker 2006-09-20 16:43:40 +0000
  • 49a07980de First file transfer test Alex Wenckus 2006-09-19 16:39:08 +0000
  • 865d12b483 Refactoring work. Gaston Dombiak 2006-09-18 20:17:33 +0000
  • 216971659a Renamed ConnectionEstablishedListener to ConnectionCreationListener. SMACK-173 Gaston Dombiak 2006-09-15 23:05:01 +0000
  • 03bb3c1d0a Initial version.SMACK-173 Gaston Dombiak 2006-09-15 23:04:09 +0000
  • f941cd509c Renamed to ConnectionCreationListener.SMACK-173 Gaston Dombiak 2006-09-15 23:03:26 +0000
  • e65ecdc913 Rolling back some JID escaping work related to SMACK-170. Gaston Dombiak 2006-09-15 22:42:06 +0000
  • 6be93f4a4e Code cleanup and refactoring. Matt Tucker 2006-09-15 21:51:08 +0000
  • edd7df6799 Escape on setting JID instead of getting JID. Matt Tucker 2006-09-15 20:53:18 +0000
  • 41a5399c39 Update VCardProvider. Derek DeMoro 2006-09-14 20:46:32 +0000
  • 29073a307a Added reconnection support. SMACK-172 Gaston Dombiak 2006-09-14 19:21:38 +0000
  • 3af86fd462 Added reconnection support. SMACK-172 Gaston Dombiak 2006-09-14 19:16:40 +0000
  • 96e4201f61 1. Added reconnection support. SMACK-172 2. Set available contacts to offline when connection is closed. SMACK-171 Gaston Dombiak 2006-09-14 19:14:51 +0000
  • 96e134e21a Initial version. SMACK-172 Gaston Dombiak 2006-09-14 19:13:35 +0000
  • 85781a7158 1) SMACK-170 - Added JID escaping capabilities to SMACK. 2) Escaping form field values to prevent bad xml. Derek DeMoro 2006-09-14 15:19:39 +0000
  • 1df8baa6f7 Refactoring work. Gaston Dombiak 2006-09-13 20:56:47 +0000
  • e558ee8fa6 Replaces lock object with Semaphore. SMACK-168 Gaston Dombiak 2006-09-13 17:58:28 +0000
  • 0c71fe2624 Added more test cases for multiple resources. Gaston Dombiak 2006-09-13 17:30:28 +0000
  • 9182eb38fd Renamed to PresenceTest. Gaston Dombiak 2006-09-13 16:31:57 +0000
  • e92c22ab98 Added more test cases. Gaston Dombiak 2006-09-13 16:31:28 +0000
  • e38dc86f8d Refactoring work. Method #getLastActivity(XMPPConnection,String) was deprecated. SMACK-94 Gaston Dombiak 2006-09-04 22:05:00 +0000
  • cd0370ac14 Added LastActivityManager. SMACK-94 Gaston Dombiak 2006-09-04 22:04:15 +0000
  • 87b3c84f04 Initial version. SMACK-94 Gaston Dombiak 2006-09-04 22:03:48 +0000
  • 8f98f71ecb Added JID escaping support. SMACK-167 Gaston Dombiak 2006-09-03 03:10:15 +0000
  • 39662d3b0f 1) FileTransfer#isDone() will now return true on refused. SMACK-158 2) Learned to spell. 3) Changed to enums. Alex Wenckus 2006-09-01 17:38:53 +0000
  • 8576a13de7 Added new test case for offline messages with invalid XML characters. Gaston Dombiak 2006-08-25 22:58:23 +0000
  • 727304b25e Added new test case for errors text with no description. SMACK-165 Gaston Dombiak 2006-08-25 20:20:39 +0000
  • c13766569e Fixed freezing when parsing error. SMACK-166 Gaston Dombiak 2006-08-25 20:18:54 +0000
  • 157a1e9659 Listeners are now removed from PacketReader. SMACK-165 Gaston Dombiak 2006-08-10 22:09:30 +0000
  • 469ff4d487 Roster item nickname is now escaped for XML. SMACK-164 Gaston Dombiak 2006-08-10 21:35:08 +0000
  • b34152e9f5 Use stream feature to discover whether in-band registration is available. SMACK-160 Gaston Dombiak 2006-08-03 17:04:01 +0000
  • 84cc5fb1c6 Fixed casting error. Gaston Dombiak 2006-08-03 17:03:19 +0000
  • a9c3ffe64c Fixed NPE when muc#roominfo_subject has no value. SMACK-163 Gaston Dombiak 2006-08-02 22:32:45 +0000
  • 8879234bbc Fixed potential error when #getClassLoader returns null. SMACK-162 Gaston Dombiak 2006-08-02 22:31:23 +0000
  • 47cc26e234 Fixed possible delay when TLS is not supported by the server. SMACK-161 Gaston Dombiak 2006-08-02 22:17:11 +0000
  • f5c5213e61 Privacy and error test cases. Matt Tucker 2006-07-23 22:15:43 +0000
  • 201d36e4d1 Some small refactoring to handle the rare case when a disco request may return an unknown response and could cause an NPE. Alex Wenckus 2006-07-20 17:17:19 +0000
  • 47abf627b7 Added privacy list support and improved error handling from Francisco (SMACK-121, SMACK-31). Matt Tucker 2006-07-19 19:24:00 +0000
  • 1716c6ed22 Added method description. Gaston Dombiak 2006-07-18 21:24:00 +0000
  • 9ade8ac8cd Escape filename so the Smack connection doesn't crash. SMACK-159 Alex Wenckus 2006-07-18 17:01:54 +0000
  • 9895123ff3 Additional refactoring work. Matt Tucker 2006-07-18 06:47:38 +0000
  • f57ff10ad9 1. Clean up code 2. Refactoring work 3. Optimization work. SMACK-153 4. Fixed roster test cases. SMACK-154 4. Fixed vCard issue. SMACK-152 Gaston Dombiak 2006-07-18 05:14:33 +0000
  • 14b50d790a Initial version. SMACK-155 Gaston Dombiak 2006-07-18 05:04:47 +0000
  • 494cec8f9a Syntax fix. Matt Tucker 2006-07-18 02:42:22 +0000
  • f520dfe02e Fixed potential endless loop. Gaston Dombiak 2006-07-17 19:38:37 +0000
  • 0e1c037504 Fixed VCard encoding when creating the dom object. SMACK-151 Alex Wenckus 2006-07-17 17:17:40 +0000
  • e304af9122 Fixing host name. Matt Tucker 2006-07-17 15:29:55 +0000
  • bbbfe09c31 Phase 1 of large refactoring. Removing dead code, bug fixes, updates to JDK 1.5. Matt Tucker 2006-07-17 08:39:08 +0000
  • 1a08715f67 #hashcode and #equals. SMACK-54 Alex Wenckus 2006-07-11 01:45:45 +0000
  • 0fdda5bc4d Removed invisible mode. SMACK-147 Alex Wenckus 2006-07-11 01:33:18 +0000
  • 639386759a Switch or's to and's so that the exploit can't be used note that this doesn't fix the issue of invalid XML. SMACK-65 Alex Wenckus 2006-07-10 18:27:40 +0000
  • c4168bf3d7 Fixed several xhtml processing bugs: 1) <br/> will no longer produce <br/><br/>. SMACK-93 2) XML entities inside of the xhtml bodies should now be properly escaped. SMACK-145 3) XHTML processing keeps track of depth. SMACK-65 Alex Wenckus 2006-07-10 18:15:26 +0000
  • c49356052f Added support to return disco#info features of hosted nodes. SMACK-150 Gaston Dombiak 2006-07-10 16:56:14 +0000
  • f9ecbb3297 Reuse empty slots in the collection to store new listeners/collectors. Fixed by Alex. :) SMACK-149 Gaston Dombiak 2006-07-10 16:51:56 +0000
  • 97b80ac8da Improved #toString() Gaston Dombiak 2006-07-07 15:05:00 +0000
  • 6cb31089f1 Added new test case when a user has many resources and new contacts are added/removed. Gaston Dombiak 2006-07-06 18:55:29 +0000
  • 386b0abcdd After 2 failed connection attempts file transfer will black list a stream host for 2 hours. SMACK-138 Alex Wenckus 2006-07-05 18:34:11 +0000
  • 58254d82aa 1) SOCKS5 listening thread and socket should now be closed properly. SMACK-148 2) PacketCollectors are now properly timed-out. Alex Wenckus 2006-07-05 17:45:59 +0000
  • 0bc5b7b404 Searh for records of type SRV and class IN. SMACK-146 Gaston Dombiak 2006-06-23 17:47:23 +0000
  • 8fe7e46330 1) Created bookmark manager to facilitate the management of bookmarks. SMACK-144 2) Added RSS attribute to URLs. SMACK-136 Alex Wenckus 2006-06-16 22:58:24 +0000
  • ae97f5fd6a Updated for 2.2.1. Gaston Dombiak 2006-06-12 21:05:23 +0000
  • 7bef86a2ae Updated for 2.2.1. Gaston Dombiak 2006-06-12 19:10:46 +0000
  • 3252a2a77c keep alive final fixes. SMACK-141 Gaston Dombiak 2006-06-12 16:32:18 +0000
  • 6e49d6cb05 Temp fix for SSL exception problem until we finish final solution that consists of changing the keep alive thread to send a hearbeat when the connection is idle (i.e. nothing has been sent for a while). SMACK-141 Gaston Dombiak 2006-06-09 23:24:54 +0000
  • f7e4817f12 Javadoc work. Matt Tucker 2006-05-30 21:53:50 +0000
  • ed0f4a8a65 Added remove method for private data provider Alex Wenckus 2006-05-26 22:42:07 +0000
  • 3e1056efe9 Fixed JDK compatibility issue. Gaston Dombiak 2006-05-16 18:16:16 +0000
  • e96b6e7e38 Added support for JEP-0048: Bookmark Storage. This implementation allows for the storage of bookmarks of conference rooms and other entities in a Jabber user's account. Derek DeMoro 2006-05-09 22:02:29 +0000
  • 2b8b0183c9 Deleting class per Alex request. :) Gaston Dombiak 2006-05-03 21:41:26 +0000
  • 6f832ddb99 Added avatar test. Alex Wenckus 2006-05-03 21:23:18 +0000
  • c22f731c6d Changed base64 implementation. SMACK-135 Alex Wenckus 2006-05-03 21:13:25 +0000
  • bed5b81ee7 VCard will now be saved if the avatar is the only element. SMACK-134 Alex Wenckus 2006-05-03 17:43:35 +0000
  • 8398c6f4a9 Re-applied fix for SMACK-120 Pete Matern 2006-05-01 16:34:41 +0000
  • bd6b9e6b26 1) Illegal characters in group name will no longer crash a connection. SMACK-133 2) Fixed warnings. Alex Wenckus 2006-04-20 18:52:28 +0000
  • 912e8ad25e Setter for response timeout was not static. Alex Wenckus 2006-04-14 22:36:42 +0000
  • e8c0266740 Illegal XML characters in presence status would crash connection. SMACK-132 Alex Wenckus 2006-04-13 20:18:26 +0000
  • f70e9b894d Illegal XML characters in presence status would crash connection. SMACK-131 Alex Wenckus 2006-04-12 17:40:32 +0000
  • a5b061d187 Increased file transfer buffer size. Alex Wenckus 2006-04-04 20:44:39 +0000
  • 8d3bf139c6 Updated VCard test to test illegal XML characters. Alex Wenckus 2006-04-04 20:38:10 +0000
  • b88871c409 VCards data was not being escaped and unescaped properly. SMACK-130 Alex Wenckus 2006-04-04 01:15:02 +0000
  • aa4b965001 Initial transfer status was not being set. Alex Wenckus 2006-03-27 22:49:24 +0000
  • 422317e238 File transfer progress was not being rounded correctly. SMACK-127 Alex Wenckus 2006-03-20 17:59:01 +0000
  • 3709f51db0 Added votes information. Gaston Dombiak 2006-03-09 02:37:57 +0000
  • b7030403e2 Updated for 2.2.0. Gaston Dombiak 2006-03-09 02:34:27 +0000
  • 3b4b5c36b6 Disco was not responding correctly when the provided node was not found. SMACK-126 Alex Wenckus 2006-02-28 18:52:17 +0000
  • aa97e11856 Initial version. SMACK-125 Gaston Dombiak 2006-02-27 22:00:26 +0000
  • 9fcbd64d28 Added support for adding presence interceptors to new presences sent to the MUC service. SMACK-125 Gaston Dombiak 2006-02-27 21:59:50 +0000
  • eb0c5e282d Added new anonymous test case and improved assertions of existing one. Gaston Dombiak 2006-02-27 20:01:30 +0000
  • 5247fce7ca Moved resource binding parsing as a core IQ packet. SMACK-124 Gaston Dombiak 2006-02-27 18:17:27 +0000
  • 74ca03f5b3 Updated ant.bat to run Derek DeMoro 2006-02-16 20:18:18 +0000