vukoye / xmpp_dart

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

Does it Support XEP-0045(Multi-User Chat - XMPP)? #61

Open mtariquekhan opened 3 years ago

vavadiyahiren commented 2 years ago

NO yet @mtariquekhan

olimarmite commented 2 years ago

@mtariquekhan Have a look at this library, it may answer your needs, I haven't tested much but the connection via websocket works well. It has a similar architecture to the strophe-js library. https://github.com/breakingnewsnetwork/strophe-dart

I also found this repo which seems to be a good source of examples to understand how to use the library https://github.com/metajack/profxmpp

huluwa-dev commented 1 year ago

Same need here, I am looking forward to that.