Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1 - Concurrency
-
Fix Version/s: 1.1 - Concurrency
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
Two types of constructor currently exist for the JID class: one that takes one String of data, and one that takes every part of a JID as a seperate String param. The last variant has an overloaded cousin, that allows the caller to skip stringprepping. The other variant should have the same option.