-
I added support for new parameter
ack-request-count
forStreamManagementIOProcessor
which makes ack request count configurable, ie. by addition of following line toetc/init.properties
file:c2s/processors/urn\:xmpp\:sm\:3/ack-request-count[I]=1
which will set this property to
1
forStreamManagementIOProcessor
forc2s
component.
Type |
New Feature
|
Priority |
Blocker
|
Assignee | |
RedmineID |
2427
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
In tigase.server.xmppclient.StreamManagementIOProcessor - it seems like you intended to make the ack request count configurable, it is very useful for my project.
Are you planning to add it to configuration?