|
|
|
getNode(self)
Return the node part of the JID |
source code
|
|
|
|
|
getDomain(self)
Return the domain part of the JID |
source code
|
|
|
setDomain(self,
domain)
Set the domain part of the JID to new value. |
source code
|
|
|
getResource(self)
Return the resource part of the JID |
source code
|
|
|
|
|
|
|
__eq__(self,
other)
Compare the JID to another instance or to string for equality. |
source code
|
|
|
__ne__(self,
other)
Compare the JID to another instance or to string for
non-equality. |
source code
|
|
|
bareMatch(self,
other)
Compare the node and domain parts of the JID's for equality. |
source code
|
|
|
__str__(self,
wresource=1)
Serialise JID into string. |
source code
|
|
|
__hash__(self)
Produce hash of the JID, Allows to use JID objects as keys of the
dictionary. |
source code
|
|