Ali Saleem opened 1 decade ago
|
|
This behaviour is expected and is a result of design. If you take a look at How packets are processed by the SM and plugins you can notice following:
and
|
Type |
Task
|
Priority |
Major
|
Assignee | |
RedmineID |
1781
|
When i add new attributes or append new child in packet from Message.java. If session is null, then packet goes to offlineMessage.java, but custom attributes or custom children that were added in packet in "Message.java" are no longer present in the packet.
For example, this is my custom packet created in Message.java
Packet which i received in OfflineMessage.java is as follow.