diff --git a/README-broken.md b/README-broken.md deleted file mode 100644 index 71ef294..0000000 --- a/README-broken.md +++ /dev/null @@ -1,9 +0,0 @@ -This is the list of modules that are known to be broken with latest ejabberd master branch. - -If you feel they are worth it, your help to fix them is welcome: - - - atom_pubsub: "Provides access to all PEP nodes via an AtomPub interface." - - ircd: "This is an IRC server frontend to ejabberd." - - mod_archive: "Message Archiving (XEP-0136)." - - mod_openid: "Transform the Jabber Server in an openid provider." - - mod_profile: "User Profile (XEP-0154) in Mnesia table." diff --git a/README.md b/README.md index f7f911d..c6dfcc4 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,17 @@ The following organization has been set up for the development: - If your module project contains several erlang modules, you should export a function pre_uninstall/0 in the main one listing the other ones. See mod_statsdx as an example. + + +Broken modules +-------------- + +This is the list of modules that are known to be broken with latest ejabberd master branch. + +If you feel they are worth it, your help to fix them is welcome: + + - atom_pubsub: "Provides access to all PEP nodes via an AtomPub interface." + - ircd: "This is an IRC server frontend to ejabberd." + - mod_archive: "Message Archiving (XEP-0136)." + - mod_openid: "Transform the Jabber Server in an openid provider." + - mod_profile: "User Profile (XEP-0154) in Mnesia table."