home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

23 rows where status = "complete" and xep_version = "0.2.1"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_id, software_id

Link xep_id software_id xep_version status
192,23 No Such XEP 192 weechat-xmpp 23 0.2.1 complete
497,64 Displayed Markers 497 python-nbxmpp 64 0.2.1 complete
516,34 Client State Indication 516 Metronome IM 34 0.2.1 complete
549,24 Stateless Inline Media Sharing (SIMS) 549 Prose 24 0.2.1 complete
558,61 Message Markup 558 slixmpp 61 0.2.1 complete
562,5 User Avatar to vCard-Based Avatars Conversion 562 Beagle IM 5 0.2.1 complete
562,29 User Avatar to vCard-Based Avatars Conversion 562 Gajim 29 0.2.1 complete
562,55 User Avatar to vCard-Based Avatars Conversion 562 Cheogram Android 55 0.2.1 complete
562,58 User Avatar to vCard-Based Avatars Conversion 562 Conversations 58 0.2.1 complete
562,62 User Avatar to vCard-Based Avatars Conversion 562 Siskin IM 62 0.2.1 complete
562,63 User Avatar to vCard-Based Avatars Conversion 562 monocles chat 63 0.2.1 complete
562,72 User Avatar to vCard-Based Avatars Conversion 562 Martin 72 0.2.1 complete
589,34 Moderated Message Retraction 589 Metronome IM 34 0.2.1 complete
589,55 Moderated Message Retraction 589 Cheogram Android 55 0.2.1 complete
589,63 Moderated Message Retraction 589 monocles chat 63 0.2.1 complete
592,15 Fallback Indication 592 Movim 15 0.2.1 complete
592,29 Fallback Indication 592 Gajim 29 0.2.1 complete
592,36 Fallback Indication 592 QXmpp 36 0.2.1 complete
592,52 Fallback Indication 592 Kaidan 52 0.2.1 complete
592,64 Fallback Indication 592 python-nbxmpp 64 0.2.1 complete
608,15 Message Reactions 608 Movim 15 0.2.1 complete
608,58 Message Reactions 608 Conversations 58 0.2.1 complete
608,63 Message Reactions 608 monocles chat 63 0.2.1 complete

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [implementations] (
   [xep_id] INTEGER,
   [software_id] INTEGER,
   [xep_version] TEXT,
   [status] TEXT,
   PRIMARY KEY ([xep_id], [software_id]),
   FOREIGN KEY([xep_id]) REFERENCES [xeps]([id]),
   FOREIGN KEY([software_id]) REFERENCES [software]([id])
);
Powered by Datasette · Queries took 33.374ms · Data source: XMPP Standards Foundation