INT-1728 added validation to ChatMessageListeningEndpoint to make sure that it ignores messages with 'null' content, since such messages may be sent by a different clients (e.g., Adium). An example of valid chat message with no content is message with the ChatState of 'composing'. For now we are ignoring such messages.
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
</layout>
|
||||
</appender>
|
||||
<logger name="org.springframework.integration">
|
||||
<level value="warn" />
|
||||
<level value="trace" />
|
||||
</logger>
|
||||
|
||||
<logger name="org.springframework.integration.xmpp">
|
||||
<level value="debug" />
|
||||
</logger>
|
||||
<!-- <logger name="org.springframework.integration">-->
|
||||
<!-- <level value="debug" />-->
|
||||
<!-- </logger>-->
|
||||
|
||||
<!-- Root Logger -->
|
||||
<root>
|
||||
|
||||
Reference in New Issue
Block a user