Jonas Schäfer
0f7e43d3f7
XEP-0313: move back to Experimental after council vote from 2021-04-07
2021-07-13 10:17:53 +02:00
Jonas Schäfer
ae0bdfb2fc
XEP-0313: Issue last call
2021-03-16 21:14:00 +01:00
Jonas Schäfer
20c5635d49
XEP-0313: add revision block
2021-03-02 17:23:35 +01:00
Sam Whited
bace5148fe
XEP-0313: fix mixed tabs/spaces in examples
...
I left this alone for the rest of the document because it would just
enlarge the diff, but there's a lot more of this that could really use
some cleanup.
2021-02-24 22:41:32 -05:00
Sam Whited
3256473bc8
XEP-0313: add registrar considerations section
2021-02-24 22:37:24 -05:00
Sam Whited
f38d91e3e4
XEP-0313: remove "FIXME" comment
2021-02-24 19:13:57 -05:00
Jonas Schäfer
1146a97a43
XEP-0313: add revision block
2020-09-29 16:27:44 +02:00
Marvin W
494d0cbdf3
Fix reference to configuration in XEP-0313
2020-09-12 16:49:50 +02:00
Jonas Schäfer
d08ec2832d
XEP-0313: add revision block
2020-08-04 17:43:09 +02:00
Ruslan N. Marchenko
2e6efba85c
Correct MAM UID "not-found" note
2020-07-29 07:38:35 +02:00
Matthew Wild
a3e6d10651
XEP-0313: new revision 0.7
...
Plus (after ML discussion):
- Clarify intention of 'with' field rule
- Add 'ids' field for fetching specific messages
- Add archive metadata query
- relax language about inclusion of RSM count/index
These were always optional, but the XEP encouraged their use.
Implementation experience has shown that generating the count
has significant performance cost, while most/all current clients
ignore it anyway.
2020-07-28 17:43:19 +02:00
Jonas Schäfer
a57b75cfc5
XEP-0313: deferred due to lack of activity
2020-01-02 17:59:27 +01:00
Georg Lukas
2efd61be36
XEP-0313 (editorial): add bumped version into changelog
2019-02-15 12:23:10 +01:00
Kevin Smith
fc81b38d47
Tweak the 'complete' wording to reflect intent
2018-07-16 14:22:43 +01:00
Jonas Wielicki
13a84aa9fb
XEP-0313: add revision block
2018-07-05 16:08:32 +02:00
Bartek Górny
2531ed0725
State explicitly that there shall be no 'to' attribute
...
Previous phrasing suggested that it might be present and equal to "", which is not legal for a jid. See convo on mailing list.
2018-06-29 18:05:48 +02:00
Alexander Krotov
f979408ebd
Fix a typo in XEP-0313
2018-05-27 01:19:06 +03:00
Jonas Wielicki
6596b932d6
XEP-0313: fix duplicate anchors
2018-01-30 13:19:46 +01:00
Jonas Wielicki
10416c5eb2
XEP-0313: Add anchor IDs
2018-01-30 13:19:14 +01:00
Jonas Wielicki
0f49fd748d
XEP-0313: Move back to experimental
2017-11-29 12:45:43 +01:00
Jonas Wielicki
f08408ee26
XEP-0286, XEP-0313, XEP—0352, XEP-0387: Extend Last Call until 2017-11-15
2017-11-01 17:25:16 +01:00
Jonas Wielicki
254b270551
XEP-0313: Issue Last Call
2017-10-16 19:48:27 +02:00
Emmanuel Gil Peyrot
e8d49ee6ed
Remove trailing whitespace from all XML files.
2017-08-17 14:57:41 -05:00
Matthew Wild
11e4febde5
XEP-0313: Revision 0.6.1 (MUC message spoofing fix)
2017-02-23 01:46:43 -06:00
Matthew Wild
6a995fcc3b
XEP-0313: Satisfy xmllint
2017-02-19 15:53:29 -06:00
Matthew Wild
a81003dadb
XEP-0313: Revision 6.0 update
2017-02-19 15:53:29 -06:00
Emmanuel Gil Peyrot
7a64b7b1ed
Remove spaces at the end of CDATA blocks in all XEPs.
...
sed -i 's/^\s\+]]>/]]>/g' xep-*.xml
2017-02-16 19:37:21 -06:00
Emmanuel Gil Peyrot
3c5f20a4ca
Remove all trailing whitespace from every XEP.
...
sed -i 's/\s\+$//' xep-*.xml
2017-02-16 19:37:21 -06:00
Sam Whited
95617b6be4
XEP-0300–XEP-0378: Fix DTD issues
2017-01-01 16:35:25 -06:00
Kevin Smith
3618dfbeec
Merge pull request #134 from Flowdalic/mam-fixes
...
XEP-0313: Actually mention <fin/> in text
2016-07-14 17:42:12 +01:00
Sam Whited
6500820120
XEP-0313: Merge bumping old namespaces in MaM
2016-03-07 10:57:01 -06:00
Kevin Smith
804bf4c931
Fix remaining :0 namespaces in MAM
2016-03-07 16:37:54 +00:00
Mickael Remond
f22a0a650e
Added clarifications and enhancements when interacting with Multi-User Chat (MUC)
2016-01-20 10:23:13 -07:00
Florian Schmaus
9d620160e7
Actually mention <fin/> in text of the MAM XEP
...
Also fix wrong usage of MESSAGE to IQ, fix example 3 and clarify where
the 'complete' attribute is placed.
2015-12-28 23:26:57 +01:00
Florian Schmaus
cd75571f5d
XEP-0313: Fix example 9: s;</message>;</iq> (PR #90 )
...
XEP-0313: Add missing jabber:client namespace in example 2. (PR #93 )
2015-09-29 10:20:59 -06:00
Matthew A. Miller
f8890be4ad
XEP-0313 v0.4 - See Revision
2015-09-21 09:59:14 -06:00
Florian Schmaus
f465e5d1f6
Remove message sentinel from MAM (XEP-0313)
...
The MAM history already says "Switch the sentinel message back to the iq
result.", but this has never happened. This commit does the switch.
2015-07-18 11:26:05 +02:00
Kevin Smith
6f78c8ea30
One pubsub item per message in MAM
2015-01-23 13:54:42 +00:00
Kevin Smith
8afa00d15b
Remove comments from examples in MAM
2015-01-23 10:34:50 +00:00
Kevin Smith
cf64b48a65
Fix data form examples in MAM
2015-01-23 10:16:32 +00:00
Kevin Smith
1c1f05ad11
Fix MAM example typo
2014-10-31 15:47:15 +00:00
Kevin Smith
23256c87cc
Add some words to 313 to explain to not archive stanzas not accepted for delivery
2014-10-24 10:14:22 +01:00
Kevin Smith
82044132e4
Make the use of set explicit in 313
2014-09-30 11:51:01 +01:00
Kevin Smith
cbe0abb8ab
Fix double-namespacing bug in example 12 of MAM
2014-09-29 15:33:19 +01:00
Matthew A. Miller
29e45b2e2a
XEP-0313 v0.3 - see revision log
2014-08-15 08:58:59 -06:00
Peter Saint-Andre
585dcd791f
automatically deferred for inactivity
2014-06-03 09:32:21 -06:00
Peter Saint-Andre
a7e5ecb79d
0.2
2013-06-11 14:28:52 -06:00
Peter Saint-Andre
d5e6f693c0
corrected publication date
2012-04-18 19:08:01 -06:00
Peter Saint-Andre
3da0758989
0.1
2012-04-18 19:05:41 -06:00