ALE-Rainbow / Sharp.Ws.Xmpp

Sharp.Ws.Xmpp has beend forked from pgstath/Sharp.Xmpp and it has been enhanced to support Web Socket.
Other
2 stars 2 forks source link

How to recieve Group room inivation #4

Open LumiProj opened 4 years ago

LumiProj commented 4 years ago

Hi,

I am using ejabberd at backend and using Rest Api I am sending invitation to the user. I am using "send_direct_invitation" Rest api method of ejabberd but when I call the service I am not able to receive the group invitation request.

Can you please guide me how can I receive the group invitation . I can join the room using JoinRoom method which is working fine.

Thanks