pidgin/nest

b1b5ffddaf91
Add blog post for the 2.14.2 release of pidgin

Include full changelog for the release and a link to download it on sourceforge

Testing Done:
1. Build image with `docker build -t pidgin-nest -f Dockerfile .`
2. Run image with `docker run -p 3000:3000 -it --rm pidgin-nest:latest`
3. Verified site being served from container was rendering post correctly using a web browser

Reviewed at https://reviews.imfreedom.org/r/592/
---
title: Sametime
date: 2019-08-07T22:48:49.000Z
replaces: []
weight: 50
lastmod: 2019-08-22T02:35:41.000Z
---
### Are there any public Sametime servers?
Apart from a demonstration server hosted by Lotus/IBM, no. This protocol is
designed to connect to a Lotus/IBM Sametime server running on a corporate LAN.
### Why doesn't Sametime appear in the protocols list?
Sametime support in Pidgin depends on a separate library called Meanwhile. You
will need to install the Meanwhile library and the `libpurple-meanwhile` (or
similar, depending on distribution) package to enable Sametime support. If you
are building Pidgin from source, then the Sametime plugin will be built
automatically if you have the development headers for Meanwhile installed.
### Why do I get the error "Not Authorized" when connecting?
The Sametime server to which you're attempting to connect has been configured
with a whitelist of acceptable clients. This error indicates that the client ID
used by Pidgin (`0x1700`) is apparently not in that whitelist, so the server
denies your login. You can cause Pidgin to masquerade as the default Sametime
Connect client by setting the "Hide client identity" option in your account
preferences.