mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Remove XEPs that are only a client thing
This commit is contained in:
parent
6a428f3d02
commit
3650d94bb5
@ -26,7 +26,6 @@
|
|||||||
-module(ejabberd_stun).
|
-module(ejabberd_stun).
|
||||||
-behaviour(ejabberd_listener).
|
-behaviour(ejabberd_listener).
|
||||||
-protocol({rfc, 5766}).
|
-protocol({rfc, 5766}).
|
||||||
-protocol({xep, 176, '1.0'}).
|
|
||||||
|
|
||||||
-ifndef(STUN).
|
-ifndef(STUN).
|
||||||
-include("logger.hrl").
|
-include("logger.hrl").
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
-module(mod_muc).
|
-module(mod_muc).
|
||||||
-author('alexey@process-one.net').
|
-author('alexey@process-one.net').
|
||||||
-protocol({xep, 45, '1.25', '0.5.0', "complete", ""}).
|
-protocol({xep, 45, '1.25', '0.5.0', "complete", ""}).
|
||||||
-protocol({xep, 249, '1.2'}).
|
|
||||||
-ifndef(GEN_SERVER).
|
-ifndef(GEN_SERVER).
|
||||||
-define(GEN_SERVER, gen_server).
|
-define(GEN_SERVER, gen_server).
|
||||||
-endif.
|
-endif.
|
||||||
|
Loading…
Reference in New Issue
Block a user