home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

12 rows where xep_id = 226

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version, status

Link xep_version status software_id xep_id
226,7 1.1.2 complete blabber.im 7 Jingle 226
226,18 1.1.2 complete Beagle IM 18 Jingle 226
226,19 1.1 complete QXmpp 19 Jingle 226
226,22 1.1.2 complete monocles chat 22 Jingle 226
226,24 1.1.2 complete AstraChat XMPP Client 24 Jingle 226
226,26 1.1.2 complete Stork IM 26 Jingle 226
226,28 1.1.2 complete Cheogram Android 28 Jingle 226
226,37 1.1.2 complete Siskin IM 37 Jingle 226
226,47 1.1.2 complete xmpp-parsers 47 Jingle 226
226,48 1.1.2 complete Conversations 48 Jingle 226
226,52 1.1.2 complete Martin 52 Jingle 226
226,66   partial Dino 66 Jingle 226

Advanced export

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

CSV options:

CREATE TABLE [implementations] (
   [xep_version] TEXT,
   [status] TEXT,
   [software_id] INTEGER,
   [xep_id] INTEGER,
   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 76.497ms · Data source: XMPP Standards Foundation