Skip to content

Instantly share code, notes, and snippets.

@primalmotion
primalmotion / gist:1099528
Created July 22, 2011 14:18
Archipel Beta 3.1 Changelog

Changelog - Archipel Beta 3.1

Beta 3 changelog available here https://gist.github.com/1075765

XMPP Bus (StropheCappuccino)

FIX: Bug preventing to properly decode archived objects from XMPP Storage.

GUI Core

NEW: Some new handy developer methods in TNModule.
@primalmotion
primalmotion / changelog.md
Created July 11, 2011 12:46
Archipel Beta 3 Changelog

Changelog - Archipel Beta 3

Beta 3.1 change log here https://gist.github.com/1099528

XMPP Bus (StropheCappuccino)

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