jami-docs

Forked version of Jami documentation, see wrycode.com/jami-docs-demo
git clone git://git.wrycode.com/wrycode/jami-docs.git
Log | Files | Refs

important-RFCs.md (936B)


      1 # Important RFCs
      2 
      3 ## SIP
      4 
      5 Reference: <http://tools.ietf.org/html/rfc3261>
      6 
      7 Valuable updates and extensions:
      8 
      9 +  SIP Re-INVITE: <http://tools.ietf.org/html/rfc6141>
     10 
     11 ## ICE
     12 
     13 Reference: <http://tools.ietf.org/html/rfc5245>
     14 
     15 ## SDP
     16 
     17 Reference: <http://tools.ietf.org/html/rfc4566>
     18 
     19 How to use SDP: <http://tools.ietf.org/html/rfc3264>
     20 Valuable updates and extensions:
     21 
     22 +  SDP and IPv6: <http://tools.ietf.org/html/rfc6157>
     23 +  SDP for SRTP: <http://tools.ietf.org/html/rfc4568>
     24 
     25 
     26 ## RTP
     27 
     28 Reference: <http://tools.ietf.org/html/rfc3550>
     29 
     30 Valuable updates and extensions:
     31 
     32 +  RTP and RTCP on same port: <http://tools.ietf.org/html/rfc5761>
     33 
     34 
     35 ## SRTP
     36 
     37 Reference: <http://tools.ietf.org/html/rfc3711>
     38 
     39 Valuable updates and extensions:
     40 
     41 +  DTLS for SRTP: <https://tools.ietf.org/html/rfc5763> et <http://tools.ietf.org/html/rfc5764>
     42 +  AES-192 and AES-256: <https://tools.ietf.org/html/rfc6188>
     43 +  AES-GCM: <https://tools.ietf.org/html/rfc7714>