moxxmpp/examples_dart
2023-10-04 22:35:00 +02:00
..
bin feat(example): Add a very simple client example 2023-10-04 22:15:59 +02:00
lib fix(example): Comform examples to the new TCPSocketWrapper constructor 2023-10-04 22:15:24 +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 fix(example): Bump moxxmpp* versions to 0.4.0 2023-10-04 22:35:00 +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.