package org.mercury_im.messenger.xmpp.enums; public enum SubscriptionDirection { none, to, from, both, remove }