Skip to content

Instantly share code, notes, and snippets.

# 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
/** 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
@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
@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 / gist:1106841
Created July 26, 2011 14:04
Archipel Beta 3.2 Changelog
@primalmotion
primalmotion / gist:1253295
Created September 30, 2011 09:51
Archipel Beta 4 Changelog
@cho45
cho45 / script
Created November 24, 2011 11:13
Gyazo.app
#!/usr/bin/env ruby
require 'fileutils'
require 'pathname'
require 'uri'
require 'net/http'
require 'securerandom'
Net::HTTP.version_1_2
include FileUtils
@primalmotion
primalmotion / script
Created December 7, 2011 18:18 — forked from cho45/script
Gyazo.app
#!/usr/bin/env ruby
require 'fileutils'
require 'pathname'
require 'uri'
require 'net/http'
require 'securerandom'
Net::HTTP.version_1_2
include FileUtils
@primalmotion
primalmotion / gist:1467003
Created December 12, 2011 12:50
alloc+define
cat definition.xml
<iq type='set'>
    <query xmlns='archipel:hypervisor:control'>
        <archipel action='alloc' name='MA VM'>
            <domain type='kvm'>
 THIS WILL BE IGNORED: you can remove the name tag
@primalmotion
primalmotion / Changelog - Archipel Beta 5.0 (Moon).md
Created February 19, 2012 23:38
Changelog - Archipel Beta 5.0 (Moon)