Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12000

Re: [4.1.0-alpha1] SASL Authentication missing in OSGi

$
0
0

I think the XMPPConnectionBuilder interface should be like

 

<X extends XMPPConnection, C extends ConnectionConfiguration> X build(C connectionConfiguration)

 

so that we can apply the builder pattern to ConnectionConfiguration and use the XMPPConnectionBuilder for smack-tcp, smack-bosh and smack-serverless, e.g.

 

XMPPTCPConnection build(ConnectionConfiguration conf)

 

and

 

XMPPBOSHConnection build(BOSHConnectionConfiguration conf)


Viewing all articles
Browse latest Browse all 12000

Trending Articles