From ed993af2e0e95b9af8c949fc0a5c812e93731c14 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 17 Jan 2017 17:31:19 +0300 Subject: juick-server: messagePosted protocol event --- juick-xmpp-bot/src/main/java/com/juick/components/XMPPBot.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'juick-xmpp-bot/src') diff --git a/juick-xmpp-bot/src/main/java/com/juick/components/XMPPBot.java b/juick-xmpp-bot/src/main/java/com/juick/components/XMPPBot.java index 234d04f8..d5c4c045 100644 --- a/juick-xmpp-bot/src/main/java/com/juick/components/XMPPBot.java +++ b/juick-xmpp-bot/src/main/java/com/juick/components/XMPPBot.java @@ -137,4 +137,9 @@ public class XMPPBot implements AutoCloseable, ProtocolListener { component.send(mm); }); } + + @Override + public void messagePosted(com.juick.Message msg) { + + } } -- cgit v1.2.3