tigase.jaxmpp.core.client.xmpp.modules.chat
Interface ChatSelector
- All Known Implementing Classes:
- DefaultChatSelector, JidOnlyChatSelector
public interface ChatSelector
Interface for implement right Chat based on sender JID and
thread id.
getChat
Chat getChat(List<Chat> chats,
JID jid,
String threadId)
- Selects chat from list based on specified JID and thread id.
- Parameters:
chats - list of chats.jid - sender JIDthreadId - thread-id
- Returns:
- chat or
null if not matched.
Copyright © 2006-2013 Tigase. All Rights Reserved.