command_system: The command system providing scalable, clean and convenient architecture
in combination with declarative way of defining commands and a fair
amount of automatization for routine processes.
command_system.framework: Provides a tiny framework with simple, yet powerful and extensible
architecture to implement commands in a streight and flexible,
declarative way.
command_system.implementation: The implementation and auxilary systems which implement the standard
Gajim commands and also provide an infrastructure for adding custom
commands.
command_system.implementation.custom: The module contains examples of how to create your own commands, by
creating a new command container and definding a set of commands.
command_system.implementation.hosts: The module defines a set of command hosts, which are bound to a
different command processors, which are the source of commands.
common.xmpp.plugin: Provides PlugIn class functionality to develop extentions for xmpppy
common.xmpp.protocol: Protocol module contains tools that are needed for processing of xmpp-related
data structures, including jabber-objects like JID or different stanzas and
sub- stanzas) handling routines
common.xmpp.transports_nb: Transports are objects responsible for connecting to XMPP server and putting
data to wrapped sockets in in desired form (SSL, TLS, TCP, for HTTP proxy,
for SOCKS5 proxy...)