mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
no www
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2938 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
28186a9def
commit
27b3e12495
@ -130,7 +130,7 @@ elif (xepstatus == "Deferred"):
|
||||
# Abstract: $abstract
|
||||
# Changelog: $remark ($initials)
|
||||
# CVS Diff: $diffs
|
||||
# URL: http://www.xmpp.org/extensions/xep-$xepnum.html
|
||||
# URL: http://xmpp.org/extensions/xep-$xepnum.html
|
||||
|
||||
fromaddr = "editor@xmpp.org"
|
||||
# for testing...
|
||||
@ -160,7 +160,7 @@ versionline = 'Version ' + version + ' of XEP-' + xepnum + ' (' + title + ') has
|
||||
abstractline = 'Abstract: ' + abstract
|
||||
changelogline = 'Changelog: ' + remark + ' (' + initials + ')'
|
||||
diffsline = 'Diff: ' + diffs
|
||||
urlline = 'URL: http://www.xmpp.org/extensions/xep-' + xepnum + '.html'
|
||||
urlline = 'URL: http://xmpp.org/extensions/xep-' + xepnum + '.html'
|
||||
|
||||
msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr
|
||||
msg = msg + "To: %s\r\n" % toaddrs
|
||||
|
Loading…
Reference in New Issue
Block a user