I\'m having a lot of difficulty getting strophe\'s \'attach()\' function working. I am working on a social network where users 开发者_如何学编程will be surfing pages and at the same time keep their
I\'ve set up an ejabberd install locally on my Windows box, where I also have Apache, PHP and MySQL. I\'ve also confirmed that it works great using Digsby, and have kicked the tires a bit by creating
I was under the assumption that an anonymous user cannot send a presence stanza to a registered user without a 开发者_运维问答subscription. But using Ejabberd 2.1.2 this is happening.
I would like to log when a stanza (message and presence only) was received by the ejabberd server,a nd when it was sent to the other party (or broardcast).
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a problem with one module of ejabberd. It is http_bind. But when I debug deeply I found that after accept socket and spawning
I am trying to connect via c# and via javascript to an xmpp server (currently ejabberd). Im having a little trouble conceptualizing how the connections will exists.
I am writing an ejabberd module to filter packets. I need to get the hostname to pull some configs using gen_mod:get_module_opt().
I want to delete a chat account and at the same time : Delete his roster Delete him from all of his friends rosters
I have Ejabberd up and running with test users, and its working fine. I want to write a module that can intercept messages and modify them, as follows :