xmpp_dart 0.1.0 copy "xmpp_dart: ^0.1.0" to clipboard
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_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  xmpp_dart: ^0.1.0

Alternatively, 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';
0
likes
0
points
159
downloads

Publisher

verified publishergugl.org

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#xmpp #chat #messaging #networking

License

unknown (license)

Dependencies

crypto, xml

More

Packages that depend on xmpp_dart