Beta 3 changelog available here https://gist.github.com/1075765
FIX: Bug preventing to properly decode archived objects from XMPP Storage.
NEW: Some new handy developer methods in TNModule.
Beta 3 changelog available here https://gist.github.com/1075765
FIX: Bug preventing to properly decode archived objects from XMPP Storage.
NEW: Some new handy developer methods in TNModule.
Beta 3.1 change log here https://gist.github.com/1099528
FIX: Bug preventing to properly disconnect
FIX: Memory leak with handler registrar
FIX: Timer in Strophe.js never stopped even when disconnected
NEW: New API to allow to change current user password
| /** Class: Strophe.WebSocket | |
| * XMPP Connection manager. | |
| * | |
| * Thie class is the main part of Strophe. It manages a BOSH connection | |
| * to an XMPP server and dispatches events to the user callbacks as | |
| * data arrives. It supports SASL PLAIN, SASL DIGEST-MD5, and legacy | |
| * authentication. | |
| * | |
| * After creating a Strophe.Connection object, the user will typically | |
| * call connect() with a user supplied callback to handle connection level |
| # Changelog - Archipel Beta 2 | |
| ## XMPP: | |
| NEW: support for managing XMPP accounts | |
| NEW: support for nested groups | |
| NEW: support for putting entities in several groups | |
| NEW: support for roster pushes | |
| NEW: support for shared roster groups | |
| NEW: use the Cappuccino runloop in strophejs |