Browse Source

updated readme and cabal file (since 0.0.7.0 was released)

master
Jon Kristensen 15 years ago
parent
commit
0729e0fc71
  1. 11
      README
  2. 8
      pontarius-xmpp.cabal

11
README

@ -1,13 +1,6 @@ @@ -1,13 +1,6 @@
Pontarius XMPP 0.1 aims to implement the client capabilities of RFC 6120 ("XMPP
Core"). We have just released 0.1 Alpha 7, which may be the last version that is
not feature-complete.
The current version of Pontarius XMPP is broken; the recent rewriting of some
modules broke the Session module. Fixing the Session module is one of the goals
for the next release. Other goals include working on the last missing features,
and improving the documentation and the API.
We will soon move the project into beta.
Core"). We have recently released 0.1 Alpha 7, which may be the last version
that is not feature-complete. We will soon move the project into beta.
Please note that we are not recommending anyone to use Pontarius XMPP at this
time as it’s still in an experimental stage and will have its API and data types

8
pontarius-xmpp.cabal

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Name: pontarius-xmpp
Version: 0.0.7.0
Version: 0.0.8.0
Cabal-Version: >= 1.6
Build-Type: Simple
License: BSD3
@ -56,12 +56,12 @@ Library @@ -56,12 +56,12 @@ Library
Source-Repository head
Type: darcs
-- Module:
Location: https://patch-tag.com/r/jonkri/pontarius-xmpp
Location: git://github.com/pontarius/pontarius-xmpp.git
-- Subdir:
Source-Repository this
Type: darcs
-- Module:
Location: https://patch-tag.com/r/jonkri/pontarius-xmpp
Tag: 0.0.7.0
Location: git://github.com/pontarius/pontarius-xmpp.git
Tag: 0.0.8.0
-- Subdir:

Loading…
Cancel
Save