-
I've added validation for all history attributes and code sending proper errors. I've disabled by default sending timestamp in the message in legacy delay format - XEP-0091. (this can be enabled). I've added a test case to confirm that verification of history attributes works properly.
I still need to add information to documentation about to how to enable legacy delay timestamps.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
7443
|
Version |
tigase-server-8.0.0rc1
|
Issue Votes (0)
Watchers (0)
MUC accepts joining a room with incorrect value for
since
attribute inhistory
element. In this case, it assumes thatsince
attribute was not set and creates confusion. If the value for the attribute is incorrect (not parsable), the component should respond withbad-request
error.