From 7f59fedec674e5933fe125c5484926b70e10d043 Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Mon, 21 May 2018 08:00:26 +0100 Subject: [PATCH] Add XEP numbers. --- xep-0369.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xep-0369.xml b/xep-0369.xml index e03116ab..38927bba 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -37,7 +37,7 @@ &skille; 1.0.0 - 2018-05-15 + 2018-05-21 sek

Remove PSA as author (as he requested); @@ -402,12 +402,12 @@

  1. MIX-CORE. &xep0369;. This specification, which is the central mandatory MIX specification. This sets out requirements addressed by MIX and general MIX concepts and framework. It defines joining channels and associated participant management. It defines discovery and sharing of MIX channels and information about them. It defines use of MIX to share messages with channel participants.
  2. -
  3. MIX-PRESENCE. This optional specification adds the ability for MIX online clients to share presence, so that this can be seen by other MIX clients.
  4. -
  5. MIX-PAM. This mandatory specification defines how a server supporting MIX clients behaves, to support servers implementing MIX-CORE and MIX-PRESENCE.
  6. -
  7. MIX-ADMIN. This specifies MIX configuration and administration of MIX.
  8. -
  9. MIX-ANON. This specifies a mechanism to hide real JIDs from MIX clients and related privacy controls.
  10. -
  11. MIX-MISC. This specifies a number of small MIX capabilities which are useful but do not need to be a part of MIX-CORE.
  12. -
  13. MIX-MUC. This defines how MIX and MUC can be used together.
  14. +
  15. MIX-PRESENCE. XEP-0403. This optional specification adds the ability for MIX online clients to share presence, so that this can be seen by other MIX clients.
  16. +
  17. MIX-PAM. XEP-0405. This mandatory specification defines how a server supporting MIX clients behaves, to support servers implementing MIX-CORE and MIX-PRESENCE.
  18. +
  19. MIX-ADMIN. XEP-0406. This specifies MIX configuration and administration of MIX.
  20. +
  21. MIX-ANON. XEP-0404. This specifies a mechanism to hide real JIDs from MIX clients and related privacy controls.
  22. +
  23. MIX-MISC. XEP-0407. This specifies a number of small MIX capabilities which are useful but do not need to be a part of MIX-CORE.
  24. +
  25. MIX-MUC. XEP-0408. This defines how MIX and MUC can be used together.
  26. RELIABLE-DELIVERY. MIX-CORE needs messages to be distributed without loss. This specification is important for MIX, but may be useful in other places.