aboutsummaryrefslogtreecommitdiff
path: root/include/xmpp.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmpp.hrl')
-rw-r--r--include/xmpp.hrl4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/xmpp.hrl b/include/xmpp.hrl
index e1bdaeed0..f8a61590f 100644
--- a/include/xmpp.hrl
+++ b/include/xmpp.hrl
@@ -9,11 +9,7 @@
-include("ns.hrl").
-include("jid.hrl").
-include("xmpp_codec.hrl").
--ifdef(NO_EXT_LIB).
-include("fxml.hrl").
--else.
--include_lib("fast_xml/include/fxml.hrl").
--endif.
-type iq_type() :: get | set | result | error.
-type message_type() :: chat | error | groupchat | headline | normal.