Skip to content

Commit

Permalink
Merge pull request #270 from esl/export_metadata
Browse files Browse the repository at this point in the history
Export metadata from connection
  • Loading branch information
DenysGonchar authored Aug 23, 2024
2 parents 365d287 + 561d8e6 commit b97ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/escalus_connection.erl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
| fun((client(), exml_stream:element()) -> boolean()).
-export_type([stanza_handler/0]).

-export_type([t/0]).
-export_type([t/0, metadata/0]).

%% Private
-export([connection_step/2]).
Expand Down

0 comments on commit b97ccec

Please sign in to comment.