1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00
Commit Graph

3366 Commits

Author SHA1 Message Date
Sam Whited
48f8846cee Clarify that 0030 features must not have children 2015-09-22 19:08:42 -06:00
Florian Schmaus
60c36550a2 XEP-0359: Minor fixes (typos, s/JID/XMPP address, ...) 2015-09-22 18:12:36 -06:00
Florian Schmaus
67beabbbb1 Use TEMPDIR within OUTDIR in Makefile
and some other cleanups: Add XMPPIMAGESURL. Use multiple target rule for
"mkdir -p". Use special variables where possible. Remove unnecessary [
-e $FILE ] test in curl recipes.
2015-09-22 22:12:04 +02:00
Florian Schmaus
b2cf8fb102 Makefile: Whitespace fixes 2015-09-22 22:12:03 +02:00
Matthew A. Miller
f8890be4ad XEP-0313 v0.4 - See Revision 2015-09-21 09:59:14 -06:00
Florian Schmaus
611eb46c65 Refactored SIDs client-id from attribute to element. 2015-09-18 15:58:51 -06:00
Sam Whited
353f30abfe Fix escaping in entity versioning cdata 2015-09-17 12:57:37 -05:00
Matthew A. Miller
cd2905327c promoting s2s-over-s5066 to XEP-0365 2015-09-17 10:37:30 -06:00
Steve Kille
f60b582be3 Update to reflect S5066 publication on the Web 2015-09-17 10:11:32 -06:00
Sam Whited
61dd466023 Add profiles / partial sync to entity versioning 2015-09-17 09:43:05 -06:00
Florian Schmaus
fb6a27747b Fix description of XEP-65's <activate/> element 2015-09-17 09:36:38 -06:00
Lance Stout
f845947c31 A better formalization of XEP-0234
* Recast the document to match the registration procedure defined by XEP-0166 for new application types.
* Explicitly defined the schema of the &lt;file/&gt; element instead of referencing XEP-0096.
* Defined the use of a 'length' attribute on &lt;range/&gt; elements. This attribute was always there because the &lt;file/&gt; and &lt;range/&gt; elements had been defined as the same as the parallel elements in XEP-0096, but the 'length' attribute was not explicitly referenced in this document.
* Clarified the need for the 'senders' attribute on Jingle &lt;content/&gt; elements to distinguish between File Offers and File Requests.
* Added the &lt;file-not-found/&gt; and &lt;file-too-large/&gt; reason types.
* Clarified how to abort a file transfer via 'content-remove' or 'session-terminate' actions.
* Added &lt;received/&gt; element for indicating that a transfer was successful, particularly when there are multiple transfers.
* Added SDP mapping.
2015-09-17 08:32:02 -06:00
Sam Whited
931daefbda Only run sed once and escape possible mistaken label marker 2015-09-17 08:09:00 -06:00
Sam Whited
b298856940 Add output when build complete 2015-09-17 08:09:00 -06:00
Sam Whited
4eec7f6324 Make sure the makefile looks in curdir for files
Eg. in case you're generating something in the inbox
2015-09-17 08:09:00 -06:00
Sam Whited
ba1646cfca Add PDF generation support to Makefile 2015-09-17 08:09:00 -06:00
Sam Whited
a2c7826aab Add build instructions to the README
Fixes #18
2015-09-17 08:09:00 -06:00
Sam Whited
4bba55b8c0 Add a Makefile to build XEPs 2015-09-17 08:08:59 -06:00
Lance Stout
c20b089c0f Update title and typo fixes 2015-09-10 11:26:10 -06:00
Daniel Gultsch
0f40c22668 clarify the no-storage/no-store confusion in XEP-0334 and add a new hint to always store message
the message hints XEP confusingly talks about no-storage and no-permanent-storage in one place even though no-store was meant
added a new message hint to ask the server to store messages even though they do not contain a body. like encrypted messages
2015-09-10 08:39:46 -06:00
Sam Whited
e22172cf39 Fix reference to bare JIDs 2015-09-03 10:04:34 -06:00
Sam Whited
8c40f32172 Address some feedback on entity versioning 2015-09-03 10:04:34 -06:00
Sam Whited
f7eb0a8a8c Add cache invalidation to entity versioning 2015-09-03 10:04:33 -06:00
Sam Whited
796a7a4d94 Update OTR Disco's security section 2015-08-31 20:41:35 -05:00
Sam Whited
b867a4d568 Remove redundant sentence 2015-08-31 09:47:39 -06:00
Sam Whited
7d8b386dd5 Update registrar submission 2015-08-31 09:47:38 -06:00
Sam Whited
50e058ee03 Support OTRv3 only and remove feature subelements 2015-08-31 09:47:38 -06:00
Sam Whited
81cefd2e88 Initial draft of OTR disco 2015-08-31 09:47:38 -06:00
Sam Whited
b3725e2cf9 Add a use case to entity versioning
Also:

  Minor typo and wording fixes
  Fix broken example XML
  More tabbing fixes
