diff --git a/xep-0017.xml b/xep-0017.xml index b89b800d..25f007ab 100644 --- a/xep-0017.xml +++ b/xep-0017.xml @@ -13,6 +13,10 @@ Rejected Informational Standards + + + +N/A Mike Lin diff --git a/xep-0035.xml b/xep-0035.xml index b3404dfd..0abb1eac 100644 --- a/xep-0035.xml +++ b/xep-0035.xml @@ -17,7 +17,7 @@ Standards - XMPP Core + XMPP Core N/A Robert @@ -29,7 +29,7 @@ 0.2 2003-11-05 psa - The status of this specification has been changed to Retracted since it has been superseded by &xmppcore;. + The status of this specification has been changed to Retracted since it has been superseded by XMPP Core. 0.1 diff --git a/xep-0036.xml b/xep-0036.xml index d1969547..e4e6ba13 100644 --- a/xep-0036.xml +++ b/xep-0036.xml @@ -13,8 +13,9 @@ Retracted Standards Track Standards + - XEP-0060 + XEP-0060 None &pgmillard; &stpeter; diff --git a/xep-0037.xml b/xep-0037.xml index 9a4d5b2a..b8647d4b 100644 --- a/xep-0037.xml +++ b/xep-0037.xml @@ -13,6 +13,10 @@ Rejected Standards Track Standards + + + + N/A David Sutton diff --git a/xep-0038.xml b/xep-0038.xml index e4b387c5..ad159104 100644 --- a/xep-0038.xml +++ b/xep-0038.xml @@ -17,7 +17,6 @@ None - Not yet assigned Adam Theo @@ -66,13 +65,13 @@

The following issues must be solved for in this specification.

    -
  • Here and Now: The convention should not rely on technologies such as feature negotiation or generic pub/sub which do not exist yet in Jabber in order to work properly. The convention should be a "here and now" solution, relying only on the current Jabber protocol.
  • -
  • Meaningful: The convention for creating the icons must be meaningful to users of clients without icon support, or even users on the other side of transports. Whatever method is used, it should not be cryptic or difficult to understand in text-only mode, in case the user does not have or want the capability to view the icons.
  • -
  • Component Friendly: In order for gateways, bots, and other "semi-intelligent" components to be able to convert or otherwise use the specification (such as to and from the MSN icon style, or use icons in conversations with Artificially Intelligent bots), a specific list of icons must be possible. Since these bots do not have an intelligent human behind them deciding their every action, they cannot deal with unlimited possibilities.
  • -
  • Protect Privacy: Sender-defined external data must not be required to properly display the icons because it can be used by the sender to track the user, circumventing their privacy. When the sender can define their own graphics or sounds to be used for the icons, they can use unique URLs and monitor when these unique URLs are accessed. External data may be allowed as long as it is not required for proper use of the icons, but it would be best to leave external data completely out of the system.
  • -
  • Conserve Bandwidth: The amount of markup used within the messages to define the icons should be kept to a minimum, as well as keeping the media files used for the icons from being transferred over the wire with the messages themselves. These easily consume too much bandwidth, a precious resource to most of the Internet.
  • -
  • Be Passive: The convention should not force transports or recipients to take any action to properly display the icons. Not only does it put extra strain on the components, but it would also unnecessarily break old clients. Transports and recieving clients may have the option of taking some actions, but they should not be forced to.
  • -
  • Internationalization: The convention must be inherently international in order to ease adoption of Jabber throughout the world and prevent later growing pains. The use of English must be kept to a minimum, restricted to "meta information" about the icons themselves, and must dynamically allow for non-English language sets.
  • +
  • Here and Now: The convention should not rely on technologies such as feature negotiation or generic pub/sub which do not exist yet in Jabber in order to work properly. The convention should be a "here and now" solution, relying only on the current Jabber protocol.
  • +
  • Meaningful: The convention for creating the icons must be meaningful to users of clients without icon support, or even users on the other side of transports. Whatever method is used, it should not be cryptic or difficult to understand in text-only mode, in case the user does not have or want the capability to view the icons.
  • +
  • Component Friendly: In order for gateways, bots, and other "semi-intelligent" components to be able to convert or otherwise use the specification (such as to and from the MSN icon style, or use icons in conversations with Artificially Intelligent bots), a specific list of icons must be possible. Since these bots do not have an intelligent human behind them deciding their every action, they cannot deal with unlimited possibilities.
  • +
  • Protect Privacy: Sender-defined external data must not be required to properly display the icons because it can be used by the sender to track the user, circumventing their privacy. When the sender can define their own graphics or sounds to be used for the icons, they can use unique URLs and monitor when these unique URLs are accessed. External data may be allowed as long as it is not required for proper use of the icons, but it would be best to leave external data completely out of the system.
  • +
  • Conserve Bandwidth: The amount of markup used within the messages to define the icons should be kept to a minimum, as well as keeping the media files used for the icons from being transferred over the wire with the messages themselves. These easily consume too much bandwidth, a precious resource to most of the Internet.
  • +
  • Be Passive: The convention should not force transports or recipients to take any action to properly display the icons. Not only does it put extra strain on the components, but it would also unnecessarily break old clients. Transports and recieving clients may have the option of taking some actions, but they should not be forced to.
  • +
  • Internationalization: The convention must be inherently international in order to ease adoption of Jabber throughout the world and prevent later growing pains. The use of English must be kept to a minimum, restricted to "meta information" about the icons themselves, and must dynamically allow for non-English language sets.

