So, I think I've got my new project for now. It's going to be a three part deal.

  • First an XMPP client for Android. I'm no UI guy, so this may or may not be anything worth releasing on the market, even as a free app. It's mostly just about interacting with XMPP. If it is half decent, I'll release it, though.
  • An XMPP client using Python and wxPython. This will be my second Python app (the first being this site), so it should be good practice and relatively simple after the Android client.
  • An XMPP server in Python. This will probably be a pretty bare bones daemon with just single user chats initially. I haven't decided if I'll use something like Twisted or write my own pre-forking daemon from the ground up.