echox 0.1.0+3 copy "echox: ^0.1.0+3" to clipboard
echox: ^0.1.0+3 copied to clipboard

discontinued
PlatformAndroidiOS

Streamline Your XMPP Messaging with Lightweight Dart-Based XMPP Client

example/main.dart

import 'package:echox/echox.dart';

Future<void> main() async {
  final echox = EchoX(
    service: 'ws://localhost:5443/ws',
    jid: JabberID(
      'user',
      domain: 'localhost',
      resource: 'mobile',
    ),
    password: 'somepsw',
  );

  echox.connect();
}
1
likes
130
points
0
downloads

Publisher

verified publishervsevex.me

Weekly Downloads

Streamline Your XMPP Messaging with Lightweight Dart-Based XMPP Client

Topics

#xmpp #im #network #websocket

Documentation

API reference

License

MIT (license)

Dependencies

crypto, events_emitter, logger, web_socket_client, xml

More

Packages that depend on echox