Hacker News new | ask | show | jobs
by jd007 3235 days ago
Did you guys write your own implementation or use an existing server?
1 comments

We wrote our own server based on Python/Twisted (which has an XMPP implementation in Twisted Words). The Twisted implementation of XMPP is a bit outdated now, but it wasn't too terrible to work with. There may be more up to date libraries; in Python land aioxmpp seems nice.
Thanks for the info!