mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Merge pull request #390 from adiaholic/docFix
Correct spellings wherever needed in `connection-modules.md`
This commit is contained in:
commit
3ab44050cc
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Smack's Modular Connection Architecture
|
|||
|
||||
**Note: Everything related to the modular connection architecture is currently considered experimental and should not be used in production. Use the mature `XMPPTCPConnection` if you do not feel adventurous.
|
||||
|
||||
Smack's modular connection architecture allows to extend a XMPP c2s (client-to-server) connection with additional functionalty by adding modules.
|
||||
Smack's modular connection architecture allows to extend a XMPP c2s (client-to-server) connection with additional functionality by adding modules.
|
||||
Those modules extend the Finite State Machine (FSM) within the `ModularXmppClientToServerConnection` with new states.
|
||||
|
||||
Connection modules can either be
|
||||
|
@ -32,4 +32,4 @@ Connection modules are plugged into the the modular connection via their constru
|
|||
|
||||
Modules and states always have an accompanying *descriptor* type.
|
||||
`ModuleDescriptor` and `StateDescriptor` exist without an connection instance.
|
||||
They describe the module and state metadata, while their modules are states are instanciated once a modular connection is instanciated.
|
||||
They describe the module and state metadata, while their modules and states are instanciated once a modular connection is instanciated.
|
||||
|
|
Loading…
Reference in a new issue