Questions tagged [sharp.xmpp]

Sharp.Xmpp is a multiplatform .NET assembly for communicating with an XMPP server. It is a fork of the currently frozen excellent S22.Xmpp project.

Sharp.Xmpp is a .NET assembly for communicating with an XMPP server. It is a fork of the (currently frozen) S22.Xmpp project.

It supports basic Instant Messaging and Presence funtionality, as well as a variety of XMPP extensions. It currently supports the Windows and Android platforms.

For code and documentation, see: https://github.com/pgstath/Sharp.Xmpp

4 questions
2
votes
1 answer

Sharp.Xmpp FCM Upstream Messages

I'm using Sharp.Xmpp to receive upstream messages from Android Device via FCM. It connects fine and 'at times' I can receive the messages sent from Android on my app server but the ratio is 50% whereas Android device gives a successful onMessageSent…
Mashal Rashid
  • 314
  • 3
  • 16
1
vote
1 answer

Domain Label contains illegal character ':'

I am using Sharp.XMPP library for FCM. I can connect fine and it receives Upstream messages without issues. However, sending ack back to server has a response of Error Code 400 with following details
user3697098
  • 189
  • 12
1
vote
1 answer

XML serialisation error when connecting to XMPP server

I have an instance of OpenFIre up and running and all is pretty smooth. I can connect to it via Spark as well as a variety of app. When I wrote my app using the trial version of the Matrix SDK, the client connected perfectly. I am trying to move…
David Pilkington
  • 13,528
  • 3
  • 41
  • 73
0
votes
1 answer

Sharp.XMPP with Xamarin Forms

I am using Xamarin forms to create a chat application and to achieve that i am using Sharp.XMPP library from Nuget but i ran into issues. It was stated that it doesn't support in PCL at here So i converted the project into shared .net standard…
axcl
  • 410
  • 6
  • 21