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

With Flutter:

 $ flutter 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.3

Alternatively, your editor might support dart pub get or flutter 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
160
points
206
downloads

Documentation

API reference

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

MIT (license)

Dependencies

crypto, xml

More

Packages that depend on xmpp_dart