home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

16 rows where xep_id = 386

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: xep_version, status

Link xep_version status software_id xep_id
386,3 1.0.2 complete Movim 3 Last User Interaction in Presence 386
386,5     Pàdé 5 Last User Interaction in Presence 386
386,6 1.0 complete Gajim 6 Last User Interaction in Presence 386
386,7 1.0.2 complete blabber.im 7 Last User Interaction in Presence 386
386,19 1.0 complete QXmpp 19 Last User Interaction in Presence 386
386,20 1.0.2 complete Slidge 20 Last User Interaction in Presence 386
386,22 1.0.2 complete monocles chat 22 Last User Interaction in Presence 386
386,28 1.0.2 complete Cheogram Android 28 Last User Interaction in Presence 386
386,31     Converse.js 31 Last User Interaction in Presence 386
386,34 1.0.2 complete python-nbxmpp 34 Last User Interaction in Presence 386
386,41 1.0.2   Miranda NG 41 Last User Interaction in Presence 386
386,46 1.0.2 complete slixmpp 46 Last User Interaction in Presence 386
386,47 1.0.2 complete xmpp-parsers 47 Last User Interaction in Presence 386
386,48 1.0.2 complete Conversations 48 Last User Interaction in Presence 386
386,50   complete Monal IM 50 Last User Interaction in Presence 386
386,65 1.0 removed poezio 65 Last User Interaction in Presence 386

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 24.412ms · Data source: XMPP Standards Foundation