class documentation
class XMPPComponentServerFactory(xmlstream.XmlStreamServerFactory): (source)
Constructor: XMPPComponentServerFactory(router, secret)
XMPP Component Server factory.
This factory accepts XMPP external component connections and makes the router service route traffic for a component's bound domain to that component.
| Present Since | |
| 8.2 |
| Method | __init__ |
Undocumented |
| Method | on |
Called when a component has successfully authenticated. |
| Method | on |
Undocumented |
| Method | on |
Called when a component connection was made. |
| Method | on |
Undocumented |
| Class Variable | log |
Undocumented |
| Instance Variable | router |
Undocumented |
| Instance Variable | secret |
Undocumented |
| Instance Variable | serial |
Undocumented |
Inherited from XmlStreamServerFactory:
| Method | build |
Create an instance of XmlStream. |
| Instance Variable | authenticator |
Factory callable that takes no arguments, to create a fresh authenticator to be associated with the XmlStream. |
Inherited from BootstrapMixin (via XmlStreamServerFactory):
| Method | add |
Add a bootstrap event handler. |
| Method | install |
Install registered bootstrap observers. |
| Method | remove |
Remove a bootstrap event handler. |
| Instance Variable | bootstraps |
The list of registered bootstrap event observers. |
Inherited from Factory (via XmlStreamServerFactory, BootstrapMixin, ServerFactory):
| Class Method | for |
Create a factory for the given protocol. |
| Method | do |
Make sure startFactory is called. |
| Method | do |
Make sure stopFactory is called. |
| Method | log |
Describe this factory for log messages. |
| Method | start |
This will be called before I begin listening on a Port or Connector. |
| Method | stop |
This will be called before I stop listening on all Ports/Connectors. |
| Class Variable | noisy |
Undocumented |
| Class Variable | protocol |
Undocumented |
| Instance Variable | num |
Undocumented |