xmpp_stone 0.1.3 copy "xmpp_stone: ^0.1.3" to clipboard
xmpp_stone: ^0.1.3 copied to clipboard

outdated

Xmpp Stone is lightweight XMPP client library written completely in Dart.

XmppStone #

Lightweight XMPP client library written completely in Dart. My intention is to write simple to use library for future XMPP client based on Flutter.

This is actively developing library. Currently supported:

  • RFC6120 - Extensible Messaging and Presence Protocol (XMPP): Core
  • RFC6121 - Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence

Partly supported:

  • XEP-0030: Service Discovery

Actively working on:

  • XEP-0085: Chat State Notifications

Latest news #

  • 2019-04-02: added support for: XEP-0054: vcard-temp

  • 2019-04-01: added support for SHA-1 and SHA-256 authentication algorithm

Usage #

import 'package:xmpp_stone/xmpp_stone.dart' as xmpp;

main() {
  xmpp.Connection connection = new xmpp.Connection("user@domain", "password", 5222);
  connection.open();
}

Features and bugs #

Work in progress

70
likes
0
pub points
72%
popularity

Publisher

unverified uploader

Xmpp Stone is lightweight XMPP client library written completely in Dart.

Homepage

License

unknown (LICENSE)

Dependencies

console, crypto, cryptoutils, image, quiver, synchronized, tuple, unorm_dart, xml

More

Packages that depend on xmpp_stone