[Home]

Summary:ASTERISK-23867: RLS: Write an application/rlmi+xml body generator
Reporter:Mark Michelson (mmichelson)Labels:
Date Opened:2014-06-12 12:18:58Date Closed:2014-08-07 14:00:17
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip_pubsub
Versions:12.3.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:RLS makes use of a special type of body document called RLMI (Resource List Meta Information). This is an XML document that describes how the upcoming parts of a multipart body relate to the subscribed resource list.

For this task, you will be writing a body generator that can construct an RLMI XML document.

You can find some ideas on how to implement the body generator here: https://wiki.asterisk.org/wiki/display/AST/Resource+List+Subscriptions?src=breadcrumbs-parent#ResourceListSubscriptions-Writeanapplication/rlmi+xmlbodygenerator .

If you are unfamiliar with body generators, you can have a look at res/res_pjsip_pidf_body_generator.c and res/res_pjsip_mwi_body_generator.c for examples.
Comments: