vavadiyahiren / xmpp_plugin

XMPP Plugin is developed with help of native channel and exposing sevral features of xmpp using the native libs like smack and xmppframework
Apache License 2.0
41 stars 24 forks source link

Stanza Broadcast #61

Open karrarkazuya opened 1 year ago

karrarkazuya commented 1 year ago

Hello there, I like the effort that you put into this repo. I have faced a few issues which could be considered blockers as the way you implemented the features making it a bit restricted, since the most required method is not there which is the raw stanza broadcast that can be used for custom implementations and debuggings. I would highly appreciate if you would consider adding it up in your next update. thank you.

karrarkazuya commented 1 year ago

to explain further what i mean is just like there is an onMessageReceive listener. there should be an exact one for raw stanza (all and every) that would return as String. and A method to execute raw stanza as well as this is very well supported in smack and its very easy to implement compared with onMessageReceive. By Implementing this you will solve all issues related to features as then anybody will be able to build their own feature if not exist, like for example building a getOutcast function which is not delivered by this library yet.

vavadiyahiren commented 1 year ago

I agreed, Planning to add it soon. @karrarkazuya

fuadarradhi commented 1 year ago

any update?

Yogesh-Dubey-Ayesavi commented 1 year ago

any update on this yet ?