lgxace / rcsjta

Automatically exported from code.google.com/p/rcsjta
0 stars 0 forks source link

Accept-Contact : multiple instances of feature tag in feature-param #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to RFC 3841, there MUST NOT be more than one req-param or 
explicit-param in an ac-params.  Furthermore, there can only be one  instance 
of any feature tag in feature-param.

For example instead of having a single Accept-Contact header like this:
Accept-Contact: 
*;+g.3gpp.iari-ref="urn%3Aurn-7%3A3gpp-application.ims.iari.rcs.ext.messaging";+
g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.gsma.rcs.extension";explici
t;require

We should have 2 separate Accept-Contact headers like this:
Accept-Contact: 
*;+g.3gpp.iari-ref="urn%3Aurn-7%3A3gpp-application.ims.iari.rcs.ext.messaging";e
xplicit;require
Accept-Contact: 
*;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.gsma.rcs.extension";expl
icit;require

Original issue reported on code.google.com by lemordan...@gmail.com on 30 Apr 2015 at 9:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 435e07be3c54.

Original comment by lemordan...@gmail.com on 30 Apr 2015 at 9:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 8fba56c4473c.

Original comment by lemordan...@gmail.com on 4 May 2015 at 1:55

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 914863d497cd.

Original comment by lemordan...@gmail.com on 4 May 2015 at 2:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision af077240805a.

Original comment by lemordan...@gmail.com on 5 May 2015 at 3:05