• Guus der Kinderen's avatar
    OF-1515: Migrate Private XML storage to PEP. · 820cd403
    Guus der Kinderen authored
    Openfire supports XEP-0049, Private XML Storage. However, Openfire can also be used for
    XEP-0223: Persistent Storage of Private Data via PubSub. When a user previously used more
    than one client, where each client would use a different XEP to store private data, the
    private data that was stored by one client would not be shared with the other client. This
    is undesirable, as such data typically includes data that benefits every client used by the
    user.
    
    In this commit, all data that is stored in the Private XML Storage database table will be
    migrated to PEP. After a successful migration, the old database table is deleted.
    
    Openfire continues to offer XEP-0049: Private XML Storage functionality. However, whenever
    data is obtained or modified through methods defined in that XEP, the PEP data is modified.
    820cd403
Name
Last commit
Last update
..
cluster Loading commit data...
models Loading commit data...
CollectionNode.java Loading commit data...
DefaultNodeConfiguration.java Loading commit data...
LeafNode.java Loading commit data...
Node.java Loading commit data...
NodeAffiliate.java Loading commit data...
NodeSubscription.java Loading commit data...
NotAcceptableException.java Loading commit data...
PendingSubscriptionsCommand.java Loading commit data...
PubSubEngine.java Loading commit data...
PubSubInfo.java Loading commit data...
PubSubModule.java Loading commit data...
PubSubPersistenceManager.java Loading commit data...
PubSubService.java Loading commit data...
PubSubServiceInfo.java Loading commit data...
PublishedItem.java Loading commit data...
package-info.java Loading commit data...