lightstring icon indicating copy to clipboard operation
lightstring copied to clipboard

Add argument passing to JID creation

Open sonnyp opened this issue 12 years ago • 0 comments

eg:

new JID(['local', 'domain', 'resource']); new JID('local', 'domain', 'resource');

sonnyp avatar Aug 14 '13 10:08 sonnyp