Skip to content

Commit

Permalink
fix WS SRV scheme according to the draft
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Sep 2, 2015
1 parent 77f77e3 commit a2e73ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Expand Up @@ -115,7 +115,7 @@
#define SRV_TLS_PREFIX "_sips._tcp."
#define SRV_TLS_PREFIX_LEN (sizeof(SRV_TLS_PREFIX) - 1)

#define SRV_WS_PREFIX "_sip._ws."
#define SRV_WS_PREFIX "_ws._tcp."
#define SRV_WS_PREFIX_LEN (sizeof(SRV_WS_PREFIX) - 1)

#define SRV_MAX_PREFIX_LEN SRV_TLS_PREFIX_LEN
Expand Down

0 comments on commit a2e73ba

Please sign in to comment.