moxxmpp/examples_dart
Ikjot Singh Dhody 8b00e85167 feat(xep): Add example for XEP 0045 Moxxmpp.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-07-01 09:16:51 +05:30
..
bin feat(xep): Add example for XEP 0045 Moxxmpp. 2023-07-01 09:16:51 +05:30
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.