Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.1
-
Fix Version/s: 1.2.3
-
Labels:None
-
Ignite Forum URL:
-
Acceptance Test - Add?:No
Description
During a recent rewrite (post 1.2 release), the toString() method of the JID class got messed up. If JIDs have no node or resource parts, the method adds 'null' instead of neglecting the part in the String representation (e.g: null@mydomain.org ).
Issue Links
- is related to
-
OF-399
Upgrade Tinder to anything higher than version 1.2.2
-
Modified unit tests and fixed the erroneous code.