Skip to content

Simple IQ creation and send Message Example #114

Description

@ruicaramalho

Where can I find a simple example of creating a message to send?

SharpXMPP.XMPP.JID servjid = new SharpXMPP.XMPP.JID()
{
    User = user, Domain = server, Resource = Environment.MachineName
};

var xmppClient = new SharpXMPP.XmppClient(servjid, pass, false);

// Do I have to create the XML or is there methods to do it?
xmppClient.sxmppClient.Send(?????????);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions