Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).
OF-2861: Move MUCRole.Role and MUCRole.Affiliation to upper level
Both public enums are first-class citizens, being explicitly defined in the XEP and used throughout the code.
As the MUCRole class is plenty large, lets move these two enums to a class of their own.
OF-2862: Restore functionality lost in refactoring
When kicking a user from a room, the reason for kicking, as well as a reference to the actor, should be part of the presence stanza that's sent out.