]> granicus.if.org Git - ejabberd/commit
Add xdata generator and make some code using it
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 7 Oct 2016 07:31:03 +0000 (10:31 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Fri, 7 Oct 2016 07:31:03 +0000 (10:31 +0300)
commit6a3691ef7ce33c17d379ba40fa0c27f21c5ed75d
tree846810a4086c93f4dd7bd8ef84b15c449697fa2e
parent1de0bb83a0bd42af502e0407f185cd6be0fd4a12
Add xdata generator and make some code using it
58 files changed:
Makefile.in
include/flex_offline.hrl [new file with mode: 0644]
include/muc_register.hrl [new file with mode: 0644]
include/muc_request.hrl [new file with mode: 0644]
include/muc_roomconfig.hrl [new file with mode: 0644]
include/muc_roominfo.hrl [new file with mode: 0644]
include/pubsub_get_pending.hrl [new file with mode: 0644]
include/pubsub_node_config.hrl [new file with mode: 0644]
include/pubsub_publish_options.hrl [new file with mode: 0644]
include/pubsub_subscribe_authorization.hrl [new file with mode: 0644]
include/pubsub_subscribe_options.hrl [new file with mode: 0644]
include/xmpp_codec.hrl
specs/flex_offline.cfg [new file with mode: 0644]
specs/flex_offline.xdata [new file with mode: 0644]
specs/muc_register.cfg [new file with mode: 0644]
specs/muc_register.xdata [new file with mode: 0644]
specs/muc_request.cfg [new file with mode: 0644]
specs/muc_request.xdata [new file with mode: 0644]
specs/muc_roomconfig.cfg [new file with mode: 0644]
specs/muc_roomconfig.xdata [new file with mode: 0644]
specs/muc_roominfo.cfg [new file with mode: 0644]
specs/muc_roominfo.xdata [new file with mode: 0644]
specs/pubsub_get_pending.cfg [new file with mode: 0644]
specs/pubsub_get_pending.xdata [new file with mode: 0644]
specs/pubsub_node_config.cfg [new file with mode: 0644]
specs/pubsub_node_config.xdata [new file with mode: 0644]
specs/pubsub_publish_options.cfg [new file with mode: 0644]
specs/pubsub_publish_options.xdata [new file with mode: 0644]
specs/pubsub_subscribe_authorization.cfg [new file with mode: 0644]
specs/pubsub_subscribe_authorization.xdata [new file with mode: 0644]
specs/pubsub_subscribe_options.cfg [new file with mode: 0644]
specs/pubsub_subscribe_options.xdata [new file with mode: 0644]
specs/xmpp_codec.spec [moved from tools/xmpp_codec.spec with 99% similarity]
src/ejabberd_captcha.erl
src/flex_offline.erl [new file with mode: 0644]
src/mod_caps.erl
src/mod_mam.erl
src/mod_muc.erl
src/mod_muc_room.erl
src/mod_offline.erl
src/mod_pubsub.erl
src/muc_register.erl [new file with mode: 0644]
src/muc_request.erl [new file with mode: 0644]
src/muc_roomconfig.erl [new file with mode: 0644]
src/muc_roominfo.erl [new file with mode: 0644]
src/node_flat.erl
src/node_flat_sql.erl
src/pubsub_get_pending.erl [new file with mode: 0644]
src/pubsub_node_config.erl [new file with mode: 0644]
src/pubsub_publish_options.erl [new file with mode: 0644]
src/pubsub_subscribe_authorization.erl [new file with mode: 0644]
src/pubsub_subscribe_options.erl [new file with mode: 0644]
src/xdata_codec.erl [new file with mode: 0644]
src/xmpp_codec.erl
src/xmpp_util.erl
test/ejabberd_SUITE.erl
test/suite.erl
test/suite.hrl