2015-08-31 09:42:13 -06:00
Sam Whited
d6b3f54e00 Remove :features: from namespace 2015-08-31 09:42:13 -06:00
Sam Whited
bcefb30da6 Add initial draft of Entity Versioning. 2015-08-31 09:42:13 -06:00
Matthew A. Miller
ae5618890d XEP-0364 v0.1 - Advance to Experimental 2015-08-27 10:19:12 -06:00
Sam Whited
36bc445997 Fix otr-info construction section
Remove unclear opinion from the security section
2015-08-27 10:13:02 -06:00
Matthew A. Miller
7aa9a19790 XEP-0363 v0.1 -- Advanced to Experimental 2015-08-27 09:49:51 -06:00
Lance Stout
4d3a3baacc Update XEP-0264 to allow non-cid URIs, and expand scope 2015-08-26 13:28:21 -07:00
Sam Whited
f1d3d763f3 Move XEP-0352 (CSI) to "Proposed" 2015-08-26 09:54:26 -06:00
Matthew A. Miller
9bc45ee51e Last Call of XEP-0320 v0.2 2015-08-26 09:45:54 -06:00
Matthew A. Miller
3ec99b2c04 fix typo in title 2015-08-24 16:34:49 -06:00
Steve Kille
43257f6b9a Fix to Standards Track 2015-08-24 16:29:44 -06:00
Steve Kille
a4ce22fefb Initial X2X over S5066 2015-08-24 16:29:43 -06:00
Matthew A. Miller
eafc468fca Merge pull request #58 from Nyco/XEP1-in-README
Added reference to XEP1 in README
2015-08-24 08:58:30 -06:00
Matthew A. Miller
a58ca87e4c Merge pull request #57 from Flowdalic/xep174
Add '<?xml ...>' to XEP-0174 examples
2015-08-24 08:57:18 -06:00
Matthew A. Miller
4cb33b5b9a Merge pull request #56 from SamWhited/patch-1
Fix a typo in OTR XEP
2015-08-24 08:56:57 -06:00
Matthew A. Miller
756e38b9c2 Update revision and fix typos 2015-08-24 08:44:22 -06:00
Georg Lukas
ee9ed5c7e5 Carbons: remove bare-JID special case 2015-08-24 08:44:22 -06:00
Georg Lukas
c568aeecc3 Minor Carbons clarifications 2015-08-24 08:44:22 -06:00
Kevin Smith
846803d9b9 Further tweak Carbons text after community discussion 2015-08-24 08:44:22 -06:00
Kevin Smith
2a382b1b9b Change Carbons delivery rules to 'all IM traffic'
After discussion on the standards list at the time of Last Call, it
became clear that servers were not generally implementing Carbons as
specified. This patch updates the text to be more forgiving of such
discrepancies, and to try to reflect general consensus between
implementations of what should be eligible for carbons delivery.
2015-08-24 08:44:22 -06:00
Nÿco
6d94a360d8 Added reference to XEP1 in README 2015-08-21 10:18:59 +02:00
Florian Schmaus
117ca176c9 Add '<?xml ...>' to XEP-174 examples 2015-08-20 09:48:26 +02:00