Home
last modified time | relevance | path

Searched defs:chatService (Results 1 – 6 of 6) sorted by relevance

/dports/polish/kadu/kadu-4.3/kadu-core/message/
H A Dmessage-manager-impl.cpp76 ChatService *chatService = protocol->chatService(); in accountRegistered() local
92 ChatService *chatService = protocol->chatService(); in accountUnregistered() local
/dports/polish/kadu/kadu-4.3/kadu-core/gui/actions/chat/
H A Dleave-chat-action.cpp70 auto chatService = protocol->chatService(); in triggered() local
/dports/polish/kadu/kadu-4.3/kadu-core/protocols/
H A Dprotocol.cpp58 void Protocol::setChatService(ChatService * const chatService) in setChatService()
129 ChatService * Protocol::chatService() in chatService() function in Protocol
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/webkit-messages-view/
H A Dwebkit-messages-view.cpp161 auto chatService = m_chat.chatAccount().protocolHandler()->chatService(); in connectChat() local
182 auto chatService = m_chat.chatAccount().protocolHandler()->chatService(); in disconnectChat() local
/dports/polish/kadu/kadu-4.3/plugins/encryption_otr/
H A Dotr-message-service.cpp111 ChatService *chatService = protocolHandler->chatService(); in maxMessageSize() local
/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/
H A Djabber-protocol.cpp146 …auto chatService = pluginInjectedFactory()->makeInjected<JabberChatService>(m_client, account(), t… in init() local