moxxmpp/examples_dart
2023-06-18 21:30:35 +02:00
..
bin feat(example): Implement common argument parsing 2023-06-18 21:16:47 +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(all): Use 0.5.0 of omemo_dart 2023-06-18 21:30:35 +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.