Skip to content

Commit

Permalink
Merge pull request #4057 from esl/update-xep-178
Browse files Browse the repository at this point in the history
Update xep attributes for 178 and add for 220
  • Loading branch information
JanuszJakubiec authored Jul 14, 2023
2 parents d87eb4c + 99435ba commit 802340a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/ejabberd_s2s_out.erl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
-author('[email protected]').
-behaviour(p1_fsm).

% TODO this should be in a separate module after feature/cets is merged
-xep([{xep, 220}, {version, "1.1.1"}]).

%% External exports
-export([start/3,
start_link/3,
Expand Down
2 changes: 1 addition & 1 deletion src/sasl/cyrsasl_external.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%%%=============================================================================
-module(cyrsasl_external).

-xep([{xep, 178}, {version, "1.1"}, {status, partial}]).
-xep([{xep, 178}, {version, "1.2"}, {status, partial}]).

-include("mongoose.hrl").
-include("jlib.hrl").
Expand Down

0 comments on commit 802340a

Please sign in to comment.