Session Initialization Protocol.
Documented in RFC 2543. [Superseded by 3261]
Interface | IAuthorizer |
No interface docstring; 2/2 methods documented |
Interface | IContact |
A user of a registrar or proxy |
Interface | ILocator |
Allow looking up physical address for logical URL. |
Interface | IRegistry |
Allows registration of logical->physical URL mapping. |
Class | Base |
Base class for SIP clients and servers. |
Class | InMemoryRegistry |
A simplistic registry for a specific domain. |
Class | Message |
A SIP message. |
Class | MessagesParser |
A SIP messages parser. |
Class | Proxy |
SIP proxy. |
Class | RegisterProxy |
A proxy that allows registration for a specific domain. |
Class | Registration |
Undocumented |
Class | RegistrationError |
Registration was not possible. |
Class | Request |
A Request for a URI |
Class | Response |
A Response to a URI Request |
Class | SIPError |
Undocumented |
Class | URL |
A SIP URL. |
Class | Via |
A Via is a SIP Via header, representing a segment of the path taken by the request. |
Function | cleanRequestURL |
Clean a URL from a Request line. |
Function | dashCapitalize |
Capitalize a string, making sure to treat '-' as a word separator |
Function | parseAddress |
Return (name, uri, params) for From/To/Contact header. |
Function | parseURL |
Return string into URL object. |
Function | parseViaHeader |
Parse a Via header. |
Function | unq |
Undocumented |
Constant | PORT |
Undocumented |
Variable | longHeaders |
Undocumented |
Variable | shortHeaders |
Undocumented |
Variable | specialCases |
Undocumented |
Variable | statusCodes |
Undocumented |
Variable | _absent |
Undocumented |