4
votes
2answers
109 views
Mochiweb Port 80
Hello - I am attempting to run BeepBeep through Mochiweb on Port 80. It works if I type sudo ./start_server.sh. Are there any security risks with running Mochiweb like this? If so how to remedy?
…
2
votes
1answer
33 views
ejabberd: is there a way to determine if a user is an admin?
I've browsed the module development documentation but I can't find an API that would help me determine if 'user' (i.e. identified through a JID) is allowed administrative access.
I understand there …
2
votes
1answer
34 views
ejabberd: Difference between “disco_local_identity” and “disco_sm_identity” ?
What is the difference between "disco_local_identity" and "disco_sm_identity" module API methods?
1
vote
2answers
59 views
Erlang Ets tables between Nodes
I've got an ejabberd server with a good amount of custom modules running. I have several mnesia tables and I know these can be easily copied between nodes without any change to the code at all. I …
1
vote
3answers
81 views
Mochiweb mnesia requests
I'm trying to link Mochiweb with my ejabberd mnesia db and am unable to do any mnesia transactions in my controllers. I test my controllers without the mnesia transactions and they work fine. I am …
1
vote
2answers
42 views
ejabberd: is there a way to configure a different “cookie” than “ejabberd” ?
I am building an ejabberd module. I require this module to perform RPC calls to another node on the same LAN (sname). From what I understand, ejabberd configures it owns "cookie" which, of course, …
1
vote
1answer
104 views
Xmpp ejabberd and add-user command
Hello Xmpp warriors,
I have two ejabberd servers, one local one distant online on foobar.com.
Using xmpp pidgin console i can send iq stanzas for tests:
Local server hostname is eepc
<iq …
1
vote
1answer
63 views
Is there a way to manually register a user with a py-transport server-side?
I'm trying to write some scripts to migrate my users to ejabberd, but
the only way that's been suggested for me to register a user with a
transport is to have them use their client and discover the …
0
votes
0answers
2 views
Mochiweb debug (like ejabberd debug)
I was wonderng if anyone knows of a way to get into Mochiweb like ejabberd does when you run /sbin/ejabberdctl debug?
0
votes
0answers
10 views
ejabberd ip address
Does anyone know if there's a direct way to map an IP address to a user logged into ejabberd? I found an indirect way by modifying ejabberd_receiver.erl and calling inet:peername(Socket) from here: …
0
votes
2answers
48 views
Create ejabberd user from PHP
I need to create an ejabberd user from a PHP script. I also need to be able to add the new user to a predefined shared roster.
Should I just call ejabberdctl using exec() or is there a better way?
0
votes
1answer
24 views
Terminate hook processing in ejabberd module
Hi, I'm writing an ejabberd module. What it does is saving some messages into a queue. It actually works very good, there is only one thing I can't find in any documentation. I need to stop hook …
0
votes
1answer
29 views
Sync’ing ejabberd nodes at startup
I am running into an issue that appears to be un-resolvable.
I have a need to pass in the function mnesia:change_table_copy_type(schema, node(), disc_copies). at the command line whe the db is …
0
votes
1answer
297 views
XMPP SASL authentication on Ejabberd with PHP
I'm trying to authenticate with an XMPP server using SASL.
/**
* Send Authentication, SASL
* @return Bool
* @param $username String
* @param $password String
*/
function …
0
votes
3answers
159 views
Jabber auto-login with random name
I'm building a live chat using JSJaC and ejabberd . It's all working except that all site visitors are given the account 'guest'. If two visitors try to livechat at the same time the responses get …
