Commit Graph

88 Commits

Author SHA1 Message Date
Florian Schmaus aea58e0735 Add Changelog for Smack 4.0.4 2014-09-05 23:32:53 +02:00
Florian Schmaus 3743236710 Smack 4.0.3 2014-08-16 00:18:54 +02:00
Florian Schmaus 1935039432 Improve documentation (targetCompatibility, XPP3) 2014-08-01 19:19:17 +02:00
Florian Schmaus a0564f2694 Smack 4.0.2 2014-07-27 23:59:48 +02:00
Florian Schmaus d56252f9fb Smack 4.0.1 2014-07-20 12:59:01 +02:00
Florian Schmaus 4477561d4b Replace references to 'smack.jar'
Also don't mention the required JDK version in the README as such information
tends to become wrong easily.
2014-07-05 12:10:43 +02:00
Florian Schmaus 1fb8a50b79 Improve documentation
remove ambiguous part about smack-core being the only required
library. It's the only required library of *Smack*, but some user could
understand that Smack itself has no other dependencies. In order to
avoid such confusion, simply remove that part.
2014-06-27 12:22:39 +02:00
Florian Schmaus 1de2da8ec4 Update README.html
to point to "Smack 4 Readme and Upgrade Guide" DOC-2703
2014-06-12 18:43:51 +02:00
Florian Schmaus 6e8b51c088 Add missing 4.0.0 Changelog 2014-06-12 18:43:50 +02:00
Florian Schmaus 02d73f723f Change keyringfile example to real file
I'm always using the file and forget to s/foo/flo/
2014-04-17 13:47:19 +02:00
Georg Lukas ab70cfec24 Refactoring: All connection classes begin with XMPP now
This commit renames classes as follows:
 * TCPConnection --> XMPPTCPConnection
 * BOSHConnection --> XMPPBOSHConnection

There are two reasons for this rename. First, it is there to indicate
that the classes actually _are_ XMPP connections, using different
transport mechanisms. Second, it makes auto-completion in IDEs easier,
the developer can type XMPP<complete> and choose the right backend.
2014-04-09 20:03:07 +02:00
Florian Schmaus ec82f63191 Move sample/ into resources/ 2014-03-19 09:00:10 +01:00
Florian Schmaus 89ed4d7492 Edit Eclipse formatting style
- Enums go on their own line
- Enable on/off formatter tags
2014-03-12 11:12:05 +01:00
Florian Schmaus 489816c61f Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
Florian Schmaus f7d3f559a2 Fix eclipse formatter settings: indentation.size=4 2014-02-18 23:15:38 +01:00
Florian Schmaus d069e1be64 Normalize newlines to '\n'
Change all \r\n into unix style newlines. Add missing newlines at the
end of a file and activate the newline checkstyle module, that enforces
'\n' as newline and a newline at the end of every file.
2014-02-17 23:58:40 +01:00
Florian Schmaus 1e57f1c659 Activate checkstyle and add missing license headers
Delete also all "All rights reserved" statements, as they are
unnecessary and conflict with checkstyle's header check. Delete unused
imports.
2014-02-17 20:09:55 +01:00
Florian Schmaus 201152ef42 Migrate from Ant to Gradle (SMACK-265) 2014-02-14 18:46:33 +01:00
Bill Lynch 9ff61ae9a3 No longer needed
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2121 b35dd754-fafc-0310-a699-88a17e54d16e
2003-09-28 18:48:08 +00:00
Matt Tucker e89f7c2a57 Updates for the 1.2.1 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2116 b35dd754-fafc-0310-a699-88a17e54d16e
2003-09-28 18:19:33 +00:00
Gaston Dombiak d0766b5687 Added XHTML support.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2084 b35dd754-fafc-0310-a699-88a17e54d16e
2003-09-14 14:44:42 +00:00
Matt Tucker daee26cf12 Added info about the distribution.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2078 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-30 23:56:36 +00:00
Matt Tucker 555c85aff9 Updated for 1.2.0 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2075 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-29 18:48:17 +00:00
Matt Tucker 6a1cb7c2db Removed credits on individual bug fixes. Will leave that info in JIRA for now.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2041 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-19 15:25:52 +00:00
Matt Tucker 87d24ef76b Updated for upcoming 1.2.0 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2040 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-19 15:24:51 +00:00
Matt Tucker 374fc6b70a Added support for time packet.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2030 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-18 14:45:08 +00:00
Gaston Dombiak 2322d06bff message event support.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2025 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-13 14:14:46 +00:00
Matt Tucker 8826195c3b Moving providers file.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2004 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-04 21:05:02 +00:00
Gaston Dombiak a3c226f1a1 *** empty log message ***
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2003 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-02 18:46:55 +00:00
Matt Tucker cab7bec93c Fixed package name.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1999 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-02 05:12:20 +00:00
Matt Tucker 96e6de8dd7 Initial check-in.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1996 b35dd754-fafc-0310-a699-88a17e54d16e
2003-08-01 21:16:02 +00:00
Matt Tucker dba4a8c7d7 Updates for 1.1.1 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1979 b35dd754-fafc-0310-a699-88a17e54d16e
2003-06-25 19:54:02 +00:00
Matt Tucker ff72bc3cc7 Updates for 1.1.0 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1971 b35dd754-fafc-0310-a699-88a17e54d16e
2003-06-19 18:18:40 +00:00
Matt Tucker 7927733378 Updated for release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1910 b35dd754-fafc-0310-a699-88a17e54d16e
2003-05-01 01:56:38 +00:00
Matt Tucker 8b42274576 Updated for 1.0 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1907 b35dd754-fafc-0310-a699-88a17e54d16e
2003-04-25 20:42:58 +00:00
Matt Tucker 6b472c6145 Beta 3 changes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1850 b35dd754-fafc-0310-a699-88a17e54d16e
2003-03-09 23:42:20 +00:00
Matt Tucker 756ec479cc Updates for beta 2.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1837 b35dd754-fafc-0310-a699-88a17e54d16e
2003-02-10 05:11:54 +00:00
Matt Tucker 27c4bf255d Initial check-in.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1815 b35dd754-fafc-0310-a699-88a17e54d16e
2003-01-20 15:44:29 +00:00