Because icons in Jabber should be easy to use, extensible, and customizable, they will be created using style definition files which can be exchanged between users and supporting clients. The specification will not allow external data, in order to protect the privacy of users, and will not rely on file transfers or directory services in order to not break old clients or components.

@@ -92,12 +91,12 @@

The meta elements contain information about the Icon Style itself, rather that the individual icons. They are contained within the <meta> element, which is directly under the root element. There is one and only one the <meta> element.

    -
  • Name: This is an arbitrary text string (spaces allowed) which is the full name of the Icon Style. Only one name can be included.
  • -
  • Version: This is an arbitrary text string (no spaces allowed) which is the version number of the Icon Style. Any version format is allowed, but the major.minor or major.minor.trivial formats are recommended. Only one version can be included.
  • -
  • Description: This is the full description of the Icon Style. It summarizes the look and types of the icons, and can be used for keywords in searching. This is optional, but recommended.
  • -
  • Author: This is the full name of the author. Multiple authors are allowed.
  • -
  • Creation: This is the date of the creation of this version of the Icon Style. The date is in the ISO 8601 standard format.
  • -
  • Home: This is the full HTTP web address of the Icon Style's homepage. This is optional.
  • +
  • Name: This is an arbitrary text string (spaces allowed) which is the full name of the Icon Style. Only one name can be included.
  • +
  • Version: This is an arbitrary text string (no spaces allowed) which is the version number of the Icon Style. Any version format is allowed, but the major.minor or major.minor.trivial formats are recommended. Only one version can be included.
  • +
  • Description: This is the full description of the Icon Style. It summarizes the look and types of the icons, and can be used for keywords in searching. This is optional, but recommended.
  • +
  • Author: This is the full name of the author. Multiple authors are allowed.
  • +
  • Creation: This is the date of the creation of this version of the Icon Style. The date is in the ISO 8601 standard format.
  • +
  • Home: This is the full HTTP web address of the Icon Style's homepage. This is optional.
@@ -196,29 +195,29 @@

