Slixmpp
1.8.2
  • 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
  • API Reference
  • Core Stanzas
  • Event Index
  • Dedicated PubSub Events
  • Coming from SleekXMPP
  • Slixmpp Architecture
  • Plugin index
  • Glossary
  • License (MIT)
Slixmpp
  • »
  • Getting Started (with examples)
  • View page source

Getting Started (with examples)

  • Slixmpp Quickstart - Echo Bot
    • TL;DR Just Give Me the Code
    • Overview
    • Creating the EchoBot Class
      • Handling Session Start
      • Responding to Messages
    • Command Line Arguments and Logging
    • Connecting to the Server and Processing
    • The Final Product
  • Sign in, Send a Message, and Disconnect
    • Final Product
  • Create and Run a Server Component
    • Final Product
  • Manage Presence Subscriptions
  • Multi-User Chat (MUC) Bot
    • Joining The Room
    • Adding Functionality
      • Responding to Mentions
      • Greeting Members
    • Final Product
  • Send a Message Every 5 Minutes
  • Send/Receive IQ Stanzas
    • Basic Use
      • Creating Iq Stanzas
      • Sending Iq Stanzas
    • Advanced Use
Previous Next

© Copyright 2022, Mathieu Pasquet, Maxime Buquet, Emmanuel Gil Peyrot, Florent Le Coz.

Built with Sphinx using a theme provided by Read the Docs.