vukoye / xmpp_dart

Lightweight XMPP client library written in Dart
Apache License 2.0
83 stars 64 forks source link

I applyed XEP-0318(Best Practices for Client Initiated Presence Probes) #24

Closed fluttercid closed 4 years ago

fluttercid commented 4 years ago

Hi Nemanja,

I made a new PR and include changing below.

  1. Add export at xmpp_stone.dart

  2. Add Offline presence event (it is a little bit trick)

  3. Add XEP-0318 function for request other's presence

  4. Fix minor issue for Dart lang.

When you have time, please look through it and merge it.

Thanks, Neo

vukoye commented 4 years ago

Thanks for contributing!