| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
to Alexey Shchepin)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
http://www.ejabberd.im/node/4120
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It seems that AC_INIT macro is wrongly initialized. See this link
for explanation of a particular AC_INIT variables:
http://www.gnu.org/software/autoconf/manual/html_node/Initializing-configure.html
Briefly, AC_INIT macro should be populated with the following data:
AC_INIT (package, version, [bug-report], [tarname], [url])
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
|
|
|
|
| |
It's a generally good idea to provide file with licensing terms.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
|
|
| |
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Gemayel)(EJAB-1227)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Only compile and install ejabberd_debug.erl when running:
make ejabberd_debug=true
|
|
|
|
| |
milliseconds. Clean up prepare response function and add two new functions to handle out going payloads based of whether its a new session or not.
|
| |
|
| |
|
|
|
|
| |
Ertl)(EJAB-1240)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|