Hello, all. I understand from the XMPP documentation[1] how to actively create a connection with another XMPP user. For instance, if I run a bot whose JID is troutw...@jabber.org and I wish to establish a connection with br...@jabber.org I use this endpoint:
xmpp://troutw...@jabber.org/br...@jabber.org?password=12345 How do I passively establish connections? That is to say, how do I log troutw...@jabber.org in so that br...@jabber.org can begin a chat with it? Once a passive connection is established, how do I create permanent Producer/Consumer endpoints from the passive connection? -- Brian L. Troutwine [1] http://camel.apache.org/xmpp.html