The Ejabberd Socket Infrastructure
The Ejabberd Socket InfrastructureMay 23, 2012
Welcome to my first blog about ejabberd source code hacking. In these series of blogs, I want to take notes about how the ejabberdworks, and how to hack it to get customized features.
The source code version in discussion is ejabberd 2.1.10 release, which is the latest stable version at this time.
IntroThe first step to source hacking is code reading. Ejabberd is a big project (with 80k+lines of erlang code), so it’s impossible for us to understa...阅读全文
Welcome to my first blog about ejabberd source code hacking. In these series of blogs, I want to take notes about how the ejabberdworks, and how to hack it to get customized features.
The source code version in discussion is ejabberd 2.1.10 release, which is the latest stable version at this time.
IntroThe first step to source hacking is code reading. Ejabberd is a big project (with 80k+lines of erlang code), so it’s impossible for us to understa...阅读全文