Skip to content

Commit

Permalink
Support XEP-0333: Chat Markers
Browse files Browse the repository at this point in the history
Thanks to Tradelane Solutions GmbH for sponsoring this work.
  • Loading branch information
weiss committed Jan 6, 2021
1 parent f96e75c commit 6ac7c9e
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 204 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ XMPP elements from the following documents are supported:
- [XEP-0313](https://xmpp.org/extensions/xep-0313.html): Message Archive Management
- [XEP-0319](https://xmpp.org/extensions/xep-0319.html): Last User Interaction in Presence
- [XEP-0328](https://xmpp.org/extensions/xep-0328.html): JID Prep
- [XEP-0333](https://xmpp.org/extensions/xep-0333.html): Chat Markers
- [XEP-0334](https://xmpp.org/extensions/xep-0334.html): Message Processing Hints
- [XEP-0352](https://xmpp.org/extensions/xep-0352.html): Client State Indication
- [XEP-0355](https://xmpp.org/extensions/xep-0355.html): Namespace Delegation
Expand Down
1 change: 1 addition & 0 deletions include/ns.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
-define(NS_THUMBS_1, <<"urn:xmpp:thumbs:1">>).
-define(NS_NICK, <<"http://jabber.org/protocol/nick">>).
-define(NS_RECEIPTS, <<"urn:xmpp:receipts">>).
-define(NS_CHAT_MARKERS_0, <<"urn:xmpp:chat-markers:0">>).
-define(NS_REPORTING_0, <<"urn:xmpp:reporting:0">>).
-define(NS_REPORTING_REASON_ABUSE_0, <<"urn:xmpp:reporting:reason:abuse:0">>).
-define(NS_REPORTING_REASON_SPAM_0, <<"urn:xmpp:reporting:reason:spam:0">>).
Expand Down
Loading

0 comments on commit 6ac7c9e

Please sign in to comment.