From e3f186582157cbbc6249857abff48d2c77e75bcd Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 23 Jan 2015 17:21:19 +0100 Subject: [PATCH] Add XEP-224: Attention to the supported extensions --- documentation/extensions/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/extensions/index.md b/documentation/extensions/index.md index 005eddb60..f7bdef9fc 100644 --- a/documentation/extensions/index.md +++ b/documentation/extensions/index.md @@ -57,6 +57,7 @@ Smack Extensions and currently supported XEPs by Smack (smack-extensions) | Entity Time | [XEP-0202](http://xmpp.org/extensions/xep-0202.html) | Allows entities to communicate their local time | | Delayed Delivery | [XEP-0203](http://xmpp.org/extensions/xep-0203.html) | Extension for communicating the fact that an XML stanza has been delivered with a delay. | | XMPP Over BOSH | [XEP-0206](http://xmpp.org/extensions/xep-0206.html) | Use Bidirectional-streams Over Synchronous HTTP (BOSH) to transport XMPP stanzas. | +| Attention | [XEP-0224](http://xmpp.org/extensions/xep-0224.html) | Getting attention of another user. | | [Group Chat Invitations](invitation.html) | n/a | Send invitations to other users to join a group chat room. | | [Jive Properties](properties.html) | n/a | TODO |