Skip to content

Instantly share code, notes, and snippets.

@Amuhar
Last active August 31, 2018 09:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Amuhar/d238f4cc3974d8f946cbe9d0ef035175 to your computer and use it in GitHub Desktop.
Save Amuhar/d238f4cc3974d8f946cbe9d0ef035175 to your computer and use it in GitHub Desktop.
final gsoc 2017 submission

Server-to-Server Stream Management Support for ejabberd

During GSoC 2017 I worked on implementation of server-to-server part of XEP-0198 protocol. This extension improve reliability of server-to-server communication and make the whole XMPP network more robust.

I implemented mod_stream_mgmt_s2s module for ejabberd. This module adds support for server-to-server stream management. To view commit history follow link:

https://github.com/Amuhar/ejabberd/commits/xep_0198_s2s?author=amuhar

To view documentation for server-to-server stream management module follow link:

https://github.com/Amuhar/docs_for_0198_s2s/blob/master/mod_stream_mgmt_s2s.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment