Details
Description
At the moment a roster stanza with
<item jid="alice@domain"><group /></item>
and
<item jid="alice@domain" />
doesn't produce the same result. Both are syntactically allowed but should mean semantically the same.
At the moment a roster stanza with
<item jid="alice@domain"><group /></item>
and
<item jid="alice@domain" />
doesn't produce the same result. Both are syntactically allowed but should mean semantically the same.
Committed two tests for this issue to the RosterTest unit test (Revision 11640).