Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any XMPP plugin for flutter?

I'm looking for a XMPP library or plugin for my flutter project to build chat app.

I've tried looking at https://pub.dartlang.org searching for XMPP but no luck. Searched github and found this https://github.com/MaxHorstmann/dart-xmpp but unfortunately its a half cooked library which has stopped development.

Hope someone can share or recommend me a library or plugin for flutter/dart XMPP?

like image 976
Steve Chan Avatar asked Jun 19 '19 09:06

Steve Chan


People also ask

Is XMPP a TCP or UDP?

The original and "native" transport protocol for XMPP is Transmission Control Protocol (TCP), using open-ended XML streams over long-lived TCP connections. As an alternative to the TCP transport, the XMPP community has also developed an HTTP transport for web clients as well as users behind restricted firewalls.

What is Jabber XMPP server?

Jabber/XMPP (Extensible Messaging and Presence Protocol formerly named Jabber) is an open-source, decentralized Instant Messaging protocol that DreamHost offers free of charge on Shared, VPS, and Dedicated Hosting plans. DreamPress does not offer free Jabber service.


1 Answers

Yes friend there are 3 available as of now and I am listing them below and you can check them :-

  1. flutter xmpp :- https://pub.dev/packages/flutter_xmpp
  2. Xmpp stone :- https://pub.dev/packages/xmpp_stone
  3. flutter xmpp plugin :- https://pub.dev/packages/flutter_xmpp_plugin
like image 130
Harsh J Avatar answered Oct 10 '22 03:10

Harsh J