Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-15 | Clean MUC joins slightly. | Kevin Smith | |
In an attempt to catch errors, this doesn't Resolves: #691 but does add an assert that may help. It also fixes an error with created rooms not receiving updates presences. Release-Notes: Newly-created rooms will now receive your presence updates, consistent with existing rooms. | |||
2010-11-10 | Added InBandRegistration classes. | Remko Tronçon | |
2010-11-09 | Only request new MUC context when rejoining. | Kevin Smith | |
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed. | |||
2010-11-03 | Centralizing predefined features in DiscoInfo. | Remko Tronçon | |
2010-11-03 | Added JIDDiscoInfoResponder + Added "to" parameter to responder callback. | Remko Tronçon | |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon | |
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon | |
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-22 | Minor fixes to MUCs. | Kevin Smith | |
Resolves: #626 Resolves: #632 Release-Notes: Notices will now be generated if someone says your nick in the MUC in any variant of capitalisation, and will not be generated if it was you that said it. | |||
2010-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |
2010-10-15 | Added ComponentSession. | Remko Tronçon | |
2010-10-15 | Added Component parser, serializer, element, and connector. | Remko Tronçon | |
2010-10-14 | Added User Nickname element, serializer, and parser. | Remko Tronçon | |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon | |
2010-10-01 | Use caps for enabling chat state notifications. | Kevin Smith | |
Resolves: #93 | |||
2010-10-01 | Include contact's status when you start a chat with them. | Kevin Smith | |
Resolves: #580 | |||
2010-09-14 | Add extended disco support to caps verifier. | Remko Tronçon | |
2010-09-13 | When joining a new room, create an instant room. | Kevin Smith | |
Resolves: #112 | |||
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-09-06 | Only request acks after a message was sent. | Remko Tronçon | |
2010-09-06 | Partial VCard support without losing unknown data. | Remko Tronçon | |
2010-09-05 | Don't lose unknown roster content. | Remko Tronçon | |
Resolves: #555 | |||
2010-08-29 | Added stanza acking support to client. | Remko Tronçon | |
2010-08-29 | Renamed SessionManagement* to StreamManagement*. | Remko Tronçon | |
2010-08-29 | Added Stream Management support to Stream Features. | Remko Tronçon | |
2010-08-29 | Added Stanza Ack Requester & Responder. | Remko Tronçon | |
2010-08-28 | Added elements, parsers & serializers for XEP-0198 Stanza Acking. | Remko Tronçon | |
2010-08-24 | Implemented VCardManager. | Remko Tronçon | |
2010-08-24 | Added VCardStorage. | Remko Tronçon | |
2010-08-18 | Added command parser. | Remko Tronçon | |
2010-08-08 | Added XEP-0004 data forms parsing & serializing. | Remko Tronçon | |
2010-06-20 | Show subjects on MUC join. | Kevin Smith | |
Resolves: #472 | |||
2010-06-09 | Remove compilation warnings from tests. | Remko Tronçon | |
2010-06-06 | Use delay when printing MUC history. | Remko Tronçon | |
Resolves: #415 | |||
2010-06-03 | Distinguish an empty SASL message from no SASL message. | Remko Tronçon | |
2010-05-25 | Add status annotation for each of the status types when changing status. | Kevin Smith | |
Resolves: #383 | |||
2010-05-23 | Implement XEP-0045 joining, and appropriate error handling. | Kevin Smith | |
Resolves: #211 | |||
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
2010-05-08 | Flush bookmarks. | Remko Tronçon | |
Resolves: #335 | |||
2010-05-08 | Renamed Conference->Room. | Remko Tronçon | |
2010-05-06 | Completed storage bookmark parser & serializer. | Remko Tronçon | |
Added URI element. | |||
2010-04-23 | Make latency stats optional. | Kevin Smith | |
Includes boost program_options so we can use commandline parameters. Netbook mode is now activated with --netbook-mode. Latency debug is activated with --latency-debug. | |||
2010-04-23 | Add XEP-0203 (Delay) support. | Kevin Smith | |
Puts delay warnings in the chat log. Not optional yet. | |||
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2010-02-17 | Preliminary Chat State Notifications support. | Kevin Smith | |
Only covers Active and Composing (Which is very possibly all we care about). | |||
2010-01-03 | Don't send caps info and vcard info twice. | Remko Tronçon | |
2009-12-31 | Put a timeout of 60s on connecting & resolving. | Remko Tronçon | |
Resolves: #87. |