Skip to content

Commit

Permalink
Remove XEPs that are only a client thing
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Nov 14, 2024
1 parent 6a428f3 commit 3650d94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ejabberd_stun.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
-module(ejabberd_stun).
-behaviour(ejabberd_listener).
-protocol({rfc, 5766}).
-protocol({xep, 176, '1.0'}).

-ifndef(STUN).
-include("logger.hrl").
Expand Down
1 change: 0 additions & 1 deletion src/mod_muc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
-module(mod_muc).
-author('[email protected]').
-protocol({xep, 45, '1.25', '0.5.0', "complete", ""}).
-protocol({xep, 249, '1.2'}).
-ifndef(GEN_SERVER).
-define(GEN_SERVER, gen_server).
-endif.
Expand Down

0 comments on commit 3650d94

Please sign in to comment.