Releases: freedomjs/freedom-social-xmpp
Releases · freedomjs/freedom-social-xmpp
v0.2.1
v0.2.0
- Use TLS connections for XMPP.
- Used in GTalk demo for Chrome and Firefox, and Facebook demo currently for Firefox only
- Working around Chrome issues by calling prepareSecure prior to starttls message (https://github.com/freedomjs/freedom/wiki/prepareSecure-API-Usage)
- Upgraded to latest node-xmpp library
v0.1.0
v0.0.14
v0.0.13
v0.0.11 - Fix getting imageData
v0.0.11 - Fix getting imageData
v0.0.10: Use type 'normal' for messages to users with the same client, Gruntfile.js changes
Merge pull request #37 from freedomjs/dborkan-chat Change message type to 'normal' for ONLINE clients, 'chat' for ONLINE_WITH_OTHER_APP + OFFLINE
v0.0.9: Fix logout method's continuation callback
Fix logout method's continuation callback. It should not have any logoutOpts (based on https://github.com/freedomjs/freedom/blob/master/interface/social.js) and this extra arg means that the continuation callback wasn't working
Version 0.0.8: Add logout, refactor code to remove downloads
Version 0.0.8: Add logout, refactor code to remove downloads