xmpp_dart 0.1.0
xmpp_dart: ^0.1.0 copied to clipboard
A lightweight, dependency-minimal Dart XMPP client over TCP: STARTTLS/direct TLS, SASL SCRAM-SHA-1/PLAIN, resource binding, IQ, XEP-0198 with resumption, and DNS SRV.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add xmpp_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
xmpp_dart: ^0.1.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:xmpp_dart/xmpp_dart.dart';