ejabberd
Re: web-based registration + password recovery
I have implemented such a system on http://www.jabber.se (won't work
currently due to server migration in progress), and it should be
somewhat re-usable.
It makes use of two extra ejabberd modules that communicate with the
web server via RESTful APIs.
One module is mod_private_email which is used to store an E-mail
address associated with an account. The name comes from the fact that
the E-mail is never public and used only for password recovery.
The other module is mod_restful, which provides an API for registering
accounts with associated private E-mail addressed, changing this
E-mail address and password, and so on.
Then there is the web server, which uses the API and provides an
interface. Also a part of the web application is the code that does
the actual password recovery by generating a random UUID, sends an
E-mail to the user with a recovery link containing that UUID.
Following the link will take the user to a page which provides an
interface for setting a new password.
See https://github.com/jadahl/www.jabber.se for source code of the web
application, https://github.com/jadahl/mod_restful for the RESTful
API, and https://github.com/jadahl/mod_private_email for
mod_private_email.
Jonas
Categories: ejabberd
LDAP + Shared Roster (2.1.8)
I'm trying to move ejabberd from one server to another. Both are
running version 2.1.8. I'm using ldap for auth_method and
mod_vcard_ldap on both (in fact, both servers are using identical
ejabberd.cfg).
I logged into the web admin interface on the new server and created a
shared roster group w/ members "< at >all< at >". When I log into the new
server, I get the roster group but it contains zero users.
I have to be overlooking some obvious step, but I can't figure out
what; google shows me the 1.0.0 shared roster doc from back when
shared rosters and LDAP didn't work. I know it can work, because it
does on the old server, but I can't figure out what is different in
the new setup.
Categories: ejabberd
megaphone: Obvious Foul
Previously... I tested the ability of the megaphone module to receive data. I resolved to test from the client side of the API. I encountered an annoying problem and thereby vindicated my efforts. Well, actually, I just found a problem last time, but ...
Categories: ejabberd
auth <b>ejabberd</b> against Mysql from ISPCONFIG - HowtoForge Forums <b>...</b>
auth ejabberd against Mysql from ISPCONFIG General.
Categories: ejabberd
megaphone: Blue Wednesday
Previously... I finished testing the megaphone_sender component. I tested the ability of the megaphone module to receive data. I resolved to test from the client side of the API. After resolving to test the client side I tried out megaphone:recv ...
Categories: ejabberd
Re: Fwd: in-band registration in ejabberd
Sorry. I forgot to send <stream: ... > at first.
On 2012-2-8, at 下午1:50, caox wrote:
_______________________________________________
ejabberd mailing list
ejabberd< at >jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Categories: ejabberd
Fwd: in-band registration in ejabberd
Begin forwarded message:
_______________________________________________
ejabberd mailing list
ejabberd< at >jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Categories: ejabberd
openfire vs <b>ejabberd</b> - DaemonForums
openfire vs ejabberd OpenBSD Packages and Ports.
Categories: ejabberd
megaphone: Blue Monday
On the other hand, my real goal with testing is to save time that would be spent debugging megaphone in the far more difficult context of a running ejabberd system. While creating a simulation of ejabberd is nice, if it ends up taking as much or ...
Categories: ejabberd
Re: Unit testing ejabberd modules
I want to know . Thanks
Michael Weibel <michael.weibel+xmpp< at >gmail.com>编写:
_______________________________________________
ejabberd mailing list
ejabberd< at >jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Categories: ejabberd
Unit testing ejabberd modules
Hi all,
do you have any recommendations on how to unit test ejabberd modules?
Thanks
- Michael
_______________________________________________
ejabberd mailing list
ejabberd< at >jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Categories: ejabberd
F8: проекты деревянных бань из бруса
... повышение матевации персоналом · влияние на здоровье человека газированные напитки · народные рецепты от бородавок и попилом · приглашение на участие в конференции · роутер и ejabberd 113 · три истории смотреть ...
Categories: ejabberd
Merging 2 instances | <b>ejabberd</b> Community Site
One (domain2) is running ejabberd 2.0.1 and the other is running ejabberd 2.1.5(domain1). We want to migrate from domain2 to domain1. domain1 is using pam auth and domain2 is using internal auth. Both are using the mnesia db right now.
Categories: ejabberd
F8: зазоры в кольцах на спорт двигателях
... повышение матевации персоналом · влияние на здоровье человека газированные напитки · народные рецепты от бородавок и попилом · приглашение на участие в конференции · роутер и ejabberd 113 · три истории смотреть ...
Categories: ejabberd
F8: таис сиящая отзывы
... повышение матевации персоналом · влияние на здоровье человека газированные напитки · народные рецепты от бородавок и попилом · приглашение на участие в конференции · роутер и ejabberd 113 · три истории смотреть ...
Categories: ejabberd
megaphone: Testing megaphone_sender: Times Two!
Previously... After some initial tests, I resolved to test the different components in turn. I started testing the megaphone_receiver component. I finished testing the megaphone_receiver component. I finished testing the megaphone_sender ...
Categories: ejabberd
error,duplicate_name in <b>ejabberd</b> , not able to start server | <b>ejabberd</b> <b>...</b>
and got following log ,i really don't know wht this says specially over here {error,duplicate_name} so can any please help me how to get rid off this and start ejabberd successfully. {error_logger,{{2012,2,4},{14,28,18}},"Protocol: ~p: register ...
Categories: ejabberd
http-bind prevents running parallel sessions with different <b>...</b> - <b>ejabberd</b>
Hello,. I have a running ejabberd installation, with http-bind enabled, nginx proxy, and a mini jappix xmpp client for web browsers. I also have an external authentication program. I can connect the same user on this server with different ...
Categories: ejabberd
Where are all the table data at?
I have been working on making a special message filter/logger module for
the company that I work for. We have a mysql database with user info
that I pull info from and shove into a mnesia table. On our development
server everything worked. I put the data in and the data comes out when
I need it. When I moved to our production server, however, I found that
mnesia:read was returning an empty list despite having good keys. I put
trace statements in the data entry location and just after the table is
filled and my data is there. But when I call it when I need it, the data
is no longer in the table, but the table is still there. No errors
(other than mnesia:read returning an empty list) show up in either the
ejabberd log, erlang log or the sasl log. What could be going wrong? The
only place I clear the table is directly after I create it which is
before I fill it. Is there something I am missing?
Niels van Hecke
Categories: ejabberd
Re: ejabberd won't start - how to debug?
Yes, I have loglevel set to 5. Both "ejabberdctl live" and "ejabberctl
debug" start with a note about an interactive shell ending in "press any
key to continue".
When I press a key the program exits. There's no output after "press any
key to continue".
On Fri, Feb 3, 2012 at 8:13 PM, Jorge Guntanis <jorge< at >guntanis.com> wrote:
_______________________________________________
ejabberd mailing list
ejabberd< at >jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Categories: ejabberd



Recent comments
17 hours 36 min ago
17 hours 37 min ago
22 hours 25 min ago
3 days 15 hours ago
5 days 21 hours ago
6 days 15 hours ago
6 days 16 hours ago
1 week 4 hours ago
1 week 15 hours ago
1 week 2 days ago