Class Xmpp4Js.Jid

Defined in Jid.js

Jid models xmpp jid objects


Constructor Summary
Xmpp4Js.Jid(jid)
            Creates a new Jid object
 
Method Summary
equals(jid, withoutResource)
           Compare two JIDs for equality
  getDomain()
           Gets the domain part of the jid
  getNode()
           Gets the node part of the jid
  getResource()
           Gets the resource part of the jid
  removeResource()
           Removes the resource part of the jid
  setDomain(domain)
           Sets the domain part of the jid
  setNode(node)
           Sets the node part of the jid
  setResource(resource)
           Sets the resource part of the jid
  toString()
           The string representation of the full jid
  withoutResource()
           Creates a copy of Jid and removes the resource.
 
Constructor Detail

Xmpp4Js.Jid

Xmpp4Js.Jid(jid)

Method Detail

equals

equals(jid, withoutResource)

getDomain

 getDomain()

getNode

 getNode()

getResource

 getResource()

removeResource

 removeResource()

setDomain

 setDomain(domain)

setNode

 setNode(node)

setResource

 setResource(resource)

toString

 toString()

withoutResource

 withoutResource()

Documentation generated by JsDoc Toolkit 1.4.1 on Tue Aug 26 2008 14:35:54 GMT-0500 (CDT)