1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00
This commit is contained in:
stpeter 2012-02-08 15:17:55 -07:00
parent 2d1d4dc28d
commit 80a5080738

View File

@ -152,7 +152,7 @@ elif xepflag == "retract":
elif xepflag == "deprecate": elif xepflag == "deprecate":
thesubject = 'DEPRECATED: XEP-' thesubject = 'DEPRECATED: XEP-'
elif xepflag == "obsolete": elif xepflag == "obsolete":
thesubject = 'OBSOLETED: XEP-' thesubject = 'OBSOLETE: XEP-'
elif xepflag == "defer": elif xepflag == "defer":
thesubject = 'DEFERRED: XEP-' thesubject = 'DEFERRED: XEP-'
else: else: