type: vysper title: Apache Vysper 0.5 Release

New Features in 0.5

This is the first release of Apache Vysper. The release contains partial implementations of the following specifications:

  • RFC 3920 XMPP Core
  • RFC 3921 XMPP IM
  • XEP-0045 Multi-user chat
  • XEP-0060 Publish-subscribe

Getting the Binary Distributions

DescriptionDownload LinkPGP Signature file of download
Windows Distributionvysper-0.5-bin.zipvysper-0.5-bin.zip.asc
Unix/Linux/Cygwin Distributionvysper-0.5-bin.tar.gzvysper-0.5-bin.tar.gz.asc

Verify the Integrity of Downloads

It is essential that you verify the integrity of the downloaded files using the PGP signatures. The PGP signatures can be verified using PGP or GPG. Begin by following these steps:

  1. Download the KEYS

  2. Download the asc signature file for the relevant distribution

  3. Verify the signatures using the following commands, depending on your use of PGP or GPG:

     $ pgpk -a KEYS
     $ pgpv vysper-<version>-bin.tar.gz.asc
    

    or

     $ pgp -ka KEYS
     $ pgp vysper-<version>-bin.tar.gz.asc
    

    or

     $ gpg --import KEYS
     $ gpg --verify vysper-<version>-bin.tar.gz.asc
    

    (Where is replaced with the actual version, e.g., 0.5).

Getting the Binaries using Maven 2

To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:

<dependency>
    <groupId>org.apache.vysper</groupId>
    <artifactId>vysper-core</artifactId>
    <version>0.5</version>
</dependency>

Getting the Source Code

Source Distributions

DescriptionDownload LinkPGP Signature file of download
Source for Windowsvysper-0.5-src.zipvysper-0.5-src.zip.asc
Source for Unix/Linux/Cygwinvysper-0.5-src.tar.gzvysper-0.5-src.tar.gz.asc
svn co http://svn.apache.org/repos/asf/mina/vysper/tags/0.5