igniterealtime/openfire-monitoring-plugin

Tests needed for XEP-0313 compatibility

Opened this issue · 0 comments

Currently, there's no unit tests for the Message Archive Management (MAM) functionality, and Openfire doesn't run integration tests against functionality provided by plugins (see https://igniterealtime.atlassian.net/browse/OF-2142).

To avoid regressions and breakages in critical functionality:

  • Look for opportunities to add unit test coverage
  • Check Openfire's integration test providers (Smack, aioxmpp) and ensure reasonable coverage of XEP-0313, then implement regular tests either in this repo or via work done in OF-2142