mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 07:38:52 -05:00
added support for the Obsolete state
This commit is contained in:
parent
0641f8cdad
commit
2d1d4dc28d
@ -115,6 +115,8 @@ elif (xepstatus == "Retracted"):
|
||||
xepflag = "retract"
|
||||
elif (xepstatus == "Deprecated"):
|
||||
xepflag = "deprecate"
|
||||
elif (xepstatus == "Obsolete"):
|
||||
xepflag = "obsolete"
|
||||
elif (xepstatus == "Deferred"):
|
||||
xepflag = "defer"
|
||||
|
||||
@ -149,6 +151,8 @@ elif xepflag == "retract":
|
||||
thesubject = 'RETRACTED: XEP-'
|
||||
elif xepflag == "deprecate":
|
||||
thesubject = 'DEPRECATED: XEP-'
|
||||
elif xepflag == "obsolete":
|
||||
thesubject = 'OBSOLETED: XEP-'
|
||||
elif xepflag == "defer":
|
||||
thesubject = 'DEFERRED: XEP-'
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user