cburschka / cadence

A strophe.js-powered XMPP web client for chatrooms.
6 stars 2 forks source link

Outsource settings-encoding to strophe-cadence.storage #431

Closed cburschka closed 7 years ago

cburschka commented 7 years ago

The storage plugin in https://github.com/cburschka/strophe-cadence/ already takes care of sending/retrieving XML data in private storage.

The code that writes javascript objects to XML (and vice versa) would be a useful feature for that plugin, and could then be removed from Cadence itself.