Skip to content

Commit

Permalink
ims_auth: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 5b33e35 commit adbaa61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/modules/ims_auth/doc/ims_auth_admin.xml
Expand Up @@ -433,7 +433,7 @@ modparam("ims_auth", "av_check_only_impu", 1)
...
if (!www_authorize("kamailio.org", "subscriber")) {
www_challenge(""REG_MAR_REPLY"", "kamailio.org", "1");
};
};
...
</programlisting>
</example>
Expand Down Expand Up @@ -506,7 +506,7 @@ if (!proxy_authorize("$fd", "subscriber)) {
route[REG_MAR_REPLY]
{
#this is async so to know status we have to check the reply avp
xlog("L_DBG","maa_return code is $avp(s:maa_return_code)\n");
xlog("L_DBG","maa_return code is $avp(s:maa_return_code)\n");

switch ($avp(s:maa_return_code)){
case 1: #success
Expand All @@ -524,8 +524,8 @@ route[REG_MAR_REPLY]
t_reply("500", "Unknown response code from MAR");
break;
}
exit;
}
exit;
}
</programlisting>
</example>
</section>
Expand Down Expand Up @@ -567,7 +567,7 @@ route[REG_MAR_REPLY]
ims_www_resync_auth("REG_RESYNC_REPLY", "$td");
exit;
} else {
xlog("L_DBG","About to challenge! auth_ims\n");
xlog("L_DBG","About to challenge! auth_ims\n");
ims_www_challenge("REG_MAR_REPLY", "$td", "MD5");
exit;
}
Expand Down Expand Up @@ -639,7 +639,7 @@ if (!proxy_authorize("$fd", "subscriber)) {
route[REG_MAR_REPLY]
{
#this is async so to know status we have to check the reply avp
xlog("L_DBG","maa_return code is $avp(s:maa_return_code)\n");
xlog("L_DBG","maa_return code is $avp(s:maa_return_code)\n");

switch ($avp(s:maa_return_code)){
case 1: #success
Expand All @@ -657,8 +657,8 @@ route[REG_MAR_REPLY]
t_reply("500", "Unknown response code from MAR");
break;
}
exit;
}
exit;
}
...
</programlisting>
</example>
Expand Down

0 comments on commit adbaa61

Please sign in to comment.