А это нормально, что запущенный локально twisted пишет в консольку вот такое:
```
2012-07-13 01:55:06+0300 [-] Starting factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory object at 0x3258f50>
2012-07-13 01:55:06+0300 [Uninitialized] 1342133706.93 - SEND: <stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:component:accept' to='bnw.localhost'>
2012-07-13 01:55:06+0300 [XmlStream,client] 1342133706.93 - RECV: <?xml version='1.0'?><stream:stream id='' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xmlns='jabber:component:accept'><stream:error><host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/><text xmlns='urn:ietf:params:xml:ns:xmpp-streams'>bnw.localhost does not match any configured external components</text></stream:error></stream:stream>
2012-07-13 01:55:06+0300 [XmlStream,client] 1342133706.93 - SEND: <handshake>24f06aa7ffdcd3e33511bdaf2bf2b938b95eb228</handshake>
2012-07-13 01:55:06+0300 [-] <twisted.internet.tcp.Connector instance at 0x2ba2248> will retry in 2 seconds
2012-07-13 01:55:06+0300 [-] Stopping factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory object at 0x3258f50>
^C2012-07-13 01:55:08+0300 [-] Received SIGINT, shutting down.
2012-07-13 01:55:08+0300 [MongoProtocol,client] <twisted.internet.tcp.Connector instance at 0x35f0d40> will retry in 2 seconds
2012-07-13 01:55:08+0300 [MongoProtocol,client] Stopping factory <txmongo._MongoFactory instance at 0x35f0bd8>
```
? В статье на wiki об этом ничего нет.