Role.java

1package im.conversations.android.xmpp.model.muc;
2
3public enum Role {
4    MODERATOR,
5    VISITOR,
6    PARTICIPANT,
7    NONE
8}