FS-3685 this was just a typo but once i fixed it, i realized this code is pretty messed up and might need to be redone, I cleaned it up the best i could for now but I did not write this feature so I am not to confident that it should be used in production

This commit is contained in:
Anthony Minessale
2011-11-10 10:48:06 -06:00
parent 42c69c04fb
commit 8cf839690f
2 changed files with 74 additions and 39 deletions
@@ -3211,6 +3211,7 @@ void sofia_presence_handle_sip_r_subscribe(int status,
/* Update the subscription status for the subscription */
switch (status) {
case 200:
case 202:
/* TODO: in the spec it is possible for the other side to change the original expiry time,
* this needs to be researched (eg, what sip header this information will be in) and implemented.
* Although, since it seems the sofia stack is pretty much handling the subscription expiration