|
|
|
@ -1,15 +1,13 @@ |
|
|
|
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") and its depending specifications. We have just released 0.1 Alpha 7, |
|
|
|
Core"). We have just released 0.1 Alpha 7, which may be the last version that is |
|
|
|
which implements all RFC 6120 features except for the following: |
|
|
|
not feature-complete. |
|
|
|
|
|
|
|
|
|
|
|
* Proper stream management, validation, and parsing |
|
|
|
The current version of Pontarius XMPP is broken; the recent rewriting of some |
|
|
|
* Proper generation of TCP/TLS/stream/stanza errors |
|
|
|
modules broke the Session module. Fixing the Session module is one of the goals |
|
|
|
* Proper closing of the stream |
|
|
|
for the next release. Other goals include working on the last missing features, |
|
|
|
|
|
|
|
and improving the documentation and the API. |
|
|
|
|
|
|
|
|
|
|
|
We will hopefully by the next version, 0.1 Alpha 8, have cleaned up all the |
|
|
|
We will soon move the project into beta. |
|
|
|
prototyped code (most significantly, the Session module), implemented the above |
|
|
|
|
|
|
|
mentioned features, as well as improved efficiency of 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 |
|
|
|
|