Assume that password-cache.el is available
Use srv.el from package repository
Use srv.el from package repository
Assume that password-cache.el is available
Extract jabber-xml-parse-next-stanza, and test it
jabber-xml-skip-tag-forward: improve the match ...
FSMs are symbols, not proplists
Prefer fsm.el from ELPA
Check entered JID in jabber-connect
jabber-read-account: find live connection if po...
Clearer docstring for jabber-account-list
Fix time stamp retrieval in jabber-maybe-print-...
Comment about srv--nslookup being Windows-specific
jabber-encode-time should use its argument
Don't signal error for chat states on dead conn...
Allow mapping keys to mouse buttons
Fix group membership detection when deciding ho...
Only do a complete redraw if a new roster group...
Delete roster items in QuickCheck test
No need to special-case items being added to th...
Add QuickCheck test
Display names of loaded files in load-all test
Fix roster item sorting when several items change
More debug output for roster display test
Improve roster display test
First attempt at more efficient roster redisplay
Use defadvice instead of advice-add for roster ...
Add test for display of empty roster
Use :key arguments to simplify the code
Factor out jabber-roster--display-item-p
Wait for or force relevant roster changes in ro...
Test roster display with offline contacts hidden
Use remove-if-not instead of cl-remove-if-not
Add test log files to gitignore
Use function symbols instead of lambdas where p...
Sort contacts in incremental roster redisplay
Test display of roster with one contact
Test contact going offline
Load jabber-autoloads for tests
More roster display tests
Print test suite log when tests fail in Travis
Don't look for query-dns
Oh, you're right! I committed a change to jabber-disco.el, and it seems to work on...
Forgot to call autoreconf in .travis.yml
Scale avatars if width/height is above a value.
Merge branch 'travis'
Initial attempt at .travis.yml file
Need PPA to install Emacs 24 for Travis
Call configure before make for Travis
Need to install texinfo for Travis build to suc...
Don't assume jabber-account-list is bound in me...
Fix capabilities hash for Emacs 23
Add test for jabber-disco hashing
Use "make all check" for Travis
Don't use `features' as a variable
Use Automake 1.12 for Travis
Use let instead of labels
Remove unused function
Add contact-hint optional argument to jabber-re...
Use contact hint in jabber-chat-with
Forgot to update error message
Clarify docstring for fsm-debug-output
Handle server not offering session establishment
That's weird, it should work on both versions... Could you check if there are any...
Allow inhibiting history entries for incoming m...
Display nickname for contacts added to / remove...
Fix error responses to IQs without 'from' or 'i...
Add link to room configuration if room is locked
Support "instant configuration" of MUC rooms
Compare nickname as well to find MUC self-presence
Use avatar from cache in notifications.el notif...
Require goto-addr before calling goto-address-f...
Clear MUC data on disconnection
Be more clever about identifying self-presence ...
Prepare to observe more than one status code in...
Note if newly created MUC room is locked to others
I have sort of convinced myself that the right thing to do is to mark the chat prompt...
Fix prompt and /me messages for private MUC mes...
Chat prompts are fields; use for goto-address
I had a closer look at this, and I realised that I'm calling goto-address in a less...
Don't print enter function in fsm debug output
Add type="chat" to chatstate notifications.
Warn about incorrect return values in fsm-send-...
Fix closure data when retrying caps disco request
Initialise chat buffer only once
Validate additional data from server in SASL au...
Remove *jabber-connection* variable
Remove "choked" check
Remove *jabber-authenticated* variable
Remove *jabber-connected* variable
I started working on this last week. Some rather crude code that nonetheless can...
Fix hook call in jabber-keepalive-timeout
Remember stream features after authentication
Reorganise Jabber menu
Radio buttons for status menu items
Add "Chat with" menu item
Fix reporting of last timestamp
Fix handling of stream errors
Fix argument name
Trim trailing newline from sentinel status mess...