home / xmpp

implementations

Data source: XMPP Standards Foundation

xep_id
XEP
xep_version
XEP version
software_id
Software

71 rows where software_id = 0

✎ View and edit SQL

This data as json, CSV (advanced)

Link xep_version status software_id xep_id
3,0 2.9   ejabberd 0 Data Forms 3
11,0 2.0   ejabberd 0 Last Activity 11
12,0 1.2   ejabberd 0 Flexible Offline Message Retrieval 12
15,0 1.6   ejabberd 0 Privacy Lists 15
21,0 1.4   ejabberd 0 Message Events 21
22,0 1.3   ejabberd 0 Message Expiration 22
29,0 2.4   ejabberd 0 Service Discovery 29
32,0 1.1   ejabberd 0 Extended Stanza Addressing 32
38,0 0.6.0   ejabberd 0 Statistics Gathering 38
44,0 1.25   ejabberd 0 Multi-User Chat 44
48,0 1.2   ejabberd 0 Private XML Storage 48
49,0 1.2   ejabberd 0 Ad-Hoc Commands 49
53,0 1.2   ejabberd 0 vcard-temp 53
54,0 1.3   ejabberd 0 Jabber Search 54
59,0 1.14   ejabberd 0 Publish-Subscribe 59
64,0 1.8   ejabberd 0 SOCKS5 Bytestreams 64
76,0 2.4   ejabberd 0 In-Band Registration 76
77,0 2.5   ejabberd 0 Non-SASL Authentication 77
84,0 2.1   ejabberd 0 Chat State Notifications 84
85,0 1.0   ejabberd 0 Error Condition Mappings 85
91,0 1.1   ejabberd 0 Software Version 91
105,0 1.1   ejabberd 0 JID Escaping 105
113,0 1.6   ejabberd 0 Jabber Component Protocol 113
114,0 1.5   ejabberd 0 Entity Capabilities 114
123,0 1.11   ejabberd 0 Bidirectional-streams Over Synchronous HTTP (BOSH) 123
132,0 1.1   ejabberd 0 Service Administration 132
148,0 1.0   ejabberd 0 Recommended Order of Stream Feature Negotiation 148
217,0 1.1   ejabberd 0 vCard-Based Avatars 217
220,0 1.4.0   ejabberd 0 Discovering Alternative XMPP Connection Methods 220
221,0 1.0   ejabberd 0 Contact Addresses for XMPP Services 221
222,0 1.0   ejabberd 0 CAPTCHA Forms 222
223,0 1.0   ejabberd 0 Best Practices for Handling Offline Messages 223
225,0 1.2   ejabberd 0 Personal Eventing Protocol 225
234,0 1.0   ejabberd 0 Jingle ICE-UDP Transport Method 234
243,0 1.0   ejabberd 0 Dialback Key Generation and Validation 243
249,0 1.2   ejabberd 0 Blocking Command 249
256,0 1.5.2   ejabberd 0 Stream Management 256
257,0 2.0   ejabberd 0 XMPP Ping 257
260,0 2.0   ejabberd 0 Entity Time 260
263,0 1.0   ejabberd 0 Best Practices to Discourage Denial of Service Attacks 263
264,0 1.4   ejabberd 0 XMPP Over BOSH 264
270,0 1.0   ejabberd 0 XMPP Basic Server 2008 270
273,0 0.7   ejabberd 0 External Service Discovery 273
274,0 1.0   ejabberd 0 XMPP Intermediate IM Server 2008 274
278,0 1.1   ejabberd 0 Server Dialback 278
285,0 1.1   ejabberd 0 Portable Import/Export Format for XMPP-IM Servers 285
295,0 1.3   ejabberd 0 Roster Versioning 295
301,0 1.0   ejabberd 0 XMPP Server Compliance 2009 301
311,0 0.2   ejabberd 0 PubSub Collection Nodes 311
312,0 1.2   ejabberd 0 Direct MUC Invitations 312
337,0 1.0   ejabberd 0 XMPP Compliance Suites 2010 337
346,0 0.2   ejabberd 0 Server IP Check 346
347,0 0.13.2   ejabberd 0 Message Carbons 347
380,0 0.6.1   ejabberd 0 Message Archive Management 380
384,0 0.1   ejabberd 0 Hats 384
395,0 0.1   ejabberd 0 JID Preparation and Validation Service 395
401,0 0.2   ejabberd 0 Message Processing Hints 401
419,0 0.1   ejabberd 0 Client State Indication 419
422,0 0.4.1   ejabberd 0 Namespace Delegation 422
423,0 0.2.1   ejabberd 0 Privileged Entity 423
424,0 0.2   ejabberd 0 Push Notifications 424
426,0 0.5.0   ejabberd 0 Unique and Stable Stanza IDs 426
430,0 0.2   ejabberd 0 HTTP File Upload 430
435,0 1.1.0   ejabberd 0 SRV records for XMPP over TLS 435
436,0 0.14.1   ejabberd 0 Mediated Information eXchange (MIX) 436
471,0 0.2.00.2.0   ejabberd 0 User Avatar to vCard-Based Avatars Conversion 471
534,0 0.3.0   ejabberd 0 Mediated Information eXchange (MIX): Participant Server Requirements 534
539,0 1.1.0   ejabberd 0 MUC Self-Ping (Schrödinger's Chat) 539
550,0 0.2.1   ejabberd 0 Message Moderation 550
556,0 0.2.0   ejabberd 0 Bookmarks Conversion 556
581,0 0.2.0   ejabberd 0 Message Archive Management Preferences 581

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