Io Reference







Networking   /   Loudmouth   /   JID





Object for representing JIDs.

j := JID with("cow@moo.com/Alpes")
j username == "cow"
j host == "moo.com"
j resource == "Alpes"
j asString == "cow@moo.com/Alpes"
 
 
 



asString

Converts JID to string with all available parts included.
host

Extracts host's address from JID.
resource

Returns defined resource.
username

Extracts username from JID.
with(jid)

Extracts all parts of a provided Sequence and returns new JID clone.