Commit Graph

2448 Commits (2856b8ace6933ee1b28178473d92923ff0847634)
 

Author SHA1 Message Date
Florian Schmaus 2856b8ace6 Fix dependency version specification
8 years ago
Florian Schmaus 2663a62033 Filter smack-bosh from smack-android dependencies
8 years ago
Florian Schmaus 5f4374ec26 Use host(name) to construct the SSLSocket
8 years ago
Florian Schmaus 887c6114b7 Add filter information to NoResponseException
8 years ago
Florian Schmaus d415661e35 Add BundleAndDeferCallback to smack-tcp
8 years ago
Florian Schmaus aa8daba1cf Add StreamManagemtCounterError
8 years ago
Florian Schmaus 7897fca876 Add comment about Stream Management's unacked stanzas queue
8 years ago
Florian Schmaus 33cf205bdc Use Objects.requireNonNull() in BytestreamSIDFilter
8 years ago
Florian Schmaus 98cfad6cc6 Add RosterLoadedListener
8 years ago
Florian Schmaus b910d026cd Remove toString form XMPPException subclasses
8 years ago
Florian Schmaus 1577fa1fca Fix duplicate presence in XMPPBOSHConnection.shutdown()
8 years ago
Florian Schmaus a0d3314b26 Smack 4.1.0-rc2-SNAPSHOT
8 years ago
Florian Schmaus 8a32d22739 Smack 4.1.0-rc1
8 years ago
Florian Schmaus 26f4528698 Rename SecurityMode.enabled to 'ifpossible'
8 years ago
Florian Schmaus 0d19b56fbb Support all primitive types in IntrospectionProvider
8 years ago
Florian Schmaus 90ccd6c40e Use string switch/case in IntrospectionProvider
8 years ago
Florian Schmaus 57c1b57b7c s/ a XMPP/ an XMPP/
8 years ago
Florian Schmaus a927d55bb1 Improve XMPPConnection javadoc
8 years ago
Florian Schmaus 2853ec39b4 Fix XMPPConnection javadoc
8 years ago
Florian Schmaus b7ac16c1fb Add missing 'break' statement in BOSHPacketReader
8 years ago
Florian Schmaus 96e3d5c533 Add XMPPTCPConnection(CharSequence, String) constructor
8 years ago
Florian Schmaus 943dc29f92 Move vCard unit test into its own package
8 years ago
Chris Deering 0b4072ad66 Re-implementing the vCard provider using a pull parser. Extended unit tests.
8 years ago
Florian Schmaus 1630b44b8d Reset smSessionId on XMPPTCPConnection.disconnect()
8 years ago
Florian Schmaus a0cf121d7a Make cached executor service use linked blocking queue
8 years ago
Florian Schmaus 3b8f4c144e Add missing space in log statement within XMPPTCPConnection
8 years ago
Florian Schmaus e0a2441c62 Add Stanza.hasStanzaIdSet()
8 years ago
Florian Schmaus 1190edad0f Add 'Packet' interface
8 years ago
Florian Schmaus 772da6bfa0 Fix connections.md: It's 'XMPPTCPConnectionConfiguration.Builder'
8 years ago
Florian Schmaus a5beb7bd79 Add Stanza.getExtensions(String,String)
8 years ago
Florian Schmaus 4698805a34 Rename 'Packet' class to 'Stanza'
8 years ago
Florian Schmaus 9fc26f1d83 Use MultiMap for Stanza extension elements
8 years ago
Florian Schmaus e977c349a8 Add documentation/developer/provider.md
8 years ago
Florian Schmaus 5c16fdb017 Make Presence.getMode() return available if null
8 years ago
Florian Schmaus 4013c68584 Use Objects.requireNonNull() in Presence
8 years ago
Florian Schmaus 34ce7929a8 Smack 4.1.0-beta3-SNAPSHOT
8 years ago
Florian Schmaus 4b215814db Smack 4.1.0-beta2
8 years ago
Florian Schmaus 4a769b0262 Throw IAE in IQReplyFilter if there is no local JID
8 years ago
Florian Schmaus 5a56ff011b Add XMPPConnection.getStreamId()
8 years ago
Florian Schmaus 612ca1ad9d Use CharSequence instead of String for username
8 years ago
Florian Schmaus 37081b2810 Send more information with the stream open tag
8 years ago
Florian Schmaus e493500cfe Consider XMPP service name in isSubscribedToMyPresence()
8 years ago
Florian Schmaus ed4d815fba Make Message.setType(Type) not throw if type is null
8 years ago
Florian Schmaus 3299515b36 Make Roster.isRosterVersioningSupported public
8 years ago
Florian Schmaus 7348e8bc8b Add Roster.getEntriesAndAddListener(RosterListener,RosterEntries)
8 years ago
Florian Schmaus 86ea027301 Add StringUtils.requireNotNullOrEmpty and Objects.requireNonNull
8 years ago
Florian Schmaus 603f64166b Improve Roster, RosterEntry and RosterGroup
8 years ago
Florian Schmaus 763139684b Add javadoc for Roster.reloadAndWait()/setRosterStore()
8 years ago
Florian Schmaus 7aa784a494 SCRAM-SHA1: Always calculate serverSignature
8 years ago
Florian Schmaus 1407f10f7f Make connect() return a self-reference
8 years ago