-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events do not fire #68
Comments
Hi, The code looks like this:
Hope this help. NOTE: I'm working to add WebSocket support on this library. I have already a functional project for basic scenario (connection + presence + ping + message) |
Many thanks replying. Im just starting with XMPP and this is still very dimmed area to me... ** EDIT ** Ive added SetExtenstions() mrthod to IM:
then I've called it after I made connection:
But still no luck :( Can you plz advise what Im doing bad ? |
In file XmppIm.cs I can't shared directly my fil since i'm adding webSocket support |
Works well now ! Thanks !!!! BTW. Maybe you can also advice re #67 (How to get history from server)? |
@maciey There is a close button at the bottom of this page. Please use that to close this issue. |
Hi All,
I need some guidance - not sure what Im doing wrong...
I can connect, send messages with this lib but I cant receive anything.
Below code worked well with s22.xmpp - not sure what changed how I should change it
Eg using below code I cant receive any messages nor status changes information
The text was updated successfully, but these errors were encountered: