1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 21:04:50 +02:00
Smack/smack-core/src/main/java/org/jivesoftware/smack/c2s
Aditya Borikar 648a1cfab1 Use AbstractStreamOpen instead of StreamOpen to open stream
Before the existence of AbstractStreamOpen, StreamOpen sufficed our need
during sending an open stream element. Since the intention behind
introducing AbstractStreamOpen is to allow underlying transports provide
transport specific opening streams, these changes will further support
the cause.

This commit will allow us to send transport specific open element
which should be inherited from AbstractStreamOpen.
2020-08-19 11:48:00 +05:30
..
internal Merge pull request #416 from Flowdalic/connected-boolean 2020-08-07 12:43:53 +02:00
ModularXmppClientToServerConnection.java Use AbstractStreamOpen instead of StreamOpen to open stream 2020-08-19 11:48:00 +05:30
ModularXmppClientToServerConnectionConfiguration.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
ModularXmppClientToServerConnectionModule.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
ModularXmppClientToServerConnectionModuleDescriptor.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
package-info.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
StreamOpenAndCloseFactory.java Use AbstractStreamOpen instead of StreamOpen to open stream 2020-08-19 11:48:00 +05:30
XmppClientToServerTransport.java Introduce StreamOpenAndCloseFactory for modular architecture 2020-08-18 19:04:34 +05:30