-
The bot doesn't show in contact list after session established. I can see its session on admin console. But its presence state is offline.
XMPP Server: Openfire 4.0.3
![hedwig_xmpp-20160913-001](http…
-
I'm not exactly sure why, but I'd like this to implement the `!!` operator.
```
> gif me party hard
> http://giphy.net/funny-gif
> @alfred !!
> gif me party hard
> http://giphy.net/another-funny-gif
…
-
Setup the dev framework to include spring mvc based java webapp. Should also include angular, mongo jdbc driver, jax-rs and hazel cast of distributed lock management.
-
- ~~图片中出现了 postoffice 直接发送邮件的情况,修正~~
- worker 是否可考虑使用独立的 worker 针对于一个服务器发送邮件,不要进行并发
- ~~worker 修改成 1 个 (线上)~~
- ~~postoffice 进行 get_arguments 需要进行邮件合法性认证~~
- ~~json 结构~~
- ~~fromxxx, rcpttoxxxx, d…
-
Running `docker build .` currently fails when compiling [`hedwig`](https://github.com/hedwig-im/hedwig).
Backtrace:
```
==> hedwig
Compiled lib/hedwig.ex
Compiled lib/hedwig/client/supervisor.ex
Com…
-
I'm currently having problems to create tests for my user-land responders.
I tried to copy `Hedwig.Responders.HelpTest`:
## working responder example:
```
defmodule Edgar.Responder.ItIsSomething do
…
-
The Readme suggests to install the butler archive with the following command:
```
mix archive.install https://github.com/butlerbot/butler/releases/download/v0.7.1/butler_new-0.7.1.ez
```
The command…
-
Hi,
I'm currently trying to build an agent, that is supposed to actively send messages to a chat room when certain EC2 instances are running that shouldn't run.
Replying works fine (in the responder…
-
Hi,
I'm currently trying to build an agent, that is supposed to actively send messages to a HipChat room when certain EC2 instances are running that shouldn't run.
Replying works fine (in the respon…
-
I'm blindly trying to have a working Procfile.
However the "web" process type does not seem to work.
I tried:
```
bot: mix run --no-halt
```
and
```
web: mix run --no-halt
```
same effect. no logs…