Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
Candidate for next minor release
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
Candidate for next minor release
|
StreamManagement should only count/queue stanzas. According to the XMPP RFC, the only packets (stream elements) which should be considered stanzas are
<iq/>
,<message/>
and<presence/>
. All other elements are stream elements but are not stanzas and due to that should not be counted or queued according to the XEP-0198.