XMPP component has wrong documentation
--------------------------------------

                 Key: CAMEL-690
                 URL: https://issues.apache.org/activemq/browse/CAMEL-690
             Project: Apache Camel
          Issue Type: Bug
          Components: documentation
    Affects Versions: 1.3.0
            Reporter: Vadim Chekan


XMPP component page http://activemq.apache.org/camel/xmpp.html states that uri 
is "xmpp:hostname[:port][/room]". But in fact it does not work: the room is not 
recognised for "xmpp:jabber.org/room33". There is missing // to make it a valid 
hierarchical uri. See http://java.sun.com/j2se/1.4.2/docs/api/java/net/URI.html

Fix:
the url should be "xmpp://[EMAIL PROTECTED]/room33". Notice "//".

Also: according to the code it is possible to set a user name like this:
xmpp://[EMAIL PROTECTED]:port][/room]
which would be nice to mention.

Also it is not clear at all how to set up password. Without password there is 
not too much use of this component so it is critical to document it.

If I am provided with access to confluence, I could fix it on my own. Mu login 
is "vchekan".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to