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:
parent
ca0dd09944
commit
67c9de6461
2 changed files with 2 additions and 2 deletions
|
@ -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}).
|
||||||
|
|
|
@ -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}).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue