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

Commit graph

  • 8704d5ac7b Fixed problem parsing the server name of addresses with this format <domain> Gaston Dombiak 2004-10-23 05:09:41 +0000
  • c4e971c350 Modified in order to hold any valid JID format. SMACK-152 Gaston Dombiak 2004-10-23 05:07:12 +0000
  • ef0d5c8fb8 Added #setDefaultAnswer(String) to set the default value as the current value of a given field Gaston Dombiak 2004-10-22 20:54:53 +0000
  • b7bf4ad782 Changed #testCreateReservedRoom to set the default value as the answer of the form fields and also to specify the JID of the room owner. Gaston Dombiak 2004-10-22 20:53:15 +0000
  • 4815fbbb7f Added test to ensure that the MUC service (server side) works with the old groupchat protocol Gaston Dombiak 2004-10-22 20:49:49 +0000
  • b2572bbce6 1. Adds new tests for discussion history and reserved nickname 2. Adds new asserts while testing invitations Gaston Dombiak 2004-10-03 19:07:06 +0000
  • b8a169383a Don't belong here. Matt Tucker 2004-10-02 20:13:18 +0000
  • 444306f7cd Treat XMPP addresses as case insensitive. SMACK-157 Gaston Dombiak 2004-09-30 01:00:56 +0000
  • d1e5bb5c6d Updating for 1.1 release Derek DeMoro 2004-09-29 16:49:05 +0000
  • cd8f9f5682 Allows to remove a connection listener while notifying that the connection is being closed. SMACK-162 Gaston Dombiak 2004-09-24 20:40:51 +0000
  • 31b508cc9f 1. Closes reader and writer when the connection is closed. SMACK-156 2. Closes reader and writer and shuts down PacketReader and PacketWriter if an exception occurs while initializing the connection. SMACK-156 Gaston Dombiak 2004-09-24 02:15:55 +0000
  • aaf6cf0ca9 Adds security checks to ensure that PacketReplyTime is always greater than 0. Gaston Dombiak 2004-09-24 02:12:47 +0000
  • 5ab0c1b7e7 Replaces a hardcoded value in #startup with one provided by SmackConfiguration.getPacketReplyTimeout. SMACK-156 Gaston Dombiak 2004-09-24 02:11:49 +0000
  • c396be83d1 Allows a disco#info packet to include a dataform. SMACK-153 Gaston Dombiak 2004-09-19 16:20:10 +0000
  • f103a16a07 Allows registration entries with blank values. SMACK-151 Gaston Dombiak 2004-09-16 14:42:23 +0000
  • 10e7cbb20e Fixes a bug parsing MUCOwner packets. Gaston Dombiak 2004-09-12 02:12:38 +0000
  • c395074c86 Fixes incorrect namespace for granting and revoking admin/owner privileges. Gaston Dombiak 2004-09-12 02:11:52 +0000
  • 151c904730 Changes some bare JIDs with full JIDs Gaston Dombiak 2004-09-10 21:39:56 +0000
  • 81f4029d75 Changes package names of LA provider classes Gaston Dombiak 2004-09-10 21:39:26 +0000
  • aeaa06c5e5 Extension was renamed to lowercase. Gaston Dombiak 2004-08-19 17:17:40 +0000
  • ed136bc8f6 Adding Smack Project. Derek DeMoro 2004-08-17 16:26:47 +0000
  • 2ac43cb6e9 Code tweaks. Matt Tucker 2004-08-17 16:18:19 +0000
  • b1150c862d Fixes. Matt Tucker 2004-08-17 07:48:43 +0000
  • ec686f15ef Renamed. Matt Tucker 2004-08-17 07:45:39 +0000
  • 280c4b5a76 First round of refactoring. Matt Tucker 2004-08-17 07:44:36 +0000
  • cf47ba95af No longer needed. Matt Tucker 2004-08-17 07:41:00 +0000
  • 5d656558fd Initial check-in. Matt Tucker 2004-08-16 00:57:36 +0000
  • 2aaccd0dec Added workgroup entries. Matt Tucker 2004-08-16 00:56:42 +0000
  • 727b4d5016 Initial check-in. Matt Tucker 2004-08-10 21:32:43 +0000
  • ca7b70b103 Small tweak. Matt Tucker 2004-08-10 21:32:35 +0000
  • 1a093754e1 Fixes NPE when sending null as the node while trying to get the NodeInformationProvider for a node. Gaston Dombiak 2004-08-10 13:03:15 +0000
  • d196becbd7 Initial version. Gaston Dombiak 2004-08-10 12:42:26 +0000
  • 4a9e6484cf Updated release date. Gaston Dombiak 2004-08-10 12:24:22 +0000
  • c9e25bfba4 Updated for 1.4.0 release. Gaston Dombiak 2004-08-10 09:37:28 +0000
  • c2d2ab4a42 Removed identityName and identityType. Gaston Dombiak 2004-08-09 22:10:01 +0000
  • 3c80abdf45 Moved identityName and identityType from SmackConfiguration to ServiceDiscoveryManager. Gaston Dombiak 2004-08-09 22:09:20 +0000
  • 1a008f53c2 Updated version number Gaston Dombiak 2004-08-09 22:08:35 +0000
  • 7877a29af0 Renamed variable. Matt Tucker 2004-08-09 21:47:00 +0000
  • 5eb9146cb8 Fixed Javadoc issues. Matt Tucker 2004-08-09 21:15:42 +0000
  • 785e319e7c Cleanup of listener logic, now possible to get count of listeners. Matt Tucker 2004-08-09 21:15:04 +0000
  • 0553ef7e65 Updated version number, fixed Javadoc issue. Matt Tucker 2004-08-09 21:13:36 +0000
  • 3ffa47f756 Removed bad link. Matt Tucker 2004-08-09 20:58:00 +0000
  • 45cda732bb Updated for 1.4.0 release. Matt Tucker 2004-08-09 20:57:48 +0000
  • f1c38d67d7 Adds new test for discovering if a server supports publishing of items. SMACK-150 Gaston Dombiak 2004-08-05 16:57:57 +0000
  • ecadf0b4a8 Allows to discover whether a server supports publishing of items or not. SMACK-150 Gaston Dombiak 2004-08-05 16:57:28 +0000
  • 13d1c07741 Adds new test for discovering client's identity. SMACK-149 Gaston Dombiak 2004-08-04 19:54:17 +0000
  • 1ce8a33af4 Answers the client identity for a disco info request. SMACK-149 Gaston Dombiak 2004-08-04 19:53:39 +0000
  • e45c4a6805 Adds ability to set the identity name and type of a Smack client. SMACK-149 Gaston Dombiak 2004-08-04 19:52:11 +0000
  • 287c54a6ac Changes the way the properties are parsed. Gaston Dombiak 2004-07-17 17:50:18 +0000
  • f7ccbe1421 Makes finalize more secure. Gaston Dombiak 2004-07-16 21:00:07 +0000
  • d53f0e9492 Cancel opened collectors. SMACK-145 Gaston Dombiak 2004-07-16 20:46:16 +0000
  • 2b41ad0ccf Adds new tests for setting a new name and group to an unfiled unnamed entry. Gaston Dombiak 2004-07-15 02:35:54 +0000
  • ae17aca127 Updates the comment of #createEntry. Gaston Dombiak 2004-07-15 02:34:45 +0000
  • 1d169dff08 Fixes error parsing properties. SMACK-138 Gaston Dombiak 2004-07-13 19:15:06 +0000
  • 677b389ccc Fixed closing ObjectOutputStream (SMACK-143). Matt Tucker 2004-07-13 00:39:30 +0000
  • d471d42fbf Changes superclass to SmackTestCase.SMACK-142 Gaston Dombiak 2004-07-12 13:36:13 +0000
  • 3886ed0736 Initial version. SMACK-142 Gaston Dombiak 2004-07-12 13:31:29 +0000
  • 6427a99a64 Added support for more data types in DataForms. Gaston Dombiak 2004-07-09 20:54:24 +0000
  • b42201284f Fixes package name of MUC. Gaston Dombiak 2004-07-06 13:42:37 +0000
  • 6a9660efef Moved from org.jivesoftware.smackx to org.jivesoftware.smackx.muc. Gaston Dombiak 2004-07-06 13:04:16 +0000
  • bafef8947c Moved from org.jivesoftware.smackx to org.jivesoftware.smackx.muc. Gaston Dombiak 2004-07-06 03:07:45 +0000
  • 9cbf692917 1. Moved from org.jivesoftware.smackx to org.jivesoftware.smackx.muc. 2. Made clearer the way to specify the amount of discussion history to receive while joining a room Gaston Dombiak 2004-07-06 03:05:37 +0000
  • ff8dfab94e Initial version. SMACK-99 Gaston Dombiak 2004-07-06 03:02:50 +0000
  • dde93e2a3f Moved from org.jivesoftware.smackx to org.jivesoftware.smackx.muc. Gaston Dombiak 2004-07-06 03:01:36 +0000
  • 757c7450d9 Allow custom SocketFactory to be set (SMACK-140). Matt Tucker 2004-07-05 22:22:02 +0000
  • 0b49cbc374 Adds ability to listen for possible errors while sending the room configuration form. Gaston Dombiak 2004-06-14 17:27:09 +0000
  • 0e938bfe1a Adds a method that anwwers if the connection with the server is active. SMACK-139 Gaston Dombiak 2004-06-14 17:00:04 +0000
  • 9a7ad5d3cb Adds a menu item that allows to close all the tabs that have their connections not active. SMACK-139 Gaston Dombiak 2004-06-14 16:58:58 +0000
  • a4c49d5e04 Initial version. SMACK-99 Gaston Dombiak 2004-06-12 22:32:38 +0000
  • ee44e762ec Initial version. Gaston Dombiak 2004-06-07 01:37:55 +0000
  • 5e612ae222 Adds documentation about "Provide node information" Gaston Dombiak 2004-06-07 01:37:41 +0000
  • 4f4f8c62d3 Modifies comments for javadoc Gaston Dombiak 2004-06-04 18:52:10 +0000
  • 31729059f6 Initial version. Gaston Dombiak 2004-06-03 16:19:30 +0000
  • 2bb363b898 Skips CRs while parsing packet properties. SMACK-138 Gaston Dombiak 2004-06-03 16:18:30 +0000
  • 250ab4de71 Use try/catch around System.getProperty() Matt Tucker 2004-06-03 01:03:56 +0000
  • a1af5c79e7 Flush writer during keep-alives. Matt Tucker 2004-06-02 16:51:19 +0000
  • 5a9bfa3a1c Adds test case for banning, kicking, granting and removing privileges. Gaston Dombiak 2004-05-30 16:43:13 +0000
  • 08858284fe Adds support for banning, kicking, granting and revoking privileges. SMACK-99 Gaston Dombiak 2004-05-30 16:41:12 +0000
  • ab750062ba Initial version. SMACK-99 Gaston Dombiak 2004-05-30 16:37:58 +0000
  • 7905307d5f Escapes invalid charactes of the "to" and "from" fields in #toXML. SMACK-135 Gaston Dombiak 2004-05-22 22:53:21 +0000
  • 5fdc96acab Adds test case for "Modifying room subject". Gaston Dombiak 2004-05-18 17:50:34 +0000
  • af9f7dd469 Adds support for "Modifying room subject" . SMACK-99 Gaston Dombiak 2004-05-18 17:48:25 +0000
  • 28bedcb31b Initial version. SMACK-99 Gaston Dombiak 2004-05-18 17:46:03 +0000
  • 435fcd22c5 Converted this class to include only the tests that must be run when a room already exists Gaston Dombiak 2004-05-13 17:46:11 +0000
  • f840527300 Initial version. Gaston Dombiak 2004-05-13 17:44:06 +0000
  • e343c571a5 1. Allows to discover joined rooms of other users 2. Allows to retrieve the Presence of a given participant 3. Fixes a bug that prevented to update an existing participant's Presence Gaston Dombiak 2004-05-13 17:42:20 +0000
  • 6793015fe9 Fixed a bug in the XML representation by adding some missing inverted commas Gaston Dombiak 2004-05-13 17:33:21 +0000
  • 1da02cbfd8 Allows to retrieve items for entity nodes. SMACK-134 Gaston Dombiak 2004-05-09 19:18:02 +0000
  • fbd6043c5c Initial version. SMACK-134 Gaston Dombiak 2004-05-09 19:11:58 +0000
  • 529818b559 Fixed #getChildElementXML to include the node attribute. SMACK-133 Gaston Dombiak 2004-05-09 18:52:26 +0000
  • 8e6941e95d Adds reserved room nickname discovery and sets on every connection that this client supports MUC Gaston Dombiak 2004-05-03 00:47:30 +0000
  • 13f15c5e4b Removes hardcoded packet reply timeout value Gaston Dombiak 2004-05-03 00:43:51 +0000
  • c1e253dc18 Adds MultiUserChat class to the list of classes to load at start up Gaston Dombiak 2004-05-03 00:36:11 +0000
  • 2f69af2fc0 Initial version Gaston Dombiak 2004-04-26 02:36:34 +0000
  • a9f712be2f New constructor for fields of type FIXED Gaston Dombiak 2004-04-26 02:34:29 +0000
  • 5289b67214 Modifies the instructions element to allow multiple instructions (JEP updated) Gaston Dombiak 2004-04-26 02:33:06 +0000
  • 693d0013ac Remove cached presence info when deleting a user from the roster (SMACK-131). Matt Tucker 2004-04-21 21:10:42 +0000
  • a958b245e6 Fixed logic bug where setting values via the API in SmackConfiguration could be overridden by the config file. Matt Tucker 2004-04-18 18:11:26 +0000
  • ad3b8a23d9 Prints an exception to the console in case an error occurs while parsing the document Gaston Dombiak 2004-04-18 14:27:20 +0000
  • 07c6a12f97 Fixes bad tag names Gaston Dombiak 2004-04-18 14:25:39 +0000