Hi, I'm looking to create a pure Twisted+Wokkel replacement for at least some subset of the functionality of ejabberd. I have a decent understanding of the bigger picture of what an XMPP servers does, but I'm definitely a bit confused on how to pick the correct code bits to construct one.
My understanding goes something like this: I make a factory that returns instances of twisted's "xmlstream.XmlStream" (or some subclass) combined with some appropriate "XmppAuthenticators" gets me (loosely speaking) an XMPP server. Is this at all correct? What code from Twisted/Wokkel is the "best" to use right now? A couple other bits: - What is the "best" Auth to use. Is it xmpp-tls? - What is the easiest way to "plug" in functionality like MUC or PubSub? Thanks very much for any info, and pardon my slight confusion. -Alex _______________________________________________ Twisted-Jabber mailing list [email protected] https://mailman.ik.nu/mailman/listinfo/twisted-jabber
