PySM: XMPP server connection established!
I’m totally surprised :) I managed to get my XMPP server implementation to a level that I’m capable of connecting with an XMPP client written in sleekxmpp!
The current result:
4841 cpf@phoenix % wc -cmlLw server.py 273 680 10520 10520 82 server.py
Translated:
- 273 newlines
- 680 words
- 10520 bytes (and thus 10520 characters)
- Maximum line length of 82 (which is not optimal, it should be 79…)
I feel quite satisfied. But I’m directly moving on. I’m going to see if I can scale sleekxmpp to send iq requests easily. Because that’s what our servers will probably do most of the time :)
After that, I’ll be looking into creating a class to manage, maintain and load modules dynamically and such. Will keep y’all posted :)
You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.


Comments are closed.