summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-19 23:31:25 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-19 23:31:25 +0300
commitd2c9cae5c4c0bffb78ad69caece4dfda8b71bc64 (patch)
tree4a6d702e2f61b9940f47834bfe38f1c16315f7bb
parent819542ba8cfe7c4c8a767fa90117b7ce1524a542 (diff)
parenta80940196173c29de890d5262f48a6a9fd2e03a2 (diff)
moin2iki: Importing Moin history for page Gabble XEP
-rw-r--r--Gabble_XEP.moin82
1 files changed, 82 insertions, 0 deletions
diff --git a/Gabble_XEP.moin b/Gabble_XEP.moin
new file mode 100644
index 0000000..0dd614f
--- /dev/null
+++ b/Gabble_XEP.moin
@@ -0,0 +1,82 @@
+= XEP status in gabble =
+
+All XEP are available at: http://www.xmpp.org/extensions/
+
+ * [[http://www.xmpp.org/extensions/xep-0004.html|XEP-0004]]: Data Forms
+ * Implemented, used internally for MUC configuration, registration, etc
+ * [[http://www.xmpp.org/extensions/xep-0020.html|XEP-0020]]: Feature Negotiation
+ * Implemented, used internally for stream initiation
+ * [[http://www.xmpp.org/extensions/xep-0030.html|XEP-0030]]: Service Discovery (Disco)
+ * Implemented, used for capabilities, MUC room listing, discovering components, server features, etc
+ * [[http://www.xmpp.org/extensions/xep-0045.html|XEP-0045]]: Multi-User Chat (MUC)
+ * Implemented, chat and room configuration, missing role support
+ * [[http://www.xmpp.org/extensions/xep-0047.html|XEP-0047]]: In-Band Bytestreams (IBB)
+ * Implemented, used by tubes
+ * [[http://www.xmpp.org/extensions/xep-0054.html|XEP-0054]]: vcard-temp
+ * Implemented, used for avatars and nicknames, contact info is WIP
+ * [[http://www.xmpp.org/extensions/xep-0055.html|XEP-0055]]: Jabber Search
+ * WIP
+ * [[http://www.xmpp.org/extensions/xep-0060.html|XEP-0060]]: Publish-Subscribe (PubSub)
+ * Implemented partially, used internally for PEP
+ * [[http://www.xmpp.org/extensions/xep-0065.html|XEP-0065]]: SOCKS5 Bytstreams
+ * Implemented partially, used by tubes, relay support is WIP
+ * [[http://www.xmpp.org/extensions/xep-0077.html|XEP-0077]]: In-Band Registration
+ * Implemented
+ * [[http://www.xmpp.org/extensions/xep-0080.html|XEP-0080]]: User Location
+ * WIP
+ * [[http://www.xmpp.org/extensions/xep-0084.html|XEP-0084]]: User Avatar
+ * Implemented
+ * [[http://www.xmpp.org/extensions/xep-0085.html|XEP-0085]]: Chat State Notifications
+ * Implemented
+ * [[http://www.xmpp.org/extensions/xep-0095.html|XEP-0095]]: Stream Initiation
+ * Implemented, used by tubes
+ * [[http://www.xmpp.org/extensions/xep-0096.html|XEP-0096]]: File Transfer
+ * WIP
+ * [[http://www.xmpp.org/extensions/xep-0115.html|XEP-0115]]: Entity Capabilities
+ * [[http://www.xmpp.org/extensions/attic/xep-0115-1.3.html|Version 1.3 (legacy format)]] implemented
+ * Version 1.5 implemented
+ * [[http://www.xmpp.org/extensions/xep-0128.html|XEP-0128]]: Service Discovery Extensions
+ * Implemented, used internally for MUC room listing and configuration
+ * [[http://www.xmpp.org/extensions/xep-0153.html|XEP-0153]]: vCard-based Avatars
+ * Implemented
+ * [[http://www.xmpp.org/extensions/xep-0163.html|XEP-0163]]: Personal Eventing via Pubsub
+ * Implemented, used internally for nicknames, location, avatars, OLPC extensions, etc
+ * [[http://www.xmpp.org/extensions/xep-0166.html|XEP-0166]]: Jingle
+ * Implemented (mid-2007 and current drafts), used for audio/video calls
+ * [[http://www.xmpp.org/extensions/xep-0167.html|XEP-0167]]: Jingle RTP Sessions
+ * Implemented (mid-2007 and current drafts) implemented, used for audio/video calls
+ * [[http://www.xmpp.org/extensions/xep-0172.html|XEP-0172]]: User Nickname
+ * Implemented
+ * [[http://www.xmpp.org/extensions/xep-0174.html|XEP-0174]]: Serverless Messaging
+ * Implemented in [[Salut]]
+ * [[http://www.xmpp.org/extensions/xep-0176.html|XEP-0176]]: Jingle ICE-UDP Transport
+ * WIP
+ * [[http://www.xmpp.org/extensions/xep-0177.html|XEP-0177]]: Jingle Raw-UDP Transport
+ * WIP
+ * [[http://www.xmpp.org/extensions/xep-0249.html|XEP-0249]]: Direct MUC Invitations
+ * Implemented
+ * [[http://www.xmpp.org/extensions/xep-0276.html|XEP-0276]]: Temporary Presence Sharing
+ * Implemented, used automatically for audio/video calls
+
+== Vendor Extensions ==
+
+ * Google Session (Voice and Video)
+ * Similar to Jingle
+ * Google P2P Transport
+ * Similar to ICE
+ * Google Jingle Info
+ * STUN and relay server discovery
+ * Google Roster
+ * For blocking
+ * Telepathy
+ * Tubes
+ * MUC bytestreams
+ * SI multiple (for falling back between SI methods)
+ * OLPC
+ * Buddy and Activity Info
+ * Gadget (server component for indexing buddies and activities)
+
+=== Note ===
+This list is far for being complete, feel free to add informations
+----
+ CategoryGabble