whixp 2.0.0-beta2 copy "whixp: ^2.0.0-beta2" to clipboard
whixp: ^2.0.0-beta2 copied to clipboard

Streamline Your XMPP Messaging with Lightweight Dart-Based XMPP Client

example/main.dart

import 'package:whixp/whixp.dart';

void main() {
  final whixp = Whixp(
    'vsevex@example.com/desktop',
    'passwd',
    host: 'example.com',
    logger: Log(enableError: true, enableWarning: true),
  );

  whixp.connect();
  whixp.addEventHandler('sessionStart', (_) {
    whixp.getRoster();
    whixp.sendPresence();
  });
}
5
likes
0
points
28
downloads

Publisher

verified publishervsevex.me

Weekly Downloads

Streamline Your XMPP Messaging with Lightweight Dart-Based XMPP Client

Repository (GitHub)
View/report issues

Topics

#xmpp #im #network #socket

License

unknown (license)

Dependencies

connecta, crypto, dartz, dnsolve, logger, memoize, meta, synchronized, unorm_dart, xml, xpath_selector_xml_parser

More

Packages that depend on whixp