mirror of
https://github.com/moparisthebest/xeps
synced 2024-08-13 16:53:48 -04:00
handling of DEPRECATED
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@369 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
c5151bf11c
commit
ef01bdc0d7
@ -90,6 +90,8 @@ elif (version == "2.0"):
|
||||
xepflag = "final"
|
||||
elif (xepstatus == "Retracted"):
|
||||
xepflag = "retract"
|
||||
elif (xepstatus == "Deprecated"):
|
||||
xepflag = "deprecate"
|
||||
elif (xepstatus == "Deferred"):
|
||||
xepflag = "defer"
|
||||
|
||||
@ -124,6 +126,8 @@ elif xepflag == "active":
|
||||
thesubject = 'ACTIVE: XEP-'
|
||||
elif xepflag == "retract":
|
||||
thesubject = 'RETRACTED: XEP-'
|
||||
elif xepflag == "deprecate":
|
||||
thesubject = 'DEPRECATED: XEP-'
|
||||
elif xepflag == "defer":
|
||||
thesubject = 'DEFERRED: XEP-'
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user