Open karrarkazuya opened 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.
I agreed, Planning to add it soon. @karrarkazuya
any update?
any update on this yet ?
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.