1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-15 08:04:52 +02:00

Commit graph

  • 7581872f41 Improved Javadocs. Matt Tucker 2003-05-11 21:19:38 +0000
  • 5e6ebe8c88 Initial check-in. Matt Tucker 2003-05-11 17:43:52 +0000
  • 154399440a Fixed parsing of providers file. Matt Tucker 2003-05-11 03:36:55 +0000
  • 37b7268abf Write out XML correctly. Matt Tucker 2003-05-08 16:24:08 +0000
  • 1fce8b422b Fixed packet extension parsing. Optimized IQ parsing. Matt Tucker 2003-05-08 16:17:48 +0000
  • 1b0a43b8a5 Changed method name. Matt Tucker 2003-05-08 16:17:18 +0000
  • 0360db930f Use new message type constant. Matt Tucker 2003-05-08 15:57:22 +0000
  • 3ac4b1c121 Added packet extension support. Properties now use the <properties> element name. Matt Tucker 2003-05-08 15:55:06 +0000
  • d6d875b83b IQ packets should never include properties since doing so violates the XMPP spec. Matt Tucker 2003-05-08 15:54:51 +0000
  • cdd78ecbe6 Initial check-in. Matt Tucker 2003-05-08 15:53:40 +0000
  • f5e167e067 Fixed element name. Matt Tucker 2003-05-08 15:52:43 +0000
  • aa9e8f8960 Message type constants moved to innner class to be consistent with other parts of API. Matt Tucker 2003-05-07 19:10:53 +0000
  • 0d156ee0a6 Fixed message filter to only accept group chat messages, fixed method name. Matt Tucker 2003-05-07 19:10:06 +0000
  • 6551c8edb9 Fixed typo. Matt Tucker 2003-05-05 15:11:31 +0000
  • 000100a149 Fixed setting debug enabled via a system property. Matt Tucker 2003-05-05 05:02:31 +0000
  • 979d5f721f Fixed typos. Matt Tucker 2003-05-05 05:02:01 +0000
  • 4929a81e72 Bug fix for setName method. Matt Tucker 2003-05-05 04:33:22 +0000
  • 7a15fcb32f Updated to new version. Matt Tucker 2003-05-05 04:32:59 +0000
  • f27c5b1272 Fixed spelling error. Matt Tucker 2003-05-01 13:31:21 +0000
  • 81070542fa Initial check-in. Matt Tucker 2003-05-01 02:10:58 +0000
  • 3b738bef74 Support for pluggable IQ parsing. Matt Tucker 2003-05-01 02:06:21 +0000
  • 1bafa57bd4 Updated for release. Matt Tucker 2003-05-01 02:03:02 +0000
  • 7927733378 Updated for release. Matt Tucker 2003-05-01 01:56:38 +0000
  • dcf5d1ea72 Do a permission check before getting a Java system property. Matt Tucker 2003-04-29 05:32:34 +0000
  • 6b05d369de Minor fix for version numbers Bill Lynch 2003-04-25 21:00:48 +0000
  • 8b42274576 Updated for 1.0 release. Matt Tucker 2003-04-25 20:42:58 +0000
  • f972d88d5e Update version. Matt Tucker 2003-04-25 20:34:41 +0000
  • e8053f13bf Update version. Matt Tucker 2003-04-25 20:32:20 +0000
  • ca8d6cb0d2 Small note about roster. Matt Tucker 2003-04-25 20:23:45 +0000
  • dd84663869 Lazy load packet id. Matt Tucker 2003-04-25 20:21:28 +0000
  • 7b02479f66 Support for pending roster items. Matt Tucker 2003-04-25 20:20:55 +0000
  • fe6b9f2693 Default mode is now AVAILABLE instead of null. Matt Tucker 2003-04-25 20:20:32 +0000
  • 33e3e0d232 Use newer swing call. Matt Tucker 2003-04-25 20:19:49 +0000
  • 6cea9b8bd3 Roster and presence packet reading fixes. Matt Tucker 2003-04-25 20:18:49 +0000
  • 949933a9d1 Various fixes. Matt Tucker 2003-04-25 20:12:56 +0000
  • 571c91ebbf Added ability to get list of entries not in a group. Presence support. Subscription requests automatically accepted. Matt Tucker 2003-04-25 20:12:17 +0000
  • 5ed9ce0283 Entries list made private. Matt Tucker 2003-04-25 20:11:38 +0000
  • db806f8a6d Comment fixes. Matt Tucker 2003-04-18 04:38:27 +0000
  • 9be420c9bc Max queue size defined. Matt Tucker 2003-04-15 13:52:38 +0000
  • 03311272ce Added session listener. Matt Tucker 2003-04-14 17:13:14 +0000
  • 4517a66bb4 Made certain fields static. Matt Tucker 2003-04-14 17:09:43 +0000
  • 1863692765 Small fixes. Matt Tucker 2003-04-14 04:18:15 +0000
  • 1d37c49253 Fix for null pointer case. Matt Tucker 2003-04-14 04:16:13 +0000
  • 60eb780c1e Work on presence support. Matt Tucker 2003-04-14 04:10:47 +0000
  • d57619d208 Added comments. Matt Tucker 2003-04-13 22:03:36 +0000
  • cd28754b39 Added support for roster listeners. Matt Tucker 2003-04-13 04:51:37 +0000
  • 5ae662a257 Minor logic fix. Matt Tucker 2003-04-13 04:49:27 +0000
  • 3bf804d94d Updated webchat logo - added oracle logo as a separate image Bill Lynch 2003-04-12 14:39:40 +0000
  • 9baffa95e6 Implemented logoff link and window flashing Bill Lynch 2003-04-11 18:43:06 +0000
  • 8e5fbab10d Added deploywar task Bill Lynch 2003-04-11 18:42:40 +0000
  • 66cfe5506b Fix for possible 'data' var in JS being null Bill Lynch 2003-04-11 18:41:54 +0000
  • 5c891a82bc Don't use garbage param. Matt Tucker 2003-04-11 15:53:04 +0000
  • 3b9f9e7c12 Use filters. Use context params. Matt Tucker 2003-04-11 15:52:16 +0000
  • 4ae4e66cbf Initial check-in. Matt Tucker 2003-04-11 15:50:20 +0000
  • 89ef40ba10 Use context params instead of servlet params, as this may make WAR deployment easier. Matt Tucker 2003-04-11 15:06:24 +0000
  • 57bd6ab9df css file now included in war Bill Lynch 2003-04-11 03:57:57 +0000
  • 07cdf90aeb Updated to include chat servlet declaration & mapping as well as welcome file declaration. Bill Lynch 2003-04-11 02:58:22 +0000
  • 4aa250f252 Added war target Bill Lynch 2003-04-10 20:14:59 +0000
  • cba6e39607 Initial checkin of build script for webchat app Bill Lynch 2003-04-10 19:42:41 +0000
  • ff36638a21 *** empty log message *** Bill Lynch 2003-04-10 04:43:27 +0000
  • fea409a14c Initial checkin Bill Lynch 2003-04-10 04:41:01 +0000
  • 7857d170be Initial checkin Bill Lynch 2003-04-09 22:50:15 +0000
  • bd4d3114d4 Fix for removing packet listeners. Matt Tucker 2003-04-08 22:22:57 +0000
  • 68d489ef79 Fix from John for bad packet processing logic. Matt Tucker 2003-04-08 21:22:09 +0000
  • 7e110a954f Refer to constants statically (from Nuno). Matt Tucker 2003-04-08 15:32:26 +0000
  • af4ea681ee Wait for server response before returning roster. Matt Tucker 2003-04-07 05:40:28 +0000
  • d77787f67c Fixed listener remove operation. Matt Tucker 2003-04-07 05:39:44 +0000
  • 7bac4581e3 Initial check-in. Matt Tucker 2003-04-05 01:13:16 +0000
  • c9e5c8a674 Support for daily builds. Matt Tucker 2003-04-05 01:13:07 +0000
  • 70de83e19f Updated version. Matt Tucker 2003-04-05 01:12:56 +0000
  • c2a215eacc Added ability to add listeners for messages. Matt Tucker 2003-04-02 22:52:07 +0000
  • df353199d0 Added ability to add listeners. Matt Tucker 2003-04-02 22:46:40 +0000
  • 09935d03b7 Added TODO items. Matt Tucker 2003-03-27 16:01:57 +0000
  • f322df6671 Added ability to get participant information. Matt Tucker 2003-03-27 15:57:18 +0000
  • 36e0744c60 Fix for ClassCastException with bad username. Matt Tucker 2003-03-25 16:24:03 +0000
  • 7bc473fd24 Small fix. Matt Tucker 2003-03-24 15:41:11 +0000
  • e5586093f0 Small javadoc fixes. Matt Tucker 2003-03-24 14:53:55 +0000
  • e1cc76c345 Added methods for parsing parts of a JID. Matt Tucker 2003-03-24 14:51:26 +0000
  • dd4c10ac9d Improvements in entry creation and management. Matt Tucker 2003-03-23 23:03:19 +0000
  • 25e4481984 Set "to" field of requests to be compatibile with more servers. Matt Tucker 2003-03-23 23:02:10 +0000
  • f0ef12eed5 Added getters and improved comments. Matt Tucker 2003-03-14 16:00:03 +0000
  • 9287e1b989 Javadoc fixes. Matt Tucker 2003-03-09 23:42:51 +0000
  • 6b472c6145 Beta 3 changes. Matt Tucker 2003-03-09 23:42:20 +0000
  • dc5a177158 Updates for beta 3. Matt Tucker 2003-03-09 23:08:17 +0000
  • b441f58870 Javadoc info. Matt Tucker 2003-03-09 23:07:58 +0000
  • 023cffb95a More implementation work. Matt Tucker 2003-03-09 23:06:59 +0000
  • 7fa5b3608e Initial account manager functionality. Matt Tucker 2003-03-08 23:09:48 +0000
  • 996f50449c Use XMPPError class. Matt Tucker 2003-03-07 19:54:10 +0000
  • 6fce8ec9f0 Fixes. Matt Tucker 2003-03-07 19:50:24 +0000
  • 044e9cf71c Fixed parsing of packet properties, renamed error class. Matt Tucker 2003-03-07 19:47:49 +0000
  • 867e1714ad Support for XMPPError class. Matt Tucker 2003-03-07 19:47:31 +0000
  • 3d5c656e1f Renamed class. Matt Tucker 2003-03-07 19:47:08 +0000
  • 842527ecdb Added null check. Matt Tucker 2003-03-07 19:46:49 +0000
  • ce9c75d057 Moved file. Matt Tucker 2003-03-07 19:46:38 +0000
  • 48883e8fc8 Reverting. Matt Tucker 2003-02-10 05:23:32 +0000
  • 756ec479cc Updates for beta 2. Matt Tucker 2003-02-10 05:11:54 +0000
  • 0302c05b32 Updates. Matt Tucker 2003-02-10 05:02:07 +0000
  • b2127ce982 Initial roster support. Matt Tucker 2003-02-10 05:01:01 +0000
  • e08d37ac2e Longer packet ID. Matt Tucker 2003-02-04 17:14:35 +0000
  • 2015674c78 Long packet ID, more efficient properties handling. Matt Tucker 2003-02-04 17:14:14 +0000