mirror of
https://github.com/moparisthebest/xeps
synced 2025-03-11 06:50:01 -04:00
atlas move
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@273 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
35ab60cdc0
commit
8a0de19ab2
3
inxep.py
3
inxep.py
@ -34,7 +34,7 @@ def getText(nodelist):
|
|||||||
|
|
||||||
xepname = sys.argv[1];
|
xepname = sys.argv[1];
|
||||||
|
|
||||||
xepfile = 'inbox/' + xepname + '.xml'
|
xepfile = xepname + '.xml'
|
||||||
|
|
||||||
# PARSE XEP HEADERS:
|
# PARSE XEP HEADERS:
|
||||||
#
|
#
|
||||||
@ -97,7 +97,6 @@ abstractline = 'Abstract: ' + abstract
|
|||||||
urlline = 'URL: http://www.xmpp.org/extensions/inbox/' + xepname + '.html'
|
urlline = 'URL: http://www.xmpp.org/extensions/inbox/' + xepname + '.html'
|
||||||
actionline = 'The XMPP Council will decide within 7 days (or at its next meeting) whether to accept this proposal as an official XEP.'
|
actionline = 'The XMPP Council will decide within 7 days (or at its next meeting) whether to accept this proposal as an official XEP.'
|
||||||
|
|
||||||
#msg = "From: %s\r\n" % fromaddr
|
|
||||||
msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr
|
msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr
|
||||||
msg = msg + "To: %s\r\n" % toaddrs
|
msg = msg + "To: %s\r\n" % toaddrs
|
||||||
msg = msg + "Subject: %s\r\n" % thesubject
|
msg = msg + "Subject: %s\r\n" % thesubject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user