Subject: Query Related To Presence Stanza
I have a Query Related to Presence Stanzas.
In http://xmpp.org/rfcs/rfc6121.html#presence-initial-outbound under
Server Processing of Outbound Initial Presence section it shows
But when i dubug the Stanza in my server i am getting
"From" is Missing . How to assign the " From " in the Stanza . i am using
to send the Prenence to the Server.
Alex can u pls Guide me.
In http://xmpp.org/rfcs/rfc6121.html#presence-initial-outbound under
Server Processing of Outbound Initial Presence section it shows
<presence from='juliet@example.com/balcony'
to='romeo@example.net'/>
But when i dubug the Stanza in my server i am getting
<presence xmlns="jabber:client">
<show>chat</show>
<status>Available</status>
<priority>10</priority>
</presence>
"From" is Missing . How to assign the " From " in the Stanza . i am using
xmppClient.SendPresence(Matrix.Xmpp.Show.chat, "Available", 10);
to send the Prenence to the Server.
Alex can u pls Guide me.