Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Replacing ConnectionConfiguration

Hi Karl,

On 11/26/2010 5:56 AM, Karl Beecher wrote:
Hi there,

Within my application, I am currently trying to replace Smack's
XMPPConnection with ECF's XMPPContainer, about which I have a question.

In one instance, we construct an XMPPConnection using the constructor:
XMPPConnection(ConnectionConfiguration config)

In making the config object we:
   - set URI (host and port)
   - pass a ProxyInfo object

FYI...I realized/remembered that there is an existing ECF bug/enhancement for proxy support for xmpp...the bug is here [1].

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=236455

Scott



   - call setSecurityMode()
   - call setReconnectionAllowed()

As far as I can see, an XMPPContainer doesn't accept a
ConnectionConfiguration and there is no equivalent in ECF to use.
Furthermore, I can't see alternative ways in an XMPPContainer to
configure the specific information I list above.

And so I was wondering if anyone had any advice on how to configure this
information within an XMPPContainer?

Many thanks
Karl Beecher


_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top