Module t.w.p.j.jid

Part of twisted.words.protocols.jabber View Source

No module docstring
Class InvalidFormat Undocumented
Function parse Undocumented
Function prep Perform stringprep on all JID fragments
Function internJID Return interned JID.
Class JID Represents a stringprep'd Jabber ID.
def parse(jidstring): (source)
Undocumented
def prep(user, server, resource): (source)
Perform stringprep on all JID fragments
def internJID(str): (source)

Return interned JID.

Assumes str is stringprep'd.
API Documentation for twisted, generated by pydoctor.