jingle-socks5/socks5.h
changeset 150 5a4ca04ea3c9
parent 117 bd54d1dba1ad
equal deleted inserted replaced
149:8c4129116d12 150:5a4ca04ea3c9
    15   JINGLE_S5B_UDP
    15   JINGLE_S5B_UDP
    16 } JingleS5BModes;
    16 } JingleS5BModes;
    17 
    17 
    18 typedef struct {
    18 typedef struct {
    19   JingleS5BModes mode;
    19   JingleS5BModes mode;
    20   
    20 
    21   const gchar *sid;  
    21   const gchar *sid;  
    22    
    22 
       
    23   GSocket *sock;
       
    24 
    23   GSList *candidates;
    25   GSList *candidates;
    24 } JingleSocks5;
    26 } JingleS5B;
    25  
    27  
    26 typedef struct {
    28 typedef struct {
    27   const gchar *cid;
    29   const gchar *cid;
    28   
    30 
    29   const gchar *host;
    31   const gchar *host;
    30   
    32 
    31   const gchar *jid;
    33   const gchar *jid;
    32   
    34 
    33   guint16 port;
    35   guint16 port;
    34   
    36 
    35   guint64 priority;
    37   guint64 priority;
    36   
    38 
    37   JingleS5BType type;
    39   JingleS5BType type;
    38   
    40 } S5BCandidate;
    39 } JingleS5BCandidate;
    41 
    40 #endif
    42 #endif