Class t.w.p.j.j.JID:

Part of twisted.words.protocols.jabber.jid View Source View In Hierarchy

Represents a stringprep'd Jabber ID.

Note that it is assumed that the attributes host, user and resource, when set individually, have been properly stringprep'd.
Method __init__ Undocumented
Method userhost Undocumented
Method userhostJID Undocumented
Method full Undocumented
Method __eq__ Undocumented
Method __ne__ Undocumented
def __init__(self, str=None, tuple=None): (source)
Undocumented
def userhost(self): (source)
Undocumented
def userhostJID(self): (source)
Undocumented
def full(self): (source)
Undocumented
def __eq__(self, other): (source)
Undocumented
def __ne__(self, other): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.