-
You are right and due to that we have enabled
MessageAmp
plugin by default which is responsible for forwarding message packets.If I remember correctly now you need to use
MessageAmp
plugin or if you disabledMessageAmp
plugin you should enableMessage
plugin which will be responsible for delivering message stanzas correctly.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
1744
|
Version |
tigase-server-5.2.0
|
Issue Votes (0)
Watchers (0)
The lines from MessageCarbons.java:
are responsible for the branching below from SessionManager.processPacket(..) to be skipped, thus a regular message never being routed through the defPacketHandler:
Observed in commit object @48635d0 -"tigase-issue #5.2.0 release"