Emmanuel Gil Peyrot
230bab3bf9
checkdeadlinks: Remove unused imports.
2016-10-03 23:03:58 +01:00
Emmanuel Gil Peyrot
358fce4443
checkdeadlinks: Also check for images sources, and check each unique URL only once.
2016-10-03 23:03:58 +01:00
Emmanuel Gil Peyrot
615d091877
checkdeadlinks: Move the checking code into its own is_dead() function.
2016-10-03 23:03:57 +01:00
Emmanuel Gil Peyrot
3acdb8f2d1
checkdeadlinks: Return 0 on no-deadlink, 1 on deadlinks.
2016-10-03 23:03:55 +01:00
Emmanuel Gil Peyrot
52e64d545b
checkdeadlinks: Replace optparse with argparse to simplify argument parsing.
2016-10-03 22:54:22 +01:00
Emmanuel Gil Peyrot
9dbd567676
checkdeadlinks: Remove trailing whitespace and use four spaces instead of tabs.
2016-10-03 22:50:35 +01:00
Sam Whited
bd7cc7037c
Add Olm and Curve25519 entities
2016-09-22 10:23:17 -05:00
Peter Saint-Andre
69fbd768a9
Merge pull request #220 from stpeter/iot-sig
...
Version 0.0.1 of an IoT SIG proposal
2016-09-08 20:28:20 -06:00
Sam Whited
6695b17df8
Merge pull request #246 from stevekille/MIX
...
Mix
2016-09-07 07:18:23 -07:00
Steve Kille
74614f3493
Bump version to 0.3.1
2016-09-07 13:50:42 +01:00
Steve Kille
e71b4c6061
Add Client Discovery Capability
2016-09-07 13:48:50 +01:00
Steve Kille
2a5599dafa
Changes to address Daurnimator message of 7 Sep
2016-09-07 07:48:13 +01:00
Steve Kille
0dac51f925
Edits relating to changes from Daurnimator
2016-09-06 16:14:35 +01:00
Steve Kille
afad578d91
Add in description of MIX Proxy
2016-09-06 15:43:18 +01:00
Sam Whited
230a151ef6
Merge pull request #245 from stevekille/MIX
...
Mix
2016-09-05 07:57:32 -07:00
Steve Kille
b93e17bd2e
Version bump to 0.3
2016-09-05 10:15:47 +01:00
Steve Kille
e0f8251c75
Changes around presence resulting from discussion with Sam Whited about "Presence Session"
2016-09-05 10:05:42 +01:00
Steve Kille
70fc09d0b6
Sort Advertizing MAM
...
Address various clarifications in MIX/MUC, PAM
2016-09-05 09:57:57 +01:00
Steve Kille
7f5ad36442
Merge pull request #2 from SamWhited/MIX
...
Use single quotes consistently
2016-09-05 07:04:41 +01:00
Sam Whited
5641851921
XEP-0369: Use single quotes consistently
2016-09-02 13:53:29 -05:00
Steve Kille
44c696c717
Florian's comments of 23 August and updated Abstract
2016-09-02 17:14:43 +01:00
Steve Kille
a8c1766d2b
Address Georg Lukas comments. See messages 17 Aug and 2 Sep
2016-09-02 16:52:06 +01:00
Steve Kille
e189f09fc8
Update to reflect Dave Cridland's comments of 15.08.2016
2016-09-02 16:26:10 +01:00
Steve Kille
d293a266a1
Fix anchor & credit Edwin
2016-09-01 14:27:46 +01:00
Steve Kille
4c801eb348
Change may to can (Kev/Steve preference vs Sam)
2016-09-01 14:24:56 +01:00
Steve Kille
0febac67e8
Update Acknowledgements
2016-09-01 13:15:27 +01:00
Kevin Smith
6ab8c305e2
Update XEP-0369 with version bump and text tweak
2016-09-01 11:52:19 +01:00
Kevin Smith
0a8fdb54ad
Merge pull request #239 from SamWhited/xep0369_map_node_definition
...
XEP-0369: Remove circular definition
2016-09-01 11:40:18 +01:00
Kevin Smith
4a3f7eb3a8
Merge pull request #240 from SamWhited/xep0369_jid_format_fixes
...
XEP-0369: Minor formatting and grammar fixes
2016-09-01 11:40:11 +01:00
Kevin Smith
dfc2d501a3
Merge pull request #238 from SamWhited/mix_i18n
...
XEP-0369: Better i18n and Unicode safety
2016-09-01 11:39:51 +01:00
Kevin Smith
2085008ff2
Merge pull request #244 from intosi/xsl-fix
...
xep.xsl: Force open and close tags on script
2016-08-31 10:53:34 +01:00
Edwin Mons
1c8851a2db
xep.xsl: Force open and close tags on script
...
XSLT processors are allowed to choose either the self-closing form or
explicit open and close tags when operating in xml mode for elements
that have no text. Unfortunately, for the script element, this is not
allowed (by the DTD, and conformant browsers will not accept the
self-closing form).
xsltproc, as used by the XSF tooling, will output the open/close tags,
but other processors, such as Xalan, will choose the self-closing form.
This patch adds an empty comment as a child of the script tag. This will
force all XSLT processors into outputting the right form. As browsers
are required to ignore the content if there is a src attribute, this
will not change the behaviour. Should a browser without support for the
script tag open it, all it sees is a comment.
Test-Information:
Transforms XEPs into readable documents in xsltproc and oXygen 9.3.
2016-08-31 08:33:33 +02:00
Sam Whited
53ae5711a6
XEP-0369: Fix German in i18n example
2016-08-30 09:21:12 -05:00
Kevin Smith
f035926127
Merge pull request #243 from intosi/xep-0369-revision-fix
...
XEP-0369: Fix revision 0.2.1 XML
2016-08-30 14:02:48 +01:00
Kevin Smith
4e5930a3ad
Merge pull request #226 from linkmauve/xep-0143-fix
...
XEP-0143: Fix new XEP creation instructions
2016-08-30 13:57:40 +01:00
Edwin Mons
3028ed98aa
XEP-0369: Fix revision 0.2.1 XML
...
Revision 0.2.1 of xep-0369.xml had two <initials/> and two <remark/>
elements, both of which are illegal. Merged them, as I think it's the
least ungraceful recovery from the dual 0.2.1 revision issue.
Test-Information:
xep-0369.xml now validates according to the DTD using xmllint.
2016-08-30 14:53:43 +02:00
Kevin Smith
9ee89fb0f5
Merge pull request #242 from intosi/dtd_fix
...
Fix obvious mistakes in the DTD
2016-08-30 12:16:45 +01:00
Edwin Mons
a7b3774fa1
Fix obvious mistakes in the DTD
...
Adds a few obvious missing allowed children to various elements in the
DTD. Before this, 277 XEPs failed to validate, after the change, 'only'
179 fail to validate. It also means a portion of those XEPs contain
things that will never be converted to HTML or PDF, because our XSLT
doesn't know about them.
Test-Information:
Tested the DTD against our current body of XEPs using xmllint 2.9.1.
2016-08-30 13:07:49 +02:00
Sam Whited
b358c01f3d
s/presence message/presence stanza/
2016-08-28 11:41:35 -05:00
Sam Whited
7ecea1417b
Remove some whitespace from a few examples
2016-08-28 11:37:00 -05:00
Sam Whited
1c26c9f2ed
Let's not be redundant and repeat ourselves
2016-08-28 11:35:51 -05:00
Sam Whited
dbf6c0c304
XEP-0369: Minor grammatical fix
2016-08-28 11:34:27 -05:00
Sam Whited
9b53b8e6c7
XEP-0369: Use PRECIS nickname profile for nicks
2016-08-28 11:31:16 -05:00
Sam Whited
2fbdd438d1
XEP-0369: Fix format of proxy JID in example
2016-08-28 11:27:34 -05:00
Sam Whited
076e9f44af
XEP-0369: Remove circular definition
2016-08-28 11:16:02 -05:00
Sam Whited
41a14b0ae2
XEP-0369: specify subjects natural language
2016-08-28 11:05:59 -05:00
Emmanuel Gil Peyrot
0cc813e83a
XEP-0143: Add a new revision.
2016-08-27 15:17:50 +01:00
Emmanuel Gil Peyrot
0fd9f64298
XEP-0143: Fix new XEP creation instructions.
...
The xeps repository has been split from the xmpp repository, this
reflects that change.
2016-08-27 15:17:30 +01:00
Sam Whited
6270772d6c
XEP-0369: Fix revision
2016-08-25 09:13:41 -05:00
Sam Whited
2fa4d82034
XEP-0369: Fix typo before publishing 0.2.1
2016-08-25 09:02:41 -05:00