Although any text string can be turned into an icon by defining it in an icondef.xml file, it is highly reccomended they either follow traditional ASCII Art (smileys and frownys, for example) or full keywords in simple markup such as double-colons. If you want to design icons, always keep in mind that not every Jabber user uses graphics to "translate" this to something visual, as explained in the "Meaningful" requirement, above. Here is a short list of recommended "core" icons that should be in most definitions, as well as possibly be used by transports:

    -
  • :-) and :) - A smiling face.
  • -
  • :-( and :( - A frowing face.
  • -
  • ;-) and ;) - A winking smiling face.
  • -
  • :'-( and :'( - A crying face.
  • -
  • >:-( and >:( - An angry face.
  • -
  • :yes: - A thumbs-up or checkmark.
  • -
  • :no: - A thumbs-down or a crossmark.
  • -
  • :wait: - An open hand, palm outstretched.
  • -
  • @->-- and :rose: - A rose flower.
  • -
  • :telephone: - A telephone.
  • -
  • :email: - An electronic-looking envelope.
  • -
  • :jabber: - Jabber's lightbulb logo.
  • -
  • :cake: - A birthday cake.
  • -
  • :kiss: - A pair of puckered lips.
  • -
  • :heart: and :love: - A heart.
  • -
  • :brokenheart: - A broken heart.
  • -
  • :music: - A musical note or instrument.
  • -
  • :beer: - A beer mug.
  • -
  • :coffee: - A cup of coffee.
  • -
  • :money: - A gold coin.
  • -
  • :moon: - A moon.
  • -
  • :sun: - A sun.
  • -
  • :star: - A star.
  • +
  • :-) and :) - A smiling face.
  • +
  • :-( and :( - A frowing face.
  • +
  • ;-) and ;) - A winking smiling face.
  • +
  • :'-( and :'( - A crying face.
  • +
  • >:-( and >:( - An angry face.
  • +
  • :yes: - A thumbs-up or checkmark.
  • +
  • :no: - A thumbs-down or a crossmark.
  • +
  • :wait: - An open hand, palm outstretched.
  • +
  • @->-- and :rose: - A rose flower.
  • +
  • :telephone: - A telephone.
  • +
  • :email: - An electronic-looking envelope.
  • +
  • :jabber: - Jabber's lightbulb logo.
  • +
  • :cake: - A birthday cake.
  • +
  • :kiss: - A pair of puckered lips.
  • +
  • :heart: and :love: - A heart.
  • +
  • :brokenheart: - A broken heart.
  • +
  • :music: - A musical note or instrument.
  • +
  • :beer: - A beer mug.
  • +
  • :coffee: - A cup of coffee.
  • +
  • :money: - A gold coin.
  • +
  • :moon: - A moon.
  • +
  • :sun: - A sun.
  • +
  • :star: - A star.
diff --git a/xep-0039.xml b/xep-0039.xml index ee62cc50..c54fa360 100644 --- a/xep-0039.xml +++ b/xep-0039.xml @@ -13,6 +13,10 @@ Deferred Standards Track Standards + XEP-0053 + + + N/A Paul Curtis @@ -21,7 +25,7 @@ Russell - Davis + Davis ukscone@burninghorse.com ukscone@burninghorse.com @@ -41,41 +45,44 @@ 0.6.0 2002-11-05 rkd - Corrected David Sutton's JID and email. It has been pointed out - to me by amoungst others Rob Norris that things such as lists of JIDs - and lists in general are really the province of disco and browse and - that at least one of the suggested 'core' statistics doesn't - make sense for all components so removed these from the document. This namespace - was starting to become a generic data gathering namespace and we already - have one of those, so i've reworked yet again hopefully for the - final time it should now be simpler to implement and more consistent in - all cases. -
+ + Corrected David Sutton's JID and email. + It has been pointed out to me by amoungst others Rob Norris that things + such as lists of JIDs and lists in general are really the province of + disco and browse and that at least one of the suggested 'core' + statistics doesn't make sense for all components so removed these from + the document. + This namespace was starting to become a generic data gathering namespace + and we already have one of those, so I've reworked yet again hopefully + for the final time it should now be simpler to implement and more + consistent in all cases. + + 0.5.0 2002-11-03 rkd Heavily modified document according to suggestions from Matt Miller (linuxwolf). rkd had some additional thoughts on the name attribute, this version reflects those. Reorganized the description section. - + 0.4.2 2002-10-25 rkd Changed rkd's email address and jid. Modified namespace to use http uri. - + 0.4.1 2002-08-20 rkd Corrected error codes - + 0.4 2002-08-18 rkd Fixed two silly typos that crept back in. Rewrote SNMP to read better. Added the DTD - + 0.3 2002-08-16 @@ -83,9 +90,9 @@ Added <display/> so a server or component may optionally return data in a human readable format. It is nothing more than a bit of visual fluff but it has potential to be quite - useful. Renumbered the revisions to allow room for stpeter's new - document numbering scheme, sorry if it is now confusing but I hadn't - left much room to grow with the previous revision numbering. A + useful. Renumbered the revisions to allow room for stpeter's new + document numbering scheme, sorry if it is now confusing but I hadn't + left much room to grow with the previous revision numbering. A little more prettying and judicious use of punctuation has occurred. @@ -99,7 +106,7 @@ 2002-08-14 rkd I seem to have misunderstood one of Ryan Eatmon's - suggestions and didn't make this generic enough. I have + suggestions and didn't make this generic enough. I have fixed that now. Clarified error codes and reworked how errors are indicated to work with the new generic namespace. Rearranged the order of the sections a bit make this @@ -157,15 +164,14 @@ rkd Initial version. - XEP-0053

As things currently stand it is not possible to obtain statistics - from a jabber component or server without resorting to parsing the - various log files. This makes it extremely difficult to obtain statistics - that are of any use in real world situations. This document attempts to - rectify this situation by defining a new namespace that would be used - to obtain statistics from a component or server so that they may be + from a jabber component or server without resorting to parsing the + various log files. This makes it extremely difficult to obtain statistics + that are of any use in real world situations. This document attempts to + rectify this situation by defining a new namespace that would be used + to obtain statistics from a component or server so that they may be manipulated and used in a useful manner. For the purposes of this namespace a statistic is anything that maybe expressed in a numeric form, such as the uptime of a server, the number of registered users and the @@ -182,7 +188,7 @@ <stat name='' units='' value=''/> </query> -

There is one variation in the case of an error invalidating one or +

There is one variation in the case of an error invalidating one or more errors in a single returned query that does not actually invalidate the whole query.

@@ -194,8 +200,8 @@

The name of the statistic. The format for this attribute is the generic statistic type such as bandwidth, users, time etc. followed by - a '/' character and then then the name of the actual statistic. For - example bandwidth/packets-in, time/uptime and users/online. This will + a '/' character and then then the name of the actual statistic. For + example bandwidth/packets-in, time/uptime and users/online. This will be assigned and administered by JANASee Name Registration.

@@ -218,7 +224,6 @@ send: <iq type='get' to='component'> <query xmlns='http://jabber.org/protocol/stats'/> </iq> - recv: <iq type='result' from='component'> <query xmlns='http://jabber.org/protocol/stats'> @@ -252,8 +257,8 @@ <query xmlns='http://jabber.org/protocol/stats'> <stat name='time/uptime' units='seconds' value='3054635'/> <stat name='users/online' units='users' value='365'/> - <stat name='bandwidth/packets-in' units='packets' value='23434'/> - <stat name='bandwidth/packets-out' units='packets' value='23422'/> + <stat name='bandwidth/packets-in' units='packets' value='23434'/> + <stat name='bandwidth/packets-out' units='packets' value='23422'/> </query> </iq> @@ -261,7 +266,7 @@

If an error occurs with one or more of the requests for - statistics the component or server should return one of the + statistics the component or server should return one of the following error codes.

@@ -274,17 +279,15 @@
CodeStringReason
503Service UnavailableStatistic is temporarily unavailable
- -

Because we wish to be able to collect groups of statistics within a single returned packet errors must be handled in a two - tier way with authorization and core errors that would render - all the statistics meaningless being indicated + tier way with authorization and core errors that would render + all the statistics meaningless being indicated with a type='error' in the returned packet.

- <iq type='error' from='component'> - <query xmlns='http://jabber.org/protocol/stats'> + <iq type='error' from='component'> + <query xmlns='http://jabber.org/protocol/stats'> <error code='401'>Not Authorized</error> </query> </iq> @@ -310,12 +313,12 @@

All statistic names, returned data units types and other pertinent statistic information will be assigned and registered with - the Jabber Naming Authority in the category stat. - Unfortunately at this time such a body does not exist so we will + the Jabber Naming Authority in the category stat + Unfortunately at this time such a body does not exist so we will have to rely on component and server authors diligently - researching to ensure that their desired name is not already + researching to ensure that their desired name is not already in use and that they adequately document the returned units - type and anything else that would normally be registered. + type and anything else that would normally be registered. Hopefully by the time this document is formally adopted a central naming authority for the Jabber protocol will be in place and functional and authors will be then able to register @@ -386,16 +389,16 @@

Supporting industry accepted standards and procedures For more details on SNMP - and CIM within - the Jabber protocol is highly desirable as long as it does not - restrict the flexibility or functionality of Jabber. So while - the http://jabber.org/protocol/stats namespace seems to fall within the domain of - the SNMP and CIM standards amongst others and large jabber - installations would find direct support an appealing prospect - when tying jabber into their existing network information and - management systems the jabber:iq:namespace will not do this. - Because Jabber is an XML based protocol, conversion of - the returned data to other formats including those required + and CIM within + the Jabber protocol is highly desirable as long as it does not + restrict the flexibility or functionality of Jabber. So while + the http://jabber.org/protocol/stats namespace seems to fall within the domain of + the SNMP and CIM standards amongst others and large jabber + installations would find direct support an appealing prospect + when tying jabber into their existing network information and + management systems the jabber:iq:namespace will not do this. + Because Jabber is an XML based protocol, conversion of + the returned data to other formats including those required for SNMP, CIM etc. should be relatively simple. Not supporting industry standards is not without advantages. By leaving the http://jabber.org/protocol/stats as a pure jabber namespace we allow @@ -412,14 +415,14 @@ - TBD +

TBD

- TBD - +

TBD

+ - TBD +

TBD

diff --git a/xep-0040.xml b/xep-0040.xml index f38e3f1c..2c55181c 100644 --- a/xep-0040.xml +++ b/xep-0040.xml @@ -15,7 +15,7 @@ Standards - XEP-0060 + XEP-0060 None Tim diff --git a/xep-0041.xml b/xep-0041.xml index 4177b977..d62c92bf 100644 --- a/xep-0041.xml +++ b/xep-0041.xml @@ -13,9 +13,13 @@ Retracted Standards Track Standards - XMPP Core, XEP-0020, XEP-0030 + + XMPP Core + XEP-0020 + XEP-0030 + - XEP-0065 + XEP-0065 rel Justin @@ -27,7 +31,7 @@ 0.2 2003-09-30 psa - At the request of the author, the status of this specification has been changed to Retracted since it has been superseded by &xep0065;. + At the request of the author, the status of this specification has been changed to Retracted since it has been superseded by XEP-0065. 0.8 @@ -87,36 +91,36 @@

A REL-compatible stream transport must have the following properties:

  • Provides a reliable bytestream between two Jabber entities, which means that the bytestream transport handles all data delivery issues, such that the application need not worry about them.
  • -
  • Has a the following link states: - - - - - - - - - - - - - - - - - - - - - - - - - -
    CodeDescription
    INITInitiation
    GOODSuccessful initiation (connected)
    BADUnsuccessful initiation (stream is closed, no further state)
    CLOSSuccessful closure after establishment (stream is closed, no further state)
    ERRLink failure after establishment (stream is closed, no further state)
    +
  • Has link states from the following table.
  • Defines a stream identifier, which MUST have a unique ASCII representation. The stream protocol MUST be able to use any ASCII identifier chosen during REL negotiation, as long as the sending party doesn't use the same identifier more than once.
+ + + + + + + + + + + + + + + + + + + + + + + + + +
CodeDescription
INITInitiation
GOODSuccessful initiation (connected)
BADUnsuccessful initiation (stream is closed, no further state)
CLOSSuccessful closure after establishment (stream is closed, no further state)
ERRLink failure after establishment (stream is closed, no further state)

The following stream transports that meet these guidelines are:

@@ -146,7 +150,7 @@ ]]> -The remote entity will advertise the "http://jabber.org/protocol/rel" namespace as a feature to represent they implement this protocol. +

The remote entity will advertise the "http://jabber.org/protocol/rel" namespace as a feature to represent they implement this protocol.

diff --git a/xep-0042.xml b/xep-0042.xml index 6b759cae..05f0e36f 100644 --- a/xep-0042.xml +++ b/xep-0042.xml @@ -13,9 +13,13 @@ Retracted Standards Track Standards - XEP-0004 (OPTIONAL), XEP-0011 (RECOMMENDED) XEP-0029 (REQUIRED) + + XEP-0004 (OPTIONAL) + XEP-0011 (RECOMMENDED) + XEP-0029 (REQUIRED) + - XEP-0065 + XEP-0065 JOBS Matthew diff --git a/xep-0043.xml b/xep-0043.xml index 3321bfad..7624ad7d 100644 --- a/xep-0043.xml +++ b/xep-0043.xml @@ -13,6 +13,10 @@ Retracted Standards Track Standards + + + + N/A Justin Kirby @@ -38,14 +42,11 @@ Database API or query language. Instead, it will providing a simple mechanism for a JID to read/write data that it has access to and specifying a model for those schemas to use in xml.

-

This document has two aims.

-
  1. Be able to request the available schemas
  2. Perform near SQL-like data manipulation
-

Although designed for use with an RDBMS this document is not restricted to such uses. It may be used with any data storage system that can be broken down to a simple table, column/row diff --git a/xep-0044.xml b/xep-0044.xml index 9c856624..84180e11 100644 --- a/xep-0044.xml +++ b/xep-0044.xml @@ -15,6 +15,10 @@ Deferred Standards Track Standards + + + + N/A Robert Norris @@ -42,7 +46,6 @@

A typical XML stream is a pair of XML documents, one for each direction of communication between the two peers. An simple example of these might look like this:

-

Currently, the prefix for each namespace is fixed; it cannot vary at all, since implementations use it for matching. The desire is to be able to use arbitrary prefixes:

- Standards - XEP-0065 + XEP-0065 None Justin diff --git a/xep-0047.xml b/xep-0047.xml index 885c7702..aefa2b42 100644 --- a/xep-0047.xml +++ b/xep-0047.xml @@ -18,10 +18,10 @@ + ibb http://www.xmpp.org/schemas/ibb.xsd - ibb &infiniti; &stpeter; @@ -216,7 +216,7 @@
  • Because the sequence number has already been used, the recipient returns an &unexpected; error with a type of 'cancel'.
  • Because the data is not formatted in accordance with Section 4 of RFC 4648, the recipient returns a &badrequest; error with a type of 'cancel'.
  • -

    Upon receiving an error related to the data packet, the sender MUST close the bytestream as described under Closing the Bytestream.

    +

    Upon receiving an error related to the data packet, the sender MUST close the bytestream as described under Closing the Bytestream.

    Data packets MUST be processed in the order they are received. If an out-of-sequence packet is received for a particular direction within a bytestream (determined by checking the 'seq' attribute), then this indicates that a packet has been lost. The recipient MUST NOT process the data of such an out-of-sequence packet, nor any that follow it within the same bytestream; instead, the recipient MUST close the bytestream as described in the next section.

    diff --git a/xep-0051.xml b/xep-0051.xml index ba58f81c..4a0453d5 100644 --- a/xep-0051.xml +++ b/xep-0051.xml @@ -13,6 +13,10 @@ Deferred Standards Track Standards + + + + N/A Klaus Wolf diff --git a/xep-0052.xml b/xep-0052.xml index 71ae2fbe..064ed045 100644 --- a/xep-0052.xml +++ b/xep-0052.xml @@ -13,9 +13,18 @@ Retracted Standards Track Standards - XMPP Core, XMPP IM, XEP-0004, XEP-0020, XEP-0030 + + XMPP Core + XMPP IM + XEP-0004 + XEP-0020 + XEP-0030 + - XEP-0095, XEP-0096 + + XEP-0095 + XEP-0096 + N/A Thomas diff --git a/xep-0056.xml b/xep-0056.xml index ae85031f..ee08f448 100644 --- a/xep-0056.xml +++ b/xep-0056.xml @@ -14,6 +14,9 @@ Standards Track Standards + + +N/A Ulrich Staudinger @@ -159,7 +162,7 @@ EDIFACT/UN is very similar to X.12 and differs only in the meaning of tags and i -SAP Systems can create IDocs as receipts of transactions. These receipts can be used within other EDI systems, or within the SAP system. Of course transmission of IDocs can take place through XMPP as well. +

    SAP Systems can create IDocs as receipts of transactions. These receipts can be used within other EDI systems, or within the SAP system. Of course transmission of IDocs can take place through XMPP as well.

    diff --git a/xep-0057.xml b/xep-0057.xml index 5dbc84d6..a23d4ac4 100644 --- a/xep-0057.xml +++ b/xep-0057.xml @@ -13,6 +13,7 @@ Retracted Standards Track Standards + None @@ -97,14 +98,14 @@ - For all JIDs with category=client allowed following subtags: -
      -
    • - always-visible, always-invisible: - The client should send custom presence to this JID to be always - visible or invisible to it. -
    • -
    +

    For all JIDs with category=client allowed following subtags:

    +
      +
    • + always-visible, always-invisible: + The client should send custom presence to this JID to be always + visible or invisible to it. +
    • +

    diff --git a/xep-0058.xml b/xep-0058.xml index 28a524cb..e7a383d3 100644 --- a/xep-0058.xml +++ b/xep-0058.xml @@ -13,6 +13,10 @@ Deferred Standards Track Standards + + + + N/A Alexey Shchepin @@ -28,11 +32,16 @@ - This document defines an XMPP protocol extension for editing one text document by several people. - This can be useful when several people write different parts of one single document, or - one person edits the text and other people can see the changes. The advantage of - using this protocol in compared to using a version control systems is that all - changes are distributed between editors in real-time. +

    + This document defines an XMPP protocol extension for editing one text + document by several people. + This can be useful when several people write different parts of one single + document, or one person edits the text and other people can see the + changes. + The advantage of using this protocol in compared to using a version + control systems is that all changes are distributed between editors in + real-time. +