Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

Build: #325 was successful Scheduled with changes by Guus der Kinderen and Dave Cridland <dave@cridland.net>

Stages & jobs

  1. Build and Package

  2. Deploy

Build result summary

Details

Completed
Queue duration
2 minutes
Duration
2 minutes
Labels
None
Revision
6c32335bf362909d2b40c0ec81bcc50c73b169ed
Total tests
237
Successful since
#279 ()

Tests

Code commits

Author Commit Message Commit date
Dave Cridland <dave@cridland.net> Dave Cridland <dave@cridland.net> 6c32335bf362909d2b40c0ec81bcc50c73b169ed Merge pull request #1051 from guusdk/OF-1515_Migrate-private-xml-storage-to-PEP
OF-1515: Migrate Private XML Storage to PEP
Guus der Kinderen Guus der Kinderen 820cd4034d542ecf1f85dab7708f0856bcbec3a9 OF-1515: Migrate Private XML storage to PEP.
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.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-1515Could not obtain issue details from Jira
Unknown Issue TypeXEP-0049Could not obtain issue details from Jira
Unknown Issue TypeXEP-0223Could not obtain issue details from Jira