Tagged Questions
0
votes
0answers
18 views
How to configure http://mydomain.in:5280/http-bind on Windows server
I have installed ejabberd server on windows server 2008 and running fine.
The local http bind path working fine.
As I have configured ejabberd for www.mydomain.in and I am using ManagedFusion Rewrite ...
2
votes
0answers
49 views
Xmpp protocol + ejabber server: Turn connection fails with feature-not-implemented error on IOS Application
I am using https://github.com/robbiehanson/XMPPFramework xmpp framework for iOS. while trying to make TURN Connection I get below error for iq sent to establish the connection. while debugging the ...
0
votes
0answers
7 views
Trying to associate Ejabberd MUC with LDAP Groups
I have Ejabberd connected to OpenLdap as the login security device.
I have groups enabled in OpenLdap. I was wondering if it's possible to create conference rooms from those groups, and only allow ...
0
votes
1answer
20 views
How to send a packet from Server to Client (from a function) Ejabbered
I am looking for a function. A global function that might do me the work of sending the stream packet to the client.
in function
A (Server, From, attrs)->
I construct the xml element
PacketToBeSent ...
0
votes
0answers
37 views
Getting ejabberd MUC rooms to work with Gmail/Google Talk
I've been having a tough time getting XMPP/Jabber running on the ejabberd server to communicate using a MUC conferencing setup with Google Chat / Gmail / Google Talk. I've setup my DNS to provide ...
2
votes
1answer
44 views
ejabberd mod_archive_odbc performance
I am using ejabberd 2.1.12 with mod_archive_odbc configured for mysql database. I checked logs while saving single message and they look terrifying. Ejabberd suppose to be highly scalable xmpp server ...
0
votes
1answer
42 views
Creating a bot-like configuration with ejabberd?
How to implement a bot with ejabberd?
The idea is that on my (Debian 7.0 Wheezy) VPS, I'm running ejabberd and there I have a special bot Jabber user with limited set of commands that he can run. ...
7
votes
3answers
97 views
How to block anonymous user in XMPP
In order to implement chat functionality in my app, I have integrated XMPP framework in to it. There is no buddy request functionality hence users can send messages to other users without sending a ...
0
votes
1answer
52 views
ejabberd offline_message_hook not called
I'm trying to get my ejabberd server to send offline push notifications by using a custom offline_message_hook module. The problem is the hook never seems to get called. I've tried setting the ...
0
votes
3answers
69 views
Ejabbered and Push Notification
I have integrate chat system in my ios and android app using XMPP. I have used ejabberd 2 in the serverside.Chating sytem works fine.I want to integrate push notification in my chating using APNS and ...
-1
votes
2answers
84 views
How to connect xmpp with gtalk in windows phone?
I am using xmpp and socketserver core classes without matrix or ags or any other paid dlls in my project. The code is connecting successfully with jabber domain and shows the friend list
...
2
votes
1answer
74 views
No response from the server error in ejabberd server
Now i am working with xmpp chat for android uisng ejabberd server ,when i am trying to connect with server it shows error.but it works fine in openfire server.am using smack library. error log is ...
1
vote
0answers
52 views
What's the difference between http_bind and mod_ping inactivity time ejabberd
I am doing some testing with both modules of ejabberd
mod_http_bind
and
mode_ping
Setting up http_bind *inactivity_period* and mod_ping *ping_interval* will disconnect the user after ...
0
votes
1answer
101 views
Ejabberd xmpp Active user list
I'm writing a chat app for ios, i have a local installation of ejabberd server, the xmppframework on my xcode project and the xmpphp framework on a web server. I simply need to know how i can retrive ...
0
votes
0answers
30 views
Process Subscription on Roster has got messed after new attribute has been added Ejabbered
I have a problem in the subscription process after adding a new attribute to the mod_roster_odbc.erl
This obviously required me to alter the table rosterusers adding a new column for the record as ...
0
votes
1answer
37 views
Connect Ejabbered via Mule ESB CE
I tried to put Ejabberd server at the back of Mule ESB community edition, that means all messages to Ejabberd server must go to ESB at first.
I used the xmpp connector in the document as following ...
1
vote
1answer
59 views
XMPP : Update roster information for already connected users
How do you reload the roster information for already connected users .
For example , suppose if I use ejabberd with mysql
User A and user B are connected to server .
I manually edit the mysql db to ...
2
votes
1answer
291 views
Unable to login to ejabberd server using XMPP client in Android
I am trying to connect & login to ejabberd server using a XMPP client in Android. The XMPP client connects to the server but doesn't logs in. I am getting Exception message as No response from the ...
0
votes
0answers
52 views
Ejabberd disconnect when connecting to a MUC chat room
I am using Ejabberd 2.1.11 and I get from time to time an XMPP Bosh terminate when trying to connect to a MUC chat room. The RID are received correctly and in sequence, the disconnection is only with ...
0
votes
1answer
44 views
Vines for XMPP Server rather than other solutions
I am new to xmpp and all that implies. I'm a RoR Developer and I need to use a xmpp server for a project. On top of that, I will need to do some heavy customization so that my rails app can create ...
0
votes
1answer
146 views
Can I Use Google App Engine as XMPP Gateway
I have a Cloud App hosted on Windows Azure and I need to integrate XMPP with the service. Can I use GAE's XMPP API to achieve this? I'll need to be able to create new Jabber IDs and send & receive ...
1
vote
1answer
46 views
Install EJabberd on Windows Azure
Is it possible to install EJabberd XMPP Server on my Azure Cloud App? I want to do this for the testing purpose. If it is possible, then how do I open ports which are required to communicate with the ...
0
votes
1answer
242 views
Ejabberd roster with mysql
I am using exauth with ejabberd to authenticate my users, but I want to use mysql to store user information, such as GROUPS, rosters etc.
Here is my configuration.
{auth_method, external}.
...
0
votes
0answers
56 views
how block bad nick name and bad status on ejabberd?
my question about
how block bad nick on ejabberd 2.1.11
i found mod_feelings (mod_shit)
https://github.com/ways/mod_feelings/blob/master/mod_feelings.erl
can replace bad message on body or subject
...
0
votes
0answers
164 views
how can edit mod_muc on ejabberd to filter messge by jabber id?
we find on jabber/xmpp server (jbber.ru) in room configurtion
filter message by jabber id
and use it to drop bad message and bad nick by isida bot
but in another jabber erver can't do that
so how ...
0
votes
1answer
190 views
Access ejabberd XMPP server via php [closed]
I would like to know how many users are connected in my ejabberd server with a php script. I can use the command ./ejabberdctl connected_users in the command line, but i want to use a php script to do ...
1
vote
2answers
67 views
strange user identification in ejabberd jabber
I really did try to google this one, but apparently I don't know the right question...
I have my own jabber server running on ejabberd. It is corporate server where I manage contacts, so I'm sure ...
1
vote
1answer
246 views
BOSH module not started: Ejabberd / Strophe setup issue
Am trying to setup Strophe with Ejabberd on Ubuntu 12 (Linode latest version) using the internal Ejabberd webserver to serve the chat.
The test urls (http-bind and admin) both work.
JWChat works.
...
0
votes
1answer
92 views
ejabberd 2.1.11 error on Erlang Module Hook
I followed this article step by step and I seem to be the only person to get this specific error.
http://jasonrowe.com/2011/12/30/ejabberd-offline-messages/comment-page-1/#comment-2274
I created and ...
-1
votes
1answer
103 views
Can not acccess XMPP
I using xmpp with strophe to connect with
I get this response from Strophe :
<body rid='529248076' xmlns='http://jabber.org/protocol/httpbind' to='localhost' xml:lang='en' wait='60' hold='1' ...
1
vote
1answer
194 views
XMPP and Strophe
I want to connect to xmmp via Strophe , I have configured anything
I use WAMP on my system to run localhost php
I have enabled Script Syntax in openfire admin
I have configured APACHE httpd.conf ...
0
votes
1answer
57 views
How to know if the user is online providing only the username/nick/participant but not the whole JID (Ejabberd)
I am customising module mod_muc_room and I would like to add a function that knows if the user is online but only providing the username. In the module I can find the function is_user_online:
...
0
votes
1answer
168 views
Need opinions re. Meteor.js versus XMPP-based messaging systems [closed]
I know this has been asked in other forums, but I cannot find any good, specific opinions or resolutions, especially surrounding realtime use-cases -- in other words, I was hoping to get some feedback ...
0
votes
2answers
307 views
Cannot get jabber clients to connect to ejabberd running on localhost
I installed ejabberd on my linux mint kde. It installed correctly, I am able to use the admin interface in the browser at http://localhost:5280/admin/ to add users. In the nodes menu it shows me one ...
2
votes
1answer
127 views
Configure Ejabberd to connect to gtalk
I am using emite i my GWT Application.
I have configured Ejabberd. Through emite library I can connect to admin@localhost from my application.
I want to connect to gtalk server thorugh my application.
...
1
vote
1answer
304 views
XMPP strophe, get presence roster
How can I get a the online presence of my "friends" using Strophe lib for JS? Not the roster, even the single presence ( or have I to do 1 req/user in roster? )
Usually I'm notified only at 'presence ...
3
votes
1answer
324 views
Configuring ejabberd for use as a game server
I've set up an ejabberd server that I want to use as a game server only.
What things do I have to pay attention to regarding security and which steps are needed so that I can start using it as a game ...
0
votes
1answer
163 views
Ejabberd - Exauth authentication works but user showing Not Authoried to each other in pidgin
I installed Ejabberd server and configured ExAuth for a php script. I am checking the chat with pidgin chat client on ubuntu and windows xp(in virtualbox). I am able to login via ExAuth (where users ...
1
vote
1answer
307 views
Ejabberd vCard : URI image not working
I'm trying to set the PHOTO vCard attribute with an URI provided by our backend, according to the xep-0054,
<!-- Photograph property. Value is either a BASE64 encoded
binary value or a URI to the ...
0
votes
0answers
56 views
replicate presence from one ejabbered server to a differrent ejabberd server
We have a stand-alone server that we can not get under the hood of. (if we could be roo, this would be solved already, but we cant) It has the presence (ie: phone, idle, away, vacation, custom, etc) ...
3
votes
0answers
87 views
Access muc roster from an ejabberd module (disco_items?)
I'm building an ejabberd module to send carbon copies of messages to an external RESTful API. Everything works okay, and requests to that API are sending POST params with Sender, Recipient and the ...
3
votes
1answer
230 views
How do you scale XMPP installation? [closed]
We are working on building a XMPP server from scratch (due to specific needs we have). One of the areas where we are unable to get a clear picture is on how do you scale XMPP. Say I have 10,000 users ...
-1
votes
1answer
258 views
How does xmpp s2s work? [closed]
I have had hard time understanding the complete information flow in s2s interaction. There aren't many documents available on internet.
I am using nodejs based xmpp-server to set up a xmpp server ...
0
votes
1answer
260 views
How to create proxy server for XMPP XEP-0065?
I read the doc, and it's saying that
"This module implements SOCKS5 Bytestreams (XEP-0065). It allows ejabberd to act as a file transfer proxy between two XMPP clients."
Does this mean ejabberd ...
0
votes
1answer
177 views
Can I Use proxy.eu.jabber.org as XMPP XEP-0065 proxy server?
Got below error message when using proxy.eu.jabber.org as xmpp proxy server for XEP-0065. Is this a public proxy server so everyone can use? The error message shows "service-unavailable".
That's why ...
3
votes
1answer
132 views
XEP-0133: Admin Requests to Get a User's Roster - Returns Service unavailable
I am trying to get a user's roster through an admin account on an ejabberd server.
This is what I am trying to do:
<iq
id='get-user-roster-2'
to='localhost'
type='set'
...
0
votes
2answers
136 views
How to route groupchat message in Strophe
I have an incoming message that looks like this...
<message
from='pinza@some.com'
to='tulyar@some.com'
type='groupchat'
xmlns='jabber:message:group_chat_test'>
...
0
votes
0answers
89 views
inconsistant behavior in creating node over ejabber server for pubsub
I am trying to create a node for pubsub over ejabberd server (port 5222) from android , in android i am using
asmack library.
the issue that i am facing is inconsistant behavior of creating nodes. ...
0
votes
1answer
61 views
Presence information of Publishers in PubSub
Setup:
I have setup a pubsub service wherein the publishers publish geolocation data at regular intervals.
The subscribers receive the location data of the publishers.
The subscribers are not ...
0
votes
1answer
133 views
jabber - create room
I have the following setup:
A server with CentOS 6
XMPP server (used ejabber)
A browser client (used Candy-chat)
Chat is working, users have permissions, etc.
What I need to do is to create a ...

