Contents Menu Expand Light mode Dark mode Auto light/dark mode
slixmpp
slixmpp
  • Getting Started (with examples)
    • Slixmpp Quickstart - Echo Bot
    • Sign in, Send a Message, and Disconnect
    • Create and Run a Server Component
    • Manage Presence Subscriptions
    • Multi-User Chat (MUC) Bot
    • Send a Message Every 5 Minutes
    • Send/Receive IQ Stanzas
  • Tutorials, FAQs, and How To Guides
    • How to Work with Stanza Objects
    • Creating a Slixmpp Plugin
    • Flexible internal API usage
    • How to Use Stream Features
    • How SASL Authentication Works
    • How to remove xmpp.process()
    • Using Stream Handlers and Matchers
    • XEP-0030: Working with Service Discovery
    • Following XMPP: The Definitive Guide
  • API Reference
    • ClientXMPP
    • ComponentXMPP
    • BaseXMPP
    • Exceptions
    • Jabber IDs (JID)
    • Stanza Objects
    • Stanza Handlers
    • Stanza Matchers
    • XML Stream
    • XML Serialization
    • Internal “API”
  • Core Stanzas
    • Root Stanza
    • Message Stanza
    • Presence Stanza
    • IQ Stanza
  • Event Index
  • Dedicated PubSub Events
  • Coming from SleekXMPP
    • Differences from SleekXMPP
    • Using asyncio
  • Slixmpp Architecture
  • Plugin index
    • XEP-0004: Data Forms
    • XEP-0009: Jabber-RPC
    • XEP-0012: Last Activity
    • XEP-0013: Flexible Offline Message Retrieval
    • XEP-0020: Feature Negotiation
    • XEP-0027: Current Jabber OpenPGP Usage
    • XEP-0030: Service Discovery
    • XEP-0033: Extended Stanza Addressing
    • XEP-0045: Multi-User Chat
    • XEP-0047: In-band Bytestreams
    • XEP-0049: Private XML Storage
    • XEP-0050: Ad-Hoc Commands
    • XEP-0054: vcard-temp
    • XEP-0059: Result Set Management
    • XEP-0060: Publish-Subscribe
    • XEP-0065: SOCKS5 Bytestreams
    • XEP-0066: Out of Band Data
    • XEP-0070: Verifying HTTP Requests via XMPP
    • XEP-0071: XHTML-IM
    • XEP-0077: In-Band Registration
    • XEP-0079: Advanced Message Processing
    • XEP-0080: User Location
    • XEP-0082: XMPP Date and Time Profiles
    • XEP-0084: User Avatar
    • XEP-0085: Chat State Notifications
    • XEP-0086: Error Condition Mappings
    • XEP-0092: Software Version
    • XEP-0106: JID Escaping
    • XEP-0107: User Mood
    • XEP-0108: User Activity
    • XEP-0115: Entity Capabilities
    • XEP-0118: User Tune
    • XEP-0122: Data Forms Validation
    • XEP-0128: Service Discovery Extensions
    • XEP-0131: Stanza Headers and Internet Metadata
    • XEP-0133: Service Administration
    • XEP-0152: Reachability Addresses
    • XEP-0153: vCard-Based Avatars
    • XEP-0163: Personal Eventing Protocol (PEP)
    • XEP-0172: User Nickname
    • XEP-0184: Message Delivery Receipts
    • XEP-0186: Invisible Command
    • XEP-0191: Blocking Command
    • XEP-0196: User Gaming
    • XEP-0198: Stream Management
    • XEP-0199: XMPP Ping
    • XEP-0202: Entity Time
    • XEP-0203: Delayed Delivery
    • XEP-0221: Data Forms Media Element
    • XEP-0222: Persistent Storage of Public Data via PubSub
    • XEP-0223: Persistent Storage of Private Data via PubSub
    • XEP-0224: Attention
    • XEP-0231: Bits of Binary
    • XEP-0235: OAuth Over XMPP
    • XEP-0249: Direct MUC Invitations
    • XEP-0256: Last Activity in Presence
    • XEP-0257: Client Certificate Management for SASL EXTERNAL
    • XEP-0258: Security Labels in XMPP
    • XEP-0279: Server IP Check
    • XEP-0280: Message Carbons
    • XEP-0297: Stanza Forwarding
    • XEP-0300: Use of Cryptographic Hash Functions in XMPP
    • XEP-0308: Last Message Correction
    • XEP-0313: Message Archive Management
    • XEP-0319: Last User Interaction in Presence
    • XEP-0332: HTTP over XMPP transport
    • XEP-0333: Chat Markers
    • XEP-0334: Message Processing Hints
    • XEP-0335: JSON Containers
    • XEP-0352: Client State Indication
    • XEP-0353: Jingle Message Initiation
    • XEP-0356: Privileged Entity
    • XEP-0359: Unique and Stable Stanza IDs
    • XEP-0363: HTTP File Upload
    • XEP-0369: MIX-CORE
    • XEP-0377: Spam Reporting
    • XEP-0380: Explicit Message Encryption
    • XEP-0394: Message Markup
    • XEP-0403: MIX-Presence
    • XEP-0404: MIX-ANON
    • XEP-0405: MIX-PAM
    • XEP-0421: Anonymous unique occupant identifiers for MUCs
    • XEP-0422: Message Fastening
    • XEP-0424: Message Retraction
    • XEP-0425: Message Moderation
    • XEP-0428: Fallback Indication
    • XEP-0437: Room Activity Indicators
    • XEP-0439: Quick Response
    • XEP-0441: Message Archive Management Preferences
    • XEP-0444: Message Reactions
  • Glossary
  • License (MIT)
  v: latest
Versions
latest
slix-1.8.1
slix-1.8.0
slix-1.7.1
slix-1.7.0
slix-1.6.0
slix-1.5.1
Downloads
html
On Read the Docs
Project Home
Builds
Back to top

Core Stanzas#

  • Root Stanza
  • Message Stanza
  • Presence Stanza
  • IQ Stanza
Next
Root Stanza
Previous
Internal “API”
Copyright © 2022, Mathieu Pasquet, Maxime Buquet, Emmanuel Gil Peyrot, Florent Le Coz
Made with Sphinx and @pradyunsg's Furo