-
You are right and due to that we have enabled
MessageAmpplugin by default which is responsible for forwarding message packets.If I remember correctly now you need to use
MessageAmpplugin or if you disabledMessageAmpplugin you should enableMessageplugin 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"