1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-10-31 17:25:58 +01:00

Commit graph

  • d843cc9a77 Packet writer errors will now notify listeners of errors (SMACK-85) Matt Tucker 2003-09-18 22:35:42 +0000
  • 89fa351758 Changed method and constructor from protected to default access to clean up Javadocs. Matt Tucker 2003-09-18 21:37:52 +0000
  • daf6acd2ca Added link to XMPPConnection. Matt Tucker 2003-09-18 21:37:27 +0000
  • 2962187b75 Added isSecureConnection method (SMACK-84) Matt Tucker 2003-09-18 20:39:14 +0000
  • 690ba2f345 Added Javadoc note about single thread used for all listeners. Matt Tucker 2003-09-18 20:38:12 +0000
  • 796b70de23 Minor change to release build script testing. Bill Lynch 2003-09-18 03:48:49 +0000
  • ab73164b38 Javadoc fixes. Matt Tucker 2003-09-17 22:21:45 +0000
  • 62211a89d0 Initial check-in of XHTML support. Gaston Dombiak 2003-09-14 14:46:38 +0000
  • d0766b5687 Added XHTML support. Gaston Dombiak 2003-09-14 14:44:42 +0000
  • 3564612171 Improved Javadocs and error handling code on join method. Matt Tucker 2003-09-11 21:13:20 +0000
  • ba6521df0d Updated version number. Matt Tucker 2003-09-03 03:30:06 +0000
  • 23eecbf102 Added additional convenience methods (SMACK-82). Matt Tucker 2003-09-03 03:00:45 +0000
  • 4d26e6c0f9 Added JEP info. Matt Tucker 2003-08-30 23:57:00 +0000
  • daee26cf12 Added info about the distribution. Matt Tucker 2003-08-30 23:56:36 +0000
  • 7ab40eadd5 Minor fix. bruce 2003-08-30 14:14:45 +0000
  • d9bcfb69ea Two words: Spell Checker bruce 2003-08-30 14:11:52 +0000
  • 555c85aff9 Updated for 1.2.0 release. Matt Tucker 2003-08-29 18:48:17 +0000
  • 855117de82 Small tweaks. Matt Tucker 2003-08-29 18:47:52 +0000
  • de84ef5d36 UI updates. Matt Tucker 2003-08-29 18:47:39 +0000
  • b8a72c2f04 Small formatting fix. Matt Tucker 2003-08-28 18:39:38 +0000
  • e4c122209f comment updated Gaston Dombiak 2003-08-27 21:53:56 +0000
  • 3429142b5c Added slightly more robust tetsing of OrFilter and PacketTypeFilter... can't break it :) Bill Lynch 2003-08-26 19:21:18 +0000
  • bceff343af Removed the setters methods from RemoteRosterEntry Gaston Dombiak 2003-08-26 16:05:57 +0000
  • 78289e848b Yanked code for doing parsing of Javabeans since it's not really supported anyway. Matt Tucker 2003-08-25 20:03:53 +0000
  • bfb927b502 param name modified Gaston Dombiak 2003-08-24 23:05:54 +0000
  • ec9df5b41c comments updated Gaston Dombiak 2003-08-24 23:04:43 +0000
  • ca37ceb2f1 changed "local entry" solution to "wrapper class" solution Gaston Dombiak 2003-08-24 16:05:45 +0000
  • 779f6ab82f Support for getting and setting private data for other users. Matt Tucker 2003-08-24 14:20:44 +0000
  • 948ab3cbb8 Added toString method. Matt Tucker 2003-08-24 03:59:54 +0000
  • 4bec02e810 Fixed notification of presence unavailable packets. Matt Tucker 2003-08-24 03:59:42 +0000
  • 170c14e6f3 Fixed method name. Matt Tucker 2003-08-24 01:58:05 +0000
  • aa3920da05 Fixes for roster presence notification. Matt Tucker 2003-08-23 23:09:18 +0000
  • 224d0a17a7 Added new contains method. Matt Tucker 2003-08-23 23:08:58 +0000
  • 5039b19f3c Initial check-in. Matt Tucker 2003-08-23 23:08:19 +0000
  • 368674eca4 Small tweak. Matt Tucker 2003-08-23 22:09:13 +0000
  • 31854b21a3 Added method to parse the address without resource, fixed parsing of name (SMACK-80) Matt Tucker 2003-08-23 14:59:09 +0000
  • 2693d7f5b4 fix spell check error Gaston Dombiak 2003-08-22 01:48:20 +0000
  • 27499b0fba Support for new roster listener method, added methods to get more info about entries. Matt Tucker 2003-08-21 03:31:50 +0000
  • d0ce3d5687 Added method to allow tracking presence updates in the roster. Matt Tucker 2003-08-21 03:30:25 +0000
  • 9f687f7f1c Fix for class cast exception Matt Tucker 2003-08-20 20:31:47 +0000
  • e805172f46 Fixed get provider method. Matt Tucker 2003-08-20 16:38:57 +0000
  • 334cfd8c3a Fix connection closing notifications on error. Matt Tucker 2003-08-20 16:29:46 +0000
  • 3c3b3d5cdf Javadoc improvements. Matt Tucker 2003-08-20 16:03:32 +0000
  • 83275fa888 Javadoc improvements. Matt Tucker 2003-08-20 15:32:40 +0000
  • f6676a616f Fixed problem with providers file. Matt Tucker 2003-08-20 15:32:14 +0000
  • a32776bd89 Fixed provider methods. Matt Tucker 2003-08-20 14:56:03 +0000
  • 9e042f221b Initial checkin of smack test case for messenger server. Bill Lynch 2003-08-19 17:45:33 +0000
  • 72879bdf03 Added support for a messenger test suite. To write messenger-assuming tests, just use the MessengerXXXTest.java naming convention. From the build dir call 'ant test.messenger'. All host/port/user properties have default values in build.xml and you should edit the values in build.properties to match your environment. Bill Lynch 2003-08-19 17:44:45 +0000
  • 60b74246c4 Small fix. Matt Tucker 2003-08-19 16:53:24 +0000
  • c58b84a6e2 Use error codes on connection creation failure (SMACK-78). Matt Tucker 2003-08-19 16:32:13 +0000
  • 6a1cb7c2db Removed credits on individual bug fixes. Will leave that info in JIRA for now. Matt Tucker 2003-08-19 15:25:52 +0000
  • 87d24ef76b Updated for upcoming 1.2.0 release. Matt Tucker 2003-08-19 15:24:51 +0000
  • 1d555165b0 Javadoc fixes. Matt Tucker 2003-08-19 14:43:01 +0000
  • 3e4473c6b8 Minor tweaks. Matt Tucker 2003-08-19 13:22:31 +0000
  • cb97e13b90 Adding extensions documentation that was written by Gato. Matt Tucker 2003-08-19 13:20:42 +0000
  • c817d02351 Javadoc fixes. Matt Tucker 2003-08-19 13:11:51 +0000
  • 0c374af190 code format modified Gaston Dombiak 2003-08-18 20:21:00 +0000
  • e516bf8730 comments modified to display fine in javadoc Gaston Dombiak 2003-08-18 20:18:19 +0000
  • 69f8d71a65 code format modified Gaston Dombiak 2003-08-18 20:15:03 +0000
  • a0daf9edc9 Removed HTML markup in Javadoc. Matt Tucker 2003-08-18 15:14:09 +0000
  • dd1256c9b7 Javadoc fix. Matt Tucker 2003-08-18 14:46:32 +0000
  • 374fc6b70a Added support for time packet. Matt Tucker 2003-08-18 14:45:08 +0000
  • 64aee59d27 Initial check-in. Matt Tucker 2003-08-18 14:44:43 +0000
  • 5e17d2636f Changes to make compile. Matt Tucker 2003-08-16 22:13:58 +0000
  • 66a47b8367 Javadoc improvements. Matt Tucker 2003-08-15 19:36:20 +0000
  • e583057e43 Small fix. Matt Tucker 2003-08-15 19:35:58 +0000
  • 2322d06bff message event support. Gaston Dombiak 2003-08-13 14:14:46 +0000
  • 243c73ef49 Initial check-in of message event support. Gaston Dombiak 2003-08-13 12:59:24 +0000
  • 7a78ab7aa4 Small fix. Matt Tucker 2003-08-12 19:33:52 +0000
  • 848a1d725b Variable name changes. Matt Tucker 2003-08-12 19:31:54 +0000
  • 1d1a60c00a Use new XMPP connection method. Matt Tucker 2003-08-12 19:31:19 +0000
  • a6e5b853e9 Anonymous login support, better way to get user's XMPP address. Matt Tucker 2003-08-12 19:30:51 +0000
  • 8d3e50bb9e com.jivesoftware.smackx classes added to javadoc list. Later we might want to think about making this separate. Bill Lynch 2003-08-11 13:50:31 +0000
  • 776fad632a Fixed a couple of minor Javadoc errors/warnings Bill Lynch 2003-08-11 13:50:03 +0000
  • ba2b0a76bb Renamed method. Matt Tucker 2003-08-10 01:34:50 +0000
  • 17def9e24c *** empty log message *** Gaston Dombiak 2003-08-08 21:52:56 +0000
  • 3168514591 Correctly serizlize error sub-packet. Matt Tucker 2003-08-05 19:39:16 +0000
  • d7d534702a * Fixed Javadoc error * Added target to test release by calling ant targets of generated build. * Added test classes & junit to dist. Bill Lynch 2003-08-05 02:37:03 +0000
  • 6812eea1e0 Support for entry count and getting all entries. Matt Tucker 2003-08-05 02:33:11 +0000
  • c05820b2ae Don't run tests on release. Bill Lynch 2003-08-05 02:00:25 +0000
  • b2fa3c3a1f Updated version number. Matt Tucker 2003-08-04 22:04:04 +0000
  • 6101d85a00 Now an abstract class. Matt Tucker 2003-08-04 21:59:07 +0000
  • 2aeb58b776 Noted that IQ packets can't have extensions. Matt Tucker 2003-08-04 21:58:53 +0000
  • 8ed06a4f06 Cleanup of IQ parsing. Matt Tucker 2003-08-04 21:58:31 +0000
  • a63fb745c0 * Removed reference to Jive Forums * smack.providers is now in resources/WEB-INF in smackx.jar * Removed commented out old stuff. Bill Lynch 2003-08-04 21:27:12 +0000
  • 665825b656 Fixes for private data support. Matt Tucker 2003-08-04 21:05:44 +0000
  • b8602b80c0 Renamed debug tabs. Matt Tucker 2003-08-04 21:05:29 +0000
  • 8826195c3b Moving providers file. Matt Tucker 2003-08-04 21:05:02 +0000
  • a3c226f1a1 *** empty log message *** Gaston Dombiak 2003-08-02 18:46:55 +0000
  • 6871224e65 Initial checkin of test cases. Bill Lynch 2003-08-02 17:33:50 +0000
  • bea40b744c Added test and test support targets Bill Lynch 2003-08-02 17:32:38 +0000
  • 43ab5f8bd5 Add junit to classpath. Bill Lynch 2003-08-02 17:32:23 +0000
  • cab7bec93c Fixed package name. Matt Tucker 2003-08-02 05:12:20 +0000
  • 361c0d4e8e Include smackx.jar in release. Bill Lynch 2003-08-01 22:14:28 +0000
  • b6f29af94a Added support for creating a smackx.jar which includes the ${basedir}/resources/smack.properties file. Bill Lynch 2003-08-01 22:13:09 +0000
  • 96e6de8dd7 Initial check-in. Matt Tucker 2003-08-01 21:16:02 +0000
  • 5a84b12904 Minor changes. Matt Tucker 2003-08-01 21:14:51 +0000
  • 0371343141 Initial check-in of private data support. Not tested yet and will require build file support for a smackx.jar file. Matt Tucker 2003-08-01 21:13:36 +0000
  • 92f2652b52 Added comments. Matt Tucker 2003-07-31 20:46:52 +0000
  • ff078af815 Added ability to copy and clear from debug window. Code by Gato. Matt Tucker 2003-07-31 14:18:54 +0000