libosip  5.3.0
Public Attributes | List of all members
osip_uri Struct Reference

#include <osip_uri.h>

Public Attributes

char * scheme
 
char * username
 
char * password
 
char * host
 
char * port
 
osip_list_t url_params
 
osip_list_t url_headers
 
char * string
 

Detailed Description

Structure for referencing SIP urls.

Member Data Documentation

◆ host

char* osip_uri::host

◆ password

char* osip_uri::password

◆ port

char* osip_uri::port

◆ scheme

char* osip_uri::scheme

◆ string

char* osip_uri::string

Space for other url schemes. (http, mailto...)

Referenced by osip_uri_clone(), osip_uri_free(), osip_uri_parse(), and osip_uri_to_str().

◆ url_headers

osip_list_t osip_uri::url_headers

Uri headers

Referenced by osip_uri_clone(), osip_uri_free(), and osip_uri_to_str().

◆ url_params

osip_list_t osip_uri::url_params

◆ username

char* osip_uri::username

The documentation for this struct was generated from the following file: