Jump to content

agsXMPP.dll how to use with AutoIt


Recommended Posts

I'm really interested in converting an old program of mine to use a Google Talk account to communicate in the interweb.

Found an SDK over at ag-software SDK

How do I access functions in agsXMPP.dll from Autoit ?

their example is

XmppClientConnection xmpp = new XmppClientConnection("jabber.org");
xmpp.Open("myusername", "mysecret");
xmpp.OnLogin += delegate(object o) { xmpp.Send(new Message("test@jabber.org", MessageType.chat, "Hello, how are you?")); };

using their SDK.

I haven't done any dll calls with Auto-it, so if someone can give me a heads up or link to a example script that uses dll calls that I can pull apart and play with that would be great.

Thanks for your time

Michael.

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...