[asterisk-commits] mmichelson: branch mmichelson/rls-notify r417790 - /team/mmichelson/rls-notif...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 2 18:29:49 CDT 2014
Author: mmichelson
Date: Wed Jul 2 18:29:47 2014
New Revision: 417790
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=417790
Log:
Remove XXX comments that no longer apply.
Modified:
team/mmichelson/rls-notify/res/res_pjsip_pubsub.c
Modified: team/mmichelson/rls-notify/res/res_pjsip_pubsub.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/rls-notify/res/res_pjsip_pubsub.c?view=diff&rev=417790&r1=417789&r2=417790
==============================================================================
--- team/mmichelson/rls-notify/res/res_pjsip_pubsub.c (original)
+++ team/mmichelson/rls-notify/res/res_pjsip_pubsub.c Wed Jul 2 18:29:47 2014
@@ -1019,10 +1019,6 @@
if (!sub) {
continue;
}
- /* XXX For subscriptions with children, the generator will need to be
- * the multipart RLMI generator instead. This will be handled in
- * ASTERISK-23869 or ASTERISK-23867
- */
sub->body_generator = generator;
sub->reality.virtual.parent = parent;
@@ -1055,11 +1051,7 @@
{
struct ast_sip_subscription *sub;
- /* Start by creating the root subscription. It's the only real subscription.
- * XXX Since this is the root of a subscription tree, it should actually use the
- * multipart RLMI generator instead if this is a list. This will be handled in
- * ASTERISK-23869 or ASTERISK-23867
- */
+ /* Start by creating the root subscription. It's the only real subscription. */
sub = create_real_subscription(handler, endpoint, rdata, resource, generator);
if (!sub) {
return NULL;
More information about the asterisk-commits
mailing list