moxxmpp/examples_dart
Alexander "PapaTutuWawa d7c13abde6 feat(xep): Allow ignoring the discussion history
Also allow specifying the amount of stanzas of discussion history we
want.
2023-09-22 19:23:35 +02:00
..
bin feat(xep): Allow ignoring the discussion history 2023-09-22 19:23:35 +02:00
lib feat(example): Implement common argument parsing 2023-06-18 21:16:47 +02:00
.gitignore fix(core): Fix components' stanza matching 2023-04-05 13:17:18 +02:00
analysis_options.yaml fix(core): Fix components' stanza matching 2023-04-05 13:17:18 +02:00
pubspec.yaml feat(example): Fix omemo_dart dependency 2023-06-20 16:36:49 +02:00
README.md fix(core): Fix components' stanza matching 2023-04-05 13:17:18 +02:00

Dart Examples

Run using dart run bin/<example>.dart.

Examples

  • component.dart: Use moxxmpp to implement a component using XEP-0114.