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 @@
Pontarius XMPP 0.1 aims to implement the client capabilities of RFC 6120 ("XMPP 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 Core"). We have recently released 0.1 Alpha 7, which may be the last version
not feature-complete. that is not feature-complete. We will soon move the project into beta.
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.
Please note that we are not recommending anyone to use Pontarius XMPP at this 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 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 @@
Name: pontarius-xmpp Name: pontarius-xmpp
Version: 0.0.7.0 Version: 0.0.8.0
Cabal-Version: >= 1.6 Cabal-Version: >= 1.6
Build-Type: Simple Build-Type: Simple
License: BSD3 License: BSD3
@ -56,12 +56,12 @@ Library
Source-Repository head Source-Repository head
Type: darcs Type: darcs
-- Module: -- Module:
Location: https://patch-tag.com/r/jonkri/pontarius-xmpp Location: git://github.com/pontarius/pontarius-xmpp.git
-- Subdir: -- Subdir:
Source-Repository this Source-Repository this
Type: darcs Type: darcs
-- Module: -- Module:
Location: https://patch-tag.com/r/jonkri/pontarius-xmpp Location: git://github.com/pontarius/pontarius-xmpp.git
Tag: 0.0.7.0 Tag: 0.0.8.0
-- Subdir: -- Subdir:

Loading…
Cancel
Save