Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: I need a help in XMPP

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post I need a help in XMPP

    Hi
    I am trying to do XMPP client program for chatting with Openfire server. When I am trying to send message with two users the message is sending from one user to another. but while receiving to another user I got an error as shown below.

    <message id="l7T41-9" to="mahadeer@moorthy-vaio/Smack" from="admin" type="error">
    <thread>k0KTd1</thread>
    <error code="404" type="CANCEL">
    <remote-server-not-found xmlns="urn:ietf:paramsml:nsmpp-stanzas"/>
    </error>
    </message>


  2. #2
    Junior Member
    Join Date
    Nov 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: I need a help in XMPP

    I am also facing the same problem. Any help will be highly appreciated.

Similar Threads

  1. How to Write a simple XMPP (Jabber) client using the Smack API
    By JavaPF in forum Java Networking Tutorials
    Replies: 35
    Last Post: August 5th, 2014, 12:59 AM
  2. XMPP Expert needed. High Payout!
    By padredox in forum Paid Java Projects
    Replies: 1
    Last Post: May 8th, 2012, 08:42 AM
  3. How to Write a simple XMPP (Jabber) client using the Smack API
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 31
    Last Post: June 13th, 2011, 01:42 PM
  4. using XMPP protocol with java servlet
    By starz10de in forum Java Servlet
    Replies: 0
    Last Post: May 4th, 2011, 06:58 AM
  5. xmpp single sign on sso
    By richie1985 in forum Java Networking
    Replies: 2
    Last Post: April 15th, 2011, 11:39 AM