angular-xmpp icon indicating copy to clipboard operation
angular-xmpp copied to clipboard

address class

Open robotnic opened this issue 9 years ago • 0 comments

xmpp and buddycloud addressing is similar.

Formats

{user:"frank",domain:"supercool.com"}
[email protected]
/user/[email protected]/posts

resource

xmpp addresses also can have resources, then it looks like

[email protected]/psi

needed

var addr=convert(whatever);
console.log(addr.node);
console.log(addr.jid);

robotnic avatar Apr 24 '15 01:04 robotnic