public interface TranscriptWindowInterceptor
TranscriptWindow
,
ChatManager
Modifier and Type | Method and Description |
---|---|
boolean |
isMessageIntercepted(TranscriptWindow window,
java.lang.String userid,
org.jivesoftware.smack.packet.Message message)
Is called before a message by this user is inserted into the TranscriptWindow.
|
boolean isMessageIntercepted(TranscriptWindow window, java.lang.String userid, org.jivesoftware.smack.packet.Message message)
window
- the TranscriptWindow.userid
- the userid.message
- the message to be inserted.