Subject: Send multi xmls from Matrix .NET
Hello,
im trying to send multi xmls at once using matrix dll but i got error. please help me in this.
Example:
xml 1: <presence to='user@server.com' type='subscribe'>
xml 2: <presence to='user@server.com' type='unsubscribe'>
now im gonna send these 2 xmls at once.
Dim ele as XmppXElement = XmppXElement.LoadXml("<presence to='user@server.com' type='subscribe'><presence to='user@server.com' type='unsubscribe'>")
xmpp.Send(ele)
---------------------ERROR--------------------
please help how to send.
im trying to send multi xmls at once using matrix dll but i got error. please help me in this.
Example:
xml 1: <presence to='user@server.com' type='subscribe'>
xml 2: <presence to='user@server.com' type='unsubscribe'>
now im gonna send these 2 xmls at once.
Dim ele as XmppXElement = XmppXElement.LoadXml("<presence to='user@server.com' type='subscribe'><presence to='user@server.com' type='unsubscribe'>")
xmpp.Send(ele)
---------------------ERROR--------------------
please help how to send.