rust-sip.git
8 years agoSupport Unsupported header
Richard Whitehouse [Sun, 29 Oct 2017 23:14:14 +0000 (23:14 +0000)]
Support Unsupported header

8 years agoSupport To header
Richard Whitehouse [Sun, 29 Oct 2017 22:47:23 +0000 (22:47 +0000)]
Support To header

8 years agoSupport Timestamp header
Richard Whitehouse [Sun, 29 Oct 2017 22:31:27 +0000 (22:31 +0000)]
Support Timestamp header

Use custom float macro to avoid https://github.com/Geal/nom/pull/448

8 years agoSupport Supported header
Richard Whitehouse [Sun, 29 Oct 2017 22:08:33 +0000 (22:08 +0000)]
Support Supported header

8 years agoSupport Subject header
Richard Whitehouse [Sun, 29 Oct 2017 22:04:05 +0000 (22:04 +0000)]
Support Subject header

8 years agoSupport Server header
Richard Whitehouse [Sun, 29 Oct 2017 22:01:22 +0000 (22:01 +0000)]
Support Server header

8 years agoSupport Route header
Richard Whitehouse [Sun, 29 Oct 2017 21:55:42 +0000 (21:55 +0000)]
Support Route header

8 years agoSupport Retry-After header
Richard Whitehouse [Sun, 29 Oct 2017 21:52:25 +0000 (21:52 +0000)]
Support Retry-After header

8 years agoSupport Require header
Richard Whitehouse [Sun, 29 Oct 2017 20:59:47 +0000 (20:59 +0000)]
Support Require header

8 years agoSupport Reply-To header
Richard Whitehouse [Sun, 29 Oct 2017 20:56:58 +0000 (20:56 +0000)]
Support Reply-To header

8 years agoSupport Record-Route header
Richard Whitehouse [Sun, 29 Oct 2017 20:39:23 +0000 (20:39 +0000)]
Support Record-Route header

8 years agoSupport Proxy-Require header
Richard Whitehouse [Sun, 29 Oct 2017 20:20:27 +0000 (20:20 +0000)]
Support Proxy-Require header

8 years agoSupport Proxy-Authorization header
Richard Whitehouse [Sun, 29 Oct 2017 20:13:12 +0000 (20:13 +0000)]
Support Proxy-Authorization header

8 years agoSupport Proxy-Authenticate header
Richard Whitehouse [Sun, 29 Oct 2017 20:06:30 +0000 (20:06 +0000)]
Support Proxy-Authenticate header

8 years agoSupport Priority header
Richard Whitehouse [Sun, 29 Oct 2017 19:37:39 +0000 (19:37 +0000)]
Support Priority header

8 years agoSupport for Organization header
Richard Whitehouse [Sun, 29 Oct 2017 19:30:26 +0000 (19:30 +0000)]
Support for Organization header

8 years agoSupport Min-Expires header
Richard Whitehouse [Sun, 29 Oct 2017 18:43:12 +0000 (18:43 +0000)]
Support Min-Expires header

8 years agoSupport MIME-Version header
Richard Whitehouse [Sun, 29 Oct 2017 18:40:14 +0000 (18:40 +0000)]
Support MIME-Version header

8 years agoSupport Max-Forwards header
Richard Whitehouse [Sun, 29 Oct 2017 18:34:57 +0000 (18:34 +0000)]
Support Max-Forwards header

8 years agoSupport In-Reply-To header
Richard Whitehouse [Sun, 29 Oct 2017 18:31:56 +0000 (18:31 +0000)]
Support In-Reply-To header

8 years agoSupport From header
Richard Whitehouse [Sun, 29 Oct 2017 18:25:38 +0000 (18:25 +0000)]
Support From header

8 years agoSupport Expires header
Richard Whitehouse [Sun, 29 Oct 2017 17:37:17 +0000 (17:37 +0000)]
Support Expires header

8 years agoSupport Error-Info header
Richard Whitehouse [Sun, 29 Oct 2017 17:29:23 +0000 (17:29 +0000)]
Support Error-Info header

8 years agoSupport Date header
Richard Whitehouse [Sun, 29 Oct 2017 17:15:58 +0000 (17:15 +0000)]
Support Date header

8 years agoSupport CSeq header
Richard Whitehouse [Sun, 29 Oct 2017 16:13:10 +0000 (16:13 +0000)]
Support CSeq header

8 years agoSupport Content-Type header
Richard Whitehouse [Sun, 29 Oct 2017 16:07:12 +0000 (16:07 +0000)]
Support Content-Type header

8 years agoSupport Content-Length header
Richard Whitehouse [Sun, 29 Oct 2017 15:55:00 +0000 (15:55 +0000)]
Support Content-Length header

8 years agoSupport Content-Language header
Richard Whitehouse [Sun, 29 Oct 2017 15:49:59 +0000 (15:49 +0000)]
Support Content-Language header

8 years agoSupport Content-Encoding header
Richard Whitehouse [Sun, 29 Oct 2017 15:40:25 +0000 (15:40 +0000)]
Support Content-Encoding header

8 years agoSupport Content-Disposition header
Richard Whitehouse [Sun, 29 Oct 2017 15:32:28 +0000 (15:32 +0000)]
Support Content-Disposition header

8 years agoSupport Contact header
Richard Whitehouse [Sun, 29 Oct 2017 15:12:32 +0000 (15:12 +0000)]
Support Contact header

8 years agoSupport Call-Info header
Richard Whitehouse [Sun, 29 Oct 2017 14:42:20 +0000 (14:42 +0000)]
Support Call-Info header

8 years agoSupport Call-ID header
Richard Whitehouse [Sun, 29 Oct 2017 14:10:11 +0000 (14:10 +0000)]
Support Call-ID header

8 years agoSupport Authorization header
Richard Whitehouse [Sun, 29 Oct 2017 13:59:31 +0000 (13:59 +0000)]
Support Authorization header

8 years agoSupport Authentication-Info header
Richard Whitehouse [Sun, 29 Oct 2017 13:23:25 +0000 (13:23 +0000)]
Support Authentication-Info header

8 years agoSupport Allow header
Richard Whitehouse [Sun, 29 Oct 2017 12:02:39 +0000 (12:02 +0000)]
Support Allow header

8 years agoCollapse UriHeaders
Richard Whitehouse [Sun, 29 Oct 2017 11:58:32 +0000 (11:58 +0000)]
Collapse UriHeaders

8 years agoSupport Alert-Info
Richard Whitehouse [Sun, 29 Oct 2017 11:54:25 +0000 (11:54 +0000)]
Support Alert-Info

8 years agoSupport Accept-Language
Richard Whitehouse [Sun, 29 Oct 2017 11:42:49 +0000 (11:42 +0000)]
Support Accept-Language

8 years agoSupport Accept-Encoding
Richard Whitehouse [Sun, 29 Oct 2017 11:00:43 +0000 (11:00 +0000)]
Support Accept-Encoding

8 years agoParse headers correctly
Richard Whitehouse [Sun, 29 Oct 2017 10:49:04 +0000 (10:49 +0000)]
Parse headers correctly

Only supports Accept Header currently

8 years agoInitial commit
Richard Whitehouse [Sat, 28 Oct 2017 22:09:02 +0000 (23:09 +0100)]
Initial commit

Gather SIP message

Parse top line