Skip to content

Commit

Permalink
Merge pull request #4060 from esl/xep-update
Browse files Browse the repository at this point in the history
Updating XEPs
  • Loading branch information
pawlooss1 authored Jul 19, 2023
2 parents bfc17d8 + 0ec9062 commit 5530aed
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/mod_bosh.erl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-behaviour(cowboy_loop).

-xep([{xep, 206}, {version, "1.4"}]).
-xep([{xep, 124}, {version, "1.11"}]).
-xep([{xep, 124}, {version, "1.11.2"}]).

%% gen_mod callbacks
-export([start/2,
Expand Down
2 changes: 1 addition & 1 deletion src/mod_caps.erl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

-author('[email protected]').

-xep([{xep, 115}, {version, "1.5"}]).
-xep([{xep, 115}, {version, "1.6.0"}]).

-behaviour(gen_server).
-behaviour(gen_mod).
Expand Down
2 changes: 1 addition & 1 deletion src/mod_disco.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
-module(mod_disco).
-author('[email protected]').
-xep([{xep, 30}, {version, "2.5rc3"}]).
-xep([{xep, 157}, {version, "1.0"}]).
-xep([{xep, 157}, {version, "1.1.1"}]).
-behaviour(gen_mod).
-behaviour(mongoose_module_metrics).

Expand Down
2 changes: 1 addition & 1 deletion src/mod_ping.erl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-author('[email protected]').

-behavior(gen_mod).
-xep([{xep, 199}, {version, "2.0"}]).
-xep([{xep, 199}, {version, "2.0.1"}]).

-include("jlib.hrl").
-include("mongoose_logger.hrl").
Expand Down
2 changes: 1 addition & 1 deletion src/mod_time.erl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-include("mongoose_config_spec.hrl").

-xep([{xep, 202}, {version, "2.0"}]).
-xep([{xep, 82}, {version, "1.1"}]).
-xep([{xep, 82}, {version, "1.1.1"}]).

-spec start(HostType :: mongooseim:host_type(), gen_mod:module_opts()) -> ok | {error, atom()}.
start(HostType, #{iqdisc := IQDisc}) ->
Expand Down
2 changes: 1 addition & 1 deletion src/offline/mod_offline.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

-module(mod_offline).
-author('[email protected]').
-xep([{xep, 160}, {version, "1.0"}]).
-xep([{xep, 160}, {version, "1.0.1"}]).
-xep([{xep, 23}, {version, "1.3"}]).
-xep([{xep, 22}, {version, "1.4"}]).
-xep([{xep, 85}, {version, "2.1"}]).
Expand Down
2 changes: 1 addition & 1 deletion src/offline/mod_offline_chatmarkers.erl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
%%% @end
%%%----------------------------------------------------------------------------
-module(mod_offline_chatmarkers).
-xep([{xep, 160}, {version, "1.0"}]).
-xep([{xep, 160}, {version, "1.0.1"}]).
-behaviour(gen_mod).
-behaviour(mongoose_module_metrics).

Expand Down
6 changes: 3 additions & 3 deletions src/pubsub/mod_pubsub.erl
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
-author('[email protected]').

-xep([{xep, 60}, {version, "1.13-1"}]).
-xep([{xep, 163}, {version, "1.2"}]).
-xep([{xep, 248}, {version, "0.2"}]).
-xep([{xep, 277}, {version, "0.6.1"}]).
-xep([{xep, 163}, {version, "1.2.2"}]).
-xep([{xep, 248}, {version, "0.3.0"}]).
-xep([{xep, 277}, {version, "0.6.5"}]).

%% https://xmpp.org/extensions/xep-0384.html#server-side
-xep([{xep, 384}, {version, "0.8.3"}]).
Expand Down

0 comments on commit 5530aed

Please sign in to comment.