File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
java/ru/ifmo/neerc/chat/xmpp
resources/ru/ifmo/neerc/chat/client/res Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,8 @@ public void processMessage(org.jivesoftware.smack.packet.Message message) {
321321 timestamp
322322 );
323323
324- if (chatMessage .getTo () != null
324+ if (chatMessage .getType () != ChatMessage .Type .channel
325+ && chatMessage .getTo () != null
325326 && !name .equals (chatMessage .getUser ().getName ())
326327 && !name .equals (chatMessage .getTo ())) {
327328 return ;
Original file line number Diff line number Diff line change 11< html >
22< body >
3- < h2 > NEERC Chat 2016.12a -multiroom</ h2 >
3+ < h2 > NEERC Chat 2016.12b -multiroom</ h2 >
44Author: Matvey Kazakov< br >
55Contributors:
66< ul >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ subprojects {
99 apply plugin : ' java'
1010 sourceCompatibility = 1.7
1111 group " ru.ifmo.neerc"
12- version " 2016.12a -multiroom-SNAPSHOT"
12+ version " 2016.12b -multiroom-SNAPSHOT"
1313 repositories {
1414 mavenLocal();
1515 maven {
You can’t perform that action at this time.
0 commit comments