Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
kaantez #1
Member since May 2017 · 5 posts
Group memberships: Members
Show profile · Link to this post
Subject: Cannot send message on openfire 4.1.4
I was able to send message on previous open fire version. but, when I update it to 4.1.4, my messages cannot be sent.
Is there anything wrong? Do we need an agsXMPP.dll update? if yes, how can I find the latest version?
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
Did you look at this thread?
https://forum.ag-software.net/thread/2034-Cannot-login-to-…
Avatar
kaantez #3
Member since May 2017 · 5 posts
Group memberships: Members
Show profile · Link to this post
Quote by Alex:
Did you look at this thread?
https://forum.ag-software.net/thread/2034-Cannot-login-to-…

Thanks Alex for your quick response.
Yes, I have read. but cannot resolve :(

I try to test webclient sample. But does not login. my code as below;

  XmppClientConnection xmpp = new XmppClientConnection();

            xmpp.OnLogin += new ObjectHandler(xmpp_OnLogin);
            xmpp.AutoPresence = true;

            xmpp.AutoResolveConnectServer = true;
            xmpp.Port = 5222;
            xmpp.UseSSL = false;
            xmpp.Server = "my_server_url";
            xmpp.Username = "my_username";
            xmpp.Password = "my_password";

            xmpp.Open();


xmpp_OnLogin is not invoked. Is there ny need to update agsXMPP.dll?
Avatar
kaantez #4
Member since May 2017 · 5 posts
Group memberships: Members
Show profile · Link to this post
OK, I have been able to update my agsXMPP SDK from the SVN repository.
Problem is solved.
Thanks.
Avatar
mohini #5
Member since May 2017 · 4 posts
Group memberships: Members
Show profile · Link to this post
Can you provide me link of latest agsxmpp SDK from the SVN repository from where I can download it.
Avatar
Alex #6
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
SVN information is here:
https://www.ag-software.net/agsxmpp-sdk/download/
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS