Uses of Interface
org.jivesoftware.smackx.muc.MucMessageInterceptor
-
Packages that use MucMessageInterceptor Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of MucMessageInterceptor in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type MucMessageInterceptor Modifier and Type Method Description static boolean
MultiUserChatManager. addDefaultMessageInterceptor(MucMessageInterceptor messageInterceptor)
boolean
MultiUserChat. addMessageInterceptor(MucMessageInterceptor interceptor)
static boolean
MultiUserChatManager. removeDefaultMessageInterceptor(MucMessageInterceptor messageInterceptor)
boolean
MultiUserChat. removeMessageInterceptor(MucMessageInterceptor interceptor)
-