summaryrefslogtreecommitdiff
path: root/net/erlang-xmpp
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14erlang-xmpp: Update to 1.6.0triaxx3-12/+14
upstream changes: ----------------- Version 1.6.0 o Updating fast_tls to version 1.1.16. o Updating stringprep to version 1.0.29. o Support additional namespaces in MIX elements o Add support for MIX presences, update_subscriptions and unsubscribe o Add allow_query_users to muc config Version 1.5.8 o Updating fast_tls to version 1.1.15. o Updating ezlib to version 1.0.12. Version 1.5.7 o Updating ezlib to version 1.0.11. o Updating fast_tls to version 1.1.14. o Updating fast_xml to version 1.1.49. o Updating stringprep to version 1.0.28. o Updating p1_utils to version 1.0.25. o Make socket release on detach, free resources earlier o Fix crash when doing srv resolution Version 1.5.6 o Updating fast_xml to version 1.1.48. Version 1.5.5 o Updating fast_xml to version 1.1.47. o Allow 'max' value in pubsub max_items, item_expire and children_max o Add compatibility quirk for old smack version in roster o Don't generate code attribute in errors (deprececed by rfc6120) o Change internal representation of markable element o Add MUC hats support o Generate documentation before publishing to hex Version 1.5.4 o Updating ezlib to version 1.0.10. o Updating fast_tls to version 1.1.13. o Updating fast_xml to version 1.1.47. o Updating stringprep to version 1.0.27. o Updating p1_utils to version 1.0.23. o Switch from using Travis to Github Actions as CI o Add support for MIX roster extension o Allow children inside address element o Make compatible with OTP24 o Allow arbitrary children inside vCard
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-20erlang-xmpp: Update to 1.5.3triaxx3-8/+10
upstream changes: ----------------- Version 1.5.3 o Updating fast_tls to version 1.1.12. o Updating fast_xml to version 1.1.46. o Updating p1_utils to version 1.0.22. o Updating stringprep to version 1.0.25. o Fix spec to match the current source code, as reportd by Dialyzer o xmpp uses p1_options, so Dialyzer reports some false warnings o Fix return value when skipping queued tcp packet to already closed socket Version 1.5.2 o Updating fast_tls to version 1.1.11. o Allow to free socket/parser/tls when session get detached o Add support for XEP-0430: Inbox o Add support for XEP-0333: Chat Markers o Add missing applicaitons to xmpp.app o Fix timezone in timestamp used by XEP-0202 o Don't throw exception when client send invalid lenght sasl response
2021-01-16erlang-xmpp: Update to 1.5.1triaxx4-33/+43
upstream changes: ----------------- Version 1.5.1 * Fix issues with scram *-PLUS Version 1.5.0 * Updating p1_utils to version 1.0.21. * Updating stringprep to version 1.0.24. * Updating fast_tls to version 1.1.10. * Updating fast_xml to version 1.1.45. * Add support for scram-sha-256/512-{plus} Version 1.4.10 * Updating ezlib to version 1.0.9. * Updating fast_tls to version 1.1.9. * Updating fast_xml to version 1.1.44. * Updating stringprep to version 1.0.23. * Add support for MAM Flipped Pages * Exclude old OTP releases from Travis * Support building specs with rebar3 Version 1.4.9 * Updating p1_utils to version 1.0.20. * Updating fast_xml to version 1.1.43. * Updating fast_tls to version 1.1.8. * Updating stringprep to version 1.0.22. Version 1.4.8 * Fixes to compile with Erlang/OTP 23.0 * updating ezlib to version 1.0.8. * updating fast_tls to version 1.1.7. * updating fast_xml to version 1.1.42. * updating stringprep to version 1.0.21. * Replace bad-protocol sasl errors with not-authorized * Add Travis setup, and set Erlang/OTP 19.0 as lowest supported version Version 1.4.7 * Updating fast_tls to version 1.1.6. * Updating p1_utils to version 1.0.19. * Updating fast_xml to version 1.1.41. * Updating stringprep to version 1.0.20. * Fix compatibility issues with Erlang 23 Version 1.4.6 * Updating fast_tls to version 1.1.5. * Updating fast_xml to version 1.1.40. * Recognize elements from XEP-0215 (External Service Discovery) * Limit usage of synchronously terminating session, as is can cause problems with handling of queued messages Version 1.4.5 * Updating ezlib to version 1.0.7. * Updating fast_tls to version 1.1.4. * Updating fast_xml to version 1.1.39. * Updating p1_utils to version 1.0.18. * Updating stringprep to version 1.0.19. * Update copyright year Version 1.4.4 * Fix handling of infinity values in couple places * Declare namespace for "urn:xmpp:carbons:rules:0" Version 1.4.3 * Updating fast_tls to version 1.1.3. * Updating stringprep to version 1.0.18. * Updating fast_xml to version 1.1.38. * Updating p1_utils to version 1.0.17. Version 1.4.2 * Fix incorrect return type Version 1.4.1 * Add support for jid-prep * Improve handling of IDNA Version 1.4.0 * Updating fast_tls to version 1.1.2. * Updating fast_xml to version 1.1.37. * Updating stringprep to version 1.0.17. * Updating p1_utils to version 1.0.16. * Update type specs * Improve xdata compiler * Add support for CAPTCHA data forms (XEP-0158) * Accept certificates without XmppAddr fields * Improve xmpp_socket:get_peer_certificate/2 * Update pubsub#metadata form Version 1.3.4 * Updating ezlib to version 1.0.6. * Updating fast_tls to version 1.1.1. * Updating fast_xml to version 1.1.36. * Updating p1_utils to version 1.0.15. * Updating stringprep to version 1.0.16. Version 1.3.3 * Allow muc_subscriber element to have jid or nick attribute * Add support for XEP-0417 * Add get_subtags/2 and try_subtags/2 Version 1.3.2 * Release from correct branch Version 1.3.1 * Updating ezlib to version 1.0.5. * Updating fast_tls to version 1.1.0. * Updating fast_xml to version 1.1.35. * Updating p1_utils to version 1.0.14. * Updating stringprep to version 1.0.15. * Add contribution guide * Encode by attribute in stanza_error Version 1.3.0 * Introduce 'ignore_unknown' xdata codec option * Add support for decoding language tags generated by Cisco Jabber * Add support for latest MIX version and MIX-PAM (XEP-0405) Version 1.2.8 * Improve building with rebar3 and hex packaging Version 1.2.7 * Add code required for proxy protocol support Version 1.2.6 * Updating fast_tls to version 1.0.26. * Add support for XEP-0048 and XEP-0411 * Add logging of data transmited over xml sockets * Add functions for processing white space pings * Validate xml:lang values * Fix encoding of timestamp with negative TZ offsets Version 1.2.5 * Update packaging for hex Version 1.2.4 * Updating fast_xml to version 1.1.34. * Updating stringprep to version 1.0.14. * Updating p1_utils to version 1.0.13. * Updating fast_tls to version 1.0.25. Version 1.2.3 * Updating fast_tls to version f36ea5b74526c2c1c9c38f8d473168d95804f59d. * Updating fast_xml to version 1.1.33. * Updating p1_utils to version 1.0.13. * Updating stringprep to version 1.0.13. * Added handling for xeps: 319, 047, 261, 260, 234, 300, 166 * Refactor of xmpp_socket
2018-07-20net/erlang-xmpp: Update to 1.2.2.fhajny3-11/+16
Version 1.2.2 - Updating fast_xml to version 1.1.32. - Fix crash when trying to encode xmlcdata - Add missing files to hex package Version 1.2.1 - Updating p1_utils to version 1.0.12. - Updating fast_xml to version 1.1.31. - Updating stringprep to version 1.0.12. Version 1.2.0 - Support XEP-0377: Spam Reporting - New xmpp_lang module to validate language tags - Improve muc#roominfo and muc#roomconfig data forms - XEP-0363: support and tags - XEP-0363: data form support - Add more functions to format errors - Change arity of err_gone(), err_redirect() and serr_see_other_host() THIS CHANGE INTRODUCES API INCOMPATIBILITY: use xref to check the code - Support multiple namespaces for the same data form
2018-05-17net/erlang-xmpp: Update to 1.1.21.fhajny3-9/+11
- Updating fast_xml to version 1.1.30. - Support urn:xmpp:push:summary - Add parent attribute in <thread/> - Update supported XEP-0359 version to v0.3.0
2018-03-24net/erlang-xmpp: Update to 1.1.20.fhajny3-11/+12
- Updating fast_xml to version 1.1.29. - Updating p1_utils to version 1.0.11. - Updating stringprep to version 1.0.11. - Fix compilation with rebar3 - Add new namespace from XEP-0398 - Update for changes in fast_xml - Make mk_text() append original text
2018-01-16Update net/erlang-xmpp to 1.1.19.fhajny2-8/+8
Version 1.1.19 - Updating fast_xml to version 1.1.28. Version 1.1.18 - Updating fast_xml to version 1.1.27. - Don't treat xmpp: URI as valid
2018-01-03Update net/erlang-xmpp to 1.1.17.fhajny3-9/+12
- Register pubsub#multi-items feature and add pubsub#max_items field to meta-data - Mention try_subtag/2 in the README - Fix formatting in API.md - New function: xmpp:try_subtag/2 - Make pretty printer understand jid records - Support XEP-0184: Message Delivery Receipts - Improve pretty printer and sub-elements processing - Add PubSub error condition: 'precondition-not-met' - pubsub_publish_options.xdata: Reject 'secret' - Allow empty URIs in xmpp_uri:check/1 - Update muc#roominfo form and add validation for 'muc#room*_pubsub' fields - Introduce xmpp_uri module
2017-12-14Update net/erlang-xmpp to 1.1.16.fhajny3-9/+11
- Updating fast_xml to version 1.1.25. - Add support for NS_MAM_2 - Improve handling of pubsub requests - Add support for RFC 7622 - Allow multiple text element inside stanza/stream_error
2017-10-17Update net/erlang-xmpp to 1.1.15fhajny4-16/+17
- Updating fast_xml to version 1.1.24. - Updating p1_utils to version 1.0.10. - Updating stringprep to version 1.0.10. - Compatibility with R19.3+ - XEP-0084 (User Avatar) support
2017-08-20Update net/erlang-xmpp to 1.1.14.fhajny2-7/+7
- Update hex packaging - Fix namespace in PubSub publishing options
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2017-07-07Update net/erlang-xmpp to 1.1.13.fhajny4-25/+23
Version 1.1.13 - Add XEP-0357 to supported extensions list Version 1.1.12 - Support XEP-0357: Push Notifications Version 1.1.11 - Use fast_xml-1.1.23 - Use stringprep-1.0.9 Version 1.1.10 - Add jid support in muc_unsubscribe and muc_subscribe - Add ?stanza_type, ?stanza_from and ?stanza_to macros - Remove unused p1_stream extension - Clarify the library's main idea - Encode/decode muc_unsubscribe JIDs - Add support for HTTP File Upload, version 0.3.0 - Makefile: Add dependencies for spec/xdata targets - Add nif function jid:string_to_usr and use it - Fix return value from xmpp:start - Make multiple calls to jid:start() not generate nif reload error
2017-03-30Update net/erlang-xmpp to 1.1.9.fhajny4-15/+73
Version 1.1.9 - Deprecate jid:to_string/1 and jid:from_string/1 - Only check resource with stringprep - Improve type specs - Add documentation - Add set_tr_callback/2 function - Make it possible to uninstall translation callback - Use translation callback in data form encoders - Fix external codec registration for OTP 17 - Include compiler app when generating erlang.plt - Add notes about API instability Version 1.1.8 - Add get_meta/2 and get_meta/3 - Get rid of some dialyzer warnings Version 1.1.7 - Generate modular code for xmpp_codec - Improve type specs for set_from()/set_to() Version 1.1.6 - Add xmpp:serr_unsupported_feature() - Don't replace existing delay tag with the same 'from'
2017-01-21Update net/erlang-xmpp to 1.1.5.fhajny2-8/+8
- Fix translation order - Add legacy auth stream feature support - Better support subtags with empty namespaces - Add dialback feature support - Fix error generation for raw xml elements - Treat unknown message type as "normal" - Allow including #text{} elements into #sm_failed{} - Add xmpp:del_meta/2 function - Fix typo in add_delay_info/4 - Make it possible to get text by lang - Don't crash if previous delay tag misses 'from' attribute
2017-01-04Revert previous, not needed. erlang framework prefixes "erlang".wiz1-2/+1
2017-01-04Make PKGNAME match directory name.wiz1-1/+2
2017-01-03Import erlang-xmpp-1.1.14 as net/erlang-xmpp.fhajny5-0/+92
Fast Expat based Erlang XML parsing and manipulation library, with a strong focus on XML stream parsing from network.