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.