Difference between revisions of "Summer of Code 2015"

Jump to navigation Jump to search
133 bytes removed ,  15:32, 18 February 2015
no edit summary
Line 21: Line 21:
* '''Software URL:''' https://igniterealtime.org/projects/openfire/index.jsp
* '''Software URL:''' https://igniterealtime.org/projects/openfire/index.jsp
* '''Software VCS URL:''' https://github.com/igniterealtime/Openfire
* '''Software VCS URL:''' https://github.com/igniterealtime/Openfire
* '''Software Description:''' Openfire is one of the most popular XMPP servers. With a powerful and widely admired admin console, and a lengthy set of features, Openfire is deployed throughout enterprise, military, and government.
* '''Software Description:''' Openfire is an XMPP server. It is configured through a web-based admin interface and used in enterprise, military, and government environments.
* '''Brief explanation:''' Openfire has supported the older, and more complex, XEP-0136 Archiving for many years, but more modern clients have tended to use XEP-0313, also known as MAM. MAM is a small subset of functionality from XEP-0136, and as such the storage etc should be largely handled already.
* '''Brief explanation:''' Openfire has supported the older, and more complex, XEP-0136 Archiving for many years, but more modern clients have tended to use XEP-0313, also known as MAM. MAM is a small subset of functionality from XEP-0136, and as such the storage etc should be largely handled already.
* '''Expected results:''' XEP-0313 support as PR.
* '''Expected results:''' XEP-0313 support as PR.
Line 34: Line 34:
* '''Software URL:''' https://igniterealtime.org/projects/openfire/index.jsp
* '''Software URL:''' https://igniterealtime.org/projects/openfire/index.jsp
* '''Software VCS URL:''' https://github.com/igniterealtime/Openfire
* '''Software VCS URL:''' https://github.com/igniterealtime/Openfire
* '''Software Description:''' Openfire is one of the most popular XMPP servers. With a powerful and widely admired admin console, and a lengthy set of features, Openfire is deployed throughout enterprise, military, and government.
* '''Software Description:''' Openfire is an XMPP server. It is configured through a web-based admin interface and used in enterprise, military, and government environments.
* '''Brief explanation:''' Openfire has supported the older, and more complex, XEP-0019 Block Lists for many years, but more modern clients have tended to use XEP-0191. This is a small subset of functionality from XEP-0019, and as such the existing code may be reusable.
* '''Brief explanation:''' Openfire has supported the older, and more complex, XEP-0019 Block Lists for many years, but more modern clients have tended to use XEP-0191. This is a small subset of functionality from XEP-0019, and as such the existing code may be reusable.
* '''Expected results:''' XEP-0191 support as PR.
* '''Expected results:''' XEP-0191 support as PR.
Line 47: Line 47:
* '''Software URL:''' https://freenode.net/seven.shtml
* '''Software URL:''' https://freenode.net/seven.shtml
* '''Software VCS URL:''' https://github.com/freenode/ircd-seven
* '''Software VCS URL:''' https://github.com/freenode/ircd-seven
* '''Software Description:''' freenode's ircd-seven is the server code behind
* '''Software Description:''' freenode's ircd-seven is the server code behind freenode's IRC network, that provides discussion facilities for a variety of Free and Open Source Software communities, not-for-profit organizations, and related communities.
freenode's IRC network, that provides discussion facilities for a wide
* '''Brief explanation:''' The goal of this project is to add the possibility to interact with all of freenode's channels using the XMPP Multi-User Chat protocol as described in XEP-0045. This should be done as a service gateway that's an extension into the particular ircd implementation used by the freenode network: ircd-seven. It would accept XMPP server-to-server connections and present each channel as a MUC room transparently and bidirectional.
variety
of Free and Open Source Software communities, not-for-profit organizations,
and related communities.
* '''Brief explanation:''' The goal of this project is to add the possibility to
interact with all of freenode's channels using the XMPP Multi-User Chat
protocol as described in XEP-0045. This should be done as a service gateway
that's an extension into the particular ircd implementation used by the
freenode network: ircd-seven. It would accept XMPP server-to-server
connections and present each channel as a MUC room transparently and
bidirectional.
* '''Expected results:''' An XMPP extension to ircd-seven
* '''Expected results:''' An XMPP extension to ircd-seven
* '''Knowledge Prerequisite:'''
* '''Knowledge Prerequisite:'''
Line 67: Line 57:


=== XMPP servers performance comparator ===
=== XMPP servers performance comparator ===
* '''Software Project:''' XMPP servers performance comparison tool  
* '''Software Project:''' XMPP server performance comparison tool  
* '''Software URL:''' Not specified yet
* '''Software URL:''' Not specified yet
* '''Software VCS URL:''' Not specified yet
* '''Software VCS URL:''' Not specified yet
Line 83: Line 73:
* '''Software URL:''' http://www.igniterealtime.org/projects/smack/
* '''Software URL:''' http://www.igniterealtime.org/projects/smack/
* '''Software VCS URL:''' https://github.com/igniterealtime/Smack
* '''Software VCS URL:''' https://github.com/igniterealtime/Smack
* '''Software Description:''' An Open Source XMPP Client Library written in Java
* '''Software Description:''' An XMPP Client Library written in Java for JVMs and Android.
for JVMs and Android.
* '''Brief explanation:''' Since 2009 there exists a patchset which adds serverless messaging (link-local) support to Smack. Unfortunately the patch design is no longer compatible with recent Smack versions and thorough examination has shown that it needs major rewriting (basically from scratch) in order to fulfill the requirements for inclusion in the 'master' branch. The 2009er patch should not be used as a starting point for the new code. But analyzing its weaknesses and problems will sure help providing a better end-result. Furthermore Guardian Project's ChatSecure uses an old version of aSmack with the serverless messaging patch. They need support for XEP-174 in order to switch from the old aSmack version they currently use to an newer Smack version. This also means that the code has to be Android compatible.
* '''Brief explanation:''' Since 2009 there exists a patchset which adds serverless messaging (link-local) support to Smack. Unfortunately the patch design is no longer compatible with recent Smack versions and thorough examination has shown that it needs major rewriting (basically from scratch) in order to fulfill the requirements for inclusion in the 'master' branch. The 2009er patch should not be used as a starting point for the new code. But analyzing its weaknesses and problems will sure help providing a better end-result. Furthermore Guardian Project's ChatSecure uses an old version of aSmack with the serverless messaging patch. They need support for XEP-174 in order to switch from the old aSmack version they currently use to an newer Smack version. This also means that the code has to be Android compatible.
 
* '''Expected results:''' Implement support for XEP-174 (http://www.xmpp.org/extensions/xep-0174.html) in Smack, fulfilling the following requirements:
* '''Expected results:''' Implement support for XEP-174  
(http://www.xmpp.org/extensions/xep-0174.html) in Smack, fulfilling the
following requirements:
** Design and implement an easy to use Smack API for serverless
** Design and implement an easy to use Smack API for serverless
messaging, try re-use existing Smack code wherever possible
messaging, try re-use existing Smack code wherever possible
Line 100: Line 86:
** Use JmDNS for multicast DNS (smack-serverless-jmdns)
** Use JmDNS for multicast DNS (smack-serverless-jmdns)
** Use NsdManager on Android for multicast DNS (smack-servless-android)
** Use NsdManager on Android for multicast DNS (smack-servless-android)
* '''Knowledge Prerequisite:''' Java, Android,
* '''Knowledge Prerequisite:''' Java, Android,
* '''Implementation Languages:''' Java
* '''Implementation Languages:''' Java
* '''Mentor:''' Florian Schmaus
* '''Mentor:''' Florian Schmaus
* '''Contact details:'''
* '''Contact details:'''
- IRC: #smack (freenode)
** IRC: #smack (freenode)
- MUC: open_chat@conference.igniterealtime.org
** MUC: open_chat@conference.igniterealtime.org
- Smack Dev Forum:
** Smack Dev Forum: https://community.igniterealtime.org/community/developers/smack
https://community.igniterealtime.org/community/developers/smack
* More Info about this project idea can be found at https://github.com/igniterealtime/Smack/wiki/Smack-Jobs#create-xmppllconnection-for-serverless-link-local-messaging-xep-174
 
More Info about this project idea can be found at
https://github.com/igniterealtime/Smack/wiki/Smack-Jobs#create-xmppllconnection-for-serverless-link-local-messaging-xep-174

Navigation menu