mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user