summaryrefslogtreecommitdiff
path: root/tools/xmpp_codec.hrl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-generate the XMPP codec using updated xml_genEvgeniy Khramtsov2014-07-241-15/+15
|
* Add tests for session managementEvgeniy Khramtsov2014-07-221-2/+24
|
* Add tests for mod_carboncopyEvgeniy Khramtsov2014-07-211-0/+13
|
* Improve MUC test casesEvgeniy Khramtsov2014-07-191-3/+5
|
* Improve the XMPP codec, fix the test suite accordinglyEvgeniy Khramtsov2013-07-071-2/+2
|
* Do not fetch disco#info multiple timesEvgeniy Khramtsov2013-06-261-2/+2
|
* Add more pubsub test casesEvgeniy Khramtsov2013-06-261-28/+54
|
* Re-generate XMPP codec, decrease tests verbosityEvgeniy Khramtsov2013-06-181-168/+345
|
* Add some MUC checks. Several cleanupsEvgeniy Khramtsov2013-06-171-103/+129
|
* Add mod_proxy65 test caseEvgeniy Khramtsov2013-06-171-1/+6
|
* Add roster checksEvgeniy Khramtsov2013-06-171-2/+2
|
* Add registration remove test caseEvgeniy Khramtsov2013-06-171-4/+5
|
* Add zlib compression test caseEvgeniy Khramtsov2013-06-171-1/+9
|
* Add mod_register checksEvgeniy Khramtsov2013-06-171-1/+12
|
* Convert XMPP codec specification to the new formatEvgeniy Khramtsov2013-06-171-28/+38
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+168
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite