aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-08-04 16:00:56 -0500
committerMatt Rude <[email protected]>2017-08-04 16:00:56 -0500
commit55da503fb07ddcb453c3a6be408cae81f290b5ca (patch)
treeb3629e318ec59cc7191d7096b2143f94a7ab7c13
parentb142d0d0f1ce8780afd96fdfd455dd9f99503447 (diff)
downloadxmpp-site-builder-55da503fb07ddcb453c3a6be408cae81f290b5ca.tar.gz
xmpp-site-builder-55da503fb07ddcb453c3a6be408cae81f290b5ca.tar.bz2
xmpp-site-builder-55da503fb07ddcb453c3a6be408cae81f290b5ca.zip
small change to order of the items
-rw-r--r--_data/features.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/_data/features.yml b/_data/features.yml
index d76f852..2471562 100644
--- a/_data/features.yml
+++ b/_data/features.yml
@@ -6,6 +6,10 @@
section: history
text: It is a common desire for users of XMPP to want to store their messages in a central archive on their server. This feature allows them to record conversations that take place on clients that do not support local history storage, to synchronise conversation history seamlessly between multiple clients, to read the history of a MUC room, or to view old items in a pubsub node.
+- name: Message Carbons
+ section: history
+ text: Message Carbons allow users to maintain a shared and synchronized view of all conversations across all their online clients and devices.
+
- name: vCards
section: history
text: vCards are a online version of a business card, as implemented in <a href="http://xmpp.org/extensions/xep-0054.html">XEP-0054</a>. Users are not required to fill in a vCard and can supply as much or as little as they like.
@@ -14,10 +18,6 @@
section: history
text: The roster allows users to keep and manage a contact list or addressbook. Any modifications made by a user to their roster is shared between all clients but some clients may need to log out and back in or manually request the updated roster before the changes are displayed.
-- name: Message Carbons
- section: history
- text: Message Carbons allow users to maintain a shared and synchronized view of all conversations across all their online clients and devices.
-
- name: Personal Eventing Protocal
section: history
text: Often users will want to publish details about their mood, the music they are listening to or the activity they are currently taking part in. <b>Personal Eventing Protocal</b> will allow users to publish that information and have interested parties receive it.