From c98ef8e5602c041a5b7dc125a3d9dcdb29a704a9 Mon Sep 17 00:00:00 2001 From: sha512sum Date: Thu, 7 Nov 2024 15:23:16 +0000 Subject: [PATCH] Add Important XMPP Documentation pages --- Important-XMPP-Documentation-pages.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Important-XMPP-Documentation-pages.md diff --git a/Important-XMPP-Documentation-pages.md b/Important-XMPP-Documentation-pages.md new file mode 100644 index 0000000..1d7cb15 --- /dev/null +++ b/Important-XMPP-Documentation-pages.md @@ -0,0 +1,17 @@ +- **rfc6120** XMPP: Core -https://xmpp.org/rfcs/rfc6120.html + - XML Streams + - [Streams and Stanza overview](https://xmpp.org/rfcs/rfc6120.html#streams) + - [Stream errors](https://xmpp.org/rfcs/rfc6120.html#streams-error) + - [Simplified Stream Examples](https://xmpp.org/rfcs/rfc6120.html#streams-example) + - Authentication + - [SASL Overview](https://xmpp.org/rfcs/rfc6120.html#sasl) + - [SASL Client-to-Server Example](https://xmpp.org/rfcs/rfc6120.html#examples-c2s) + - Info/Request commands + - [XML Stanzas Overview](https://xmpp.org/rfcs/rfc6120.html#stanzas) + - [XML Stanzas Features](https://xmpp.org/rfcs/rfc6120.html#stanzas-semantics) + +. + +- **rfc6121** Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence + - [Example: Presence](https://xmpp.org/rfcs/rfc6121.html#presence) + - [Example: Retrieving One's Roster on Login](https://xmpp.org/rfcs/rfc6121.html#roster-login) \ No newline at end of file