1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Use p1_server behaviour in xmpp_stream layer

This commit is contained in:
Evgeniy Khramtsov 2017-02-08 17:16:18 +03:00
parent ca0dd09944
commit 67c9de6461
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
%%% %%%
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(xmpp_stream_in). -module(xmpp_stream_in).
-define(GEN_SERVER, gen_server). -define(GEN_SERVER, p1_server).
-behaviour(?GEN_SERVER). -behaviour(?GEN_SERVER).
-protocol({rfc, 6120}). -protocol({rfc, 6120}).

View file

@ -20,7 +20,7 @@
%%% %%%
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(xmpp_stream_out). -module(xmpp_stream_out).
-define(GEN_SERVER, gen_server). -define(GEN_SERVER, p1_server).
-behaviour(?GEN_SERVER). -behaviour(?GEN_SERVER).
-protocol({rfc, 6120}). -protocol({rfc, 6120}).