Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swiften
/
Network
/
BOSHConnection.cpp
Age
Commit message (
Expand
)
Author
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2015-11-18
Fix virtual destructors and mismatching signal disconnection
Tobias Markmann
2015-11-10
Add support for client certificate authentication in BOSH
Tobias Markmann
2015-11-09
Change virtual calls in ctors/dtors to be explicit
Tobias Markmann
2014-12-15
Update Copyright in Swiften
Kevin Smith
2014-08-21
Clean up compilation errors in Swiften due to boost 1.56
Kevin Smith
2014-05-18
Fix uninitialized variables
Remko Tronçon
2014-02-25
Build with new Boostish stuff.
Kevin Smith
2012-12-31
Fix more warnings.
Remko Tronçon
2012-12-30
Enable & fix pedantic CLang warnings.
Remko Tronçon
2012-12-04
Make sure we say the session's ended after calling close() with BOSH.
Kevin Smith
2012-12-04
Remove double // and :1 port from BOSH paths
Kevin Smith
2012-11-13
Allow BOSH URL setting again.
Kevin Smith
2012-01-17
Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs)
Kevin Smith
2011-12-24
Some BOSH refactoring.
Remko Tronçon
2011-12-13
BOSH Support for Swiften
Kevin Smith
2011-12-13
BOSH implementation started
Thilo Cestonaro
2010-03-28
Removing submodules.
Remko Tronçon
2010-03-28
Moved Swiften to a separate module.
Remko Tronçon