How to create non-anonymous rooms in Ejabberd [closed] - xmpp

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.
Closed 9 years ago.
Improve this question
I would like to create a non-anoymous room (muc) in Jabber (Ejabberd). I can create an anonymous room, but how can i make it non-anonymous?
I have read http://xmpp.org/extensions/xep-0045.html but they only describe what non-anonymous rooms, not how to create it.
I want the members to see each other's normal JIDs as opposed to conference JIDs with a nick.

From the official guide - set anonymous to false using your chat client (assuming you have admin rights):
{default_room_options, [ {OptionName, OptionValue}, ...]}
This module option allows to define the desired default room options. Note that
the creator of a room can modify the options of his room at any time using a XMPP
client with MUC capability. The available room options and the default values are:
{anonymous, true|false}
The room is anonymous: occupants don’t see the real JIDs of other occupants.
Note that the room moderators can always see the real JIDs of the occupants.

If you want to use a gui to configure this and similar settings of muc rooms, you might want to install Psi, connect to your server, join/create a room with service discovery and find that small arrow in the top-right corner of the room window. An enabled XML console is really helpful.

Related

how do I know if my webserver becomes listed as a spamserver [closed]

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.
Closed 9 years ago.
Improve this question
I'm working on a app which sends notifications emails. I know this is stereotypical for spam servers. I know the first question ist "How can I ensure what my server will not be listed as a spam server?" However I believe I should monitor my mailserver to ensure what every customer becomes his mails.
So the question: How can I check/monitor whether my server is listed as a spam server?
I really appreciate your help.
MXtoolbox (disclosure: I hold no relation to this site) has a great blacklist checking tool that checks all the major blacklists.
As for staying off them, make sure all your e-mails are opt-in and have an unsubscribe link within the e-mail body of every notification sent. Keep a record of all clients opting in, some hosting companies will charge you a small fortune if you get their IPs blacklisted.

user pay for premium content using sms [closed]

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.
Closed 10 years ago.
Improve this question
My site which have premium content should grant access to privileged users. These users should be assigned into privileged group only when they send sms to some number. How can I collect money from these user sms on my paypal account.
I have premium content and paypal account. Already spend too much time looking for decent explanation of this approach, but I didnt find any useful tutorial.
So, please share some links or thoughts which explains what steps I should complete in order to set this like explained above.
Thanks
SMS transactions are suitable if you offer services or content at a very low price, bellow dolar and up to 10$, otherwise it makes no sense. You should consider to remove user membership based on this payment, mainly for reason that this method of payment is used for anonymous users.
Google is your friend, some better investigation and right keywords and you should find answers.
Hope this helps, good luck.

Support multiple login at the same time in OpenFire server [closed]

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.
Closed 10 years ago.
Improve this question
I've configured OpenFire for using as server for my customers.
But in following case, OpenFire doesn't give proper response:
Customer A login from two chat client connected to my server and chat with another Customer B.
The problem is that, last active Customer A can only get Message from Customer B instead of getting message in both the chat client.
Anyone have configured the OpenFire can suggest me the settings need to be changed.
Thanks.
This is by design of XMPP, as can be seen in RFC3921, section 11.1 "Inbound Stanzas".
To send messages addressed to a bare JID in openfire to all related full JIDs (resources + bare JID), you need to set the system property route.all-resources with the value true in Openfire (Admin Console > Server Manager > System Properties). You will have to create this system property. Also you would have to set the same priority in both clients.
See also these igniterealtime forums posts.

how to invite minimum 2 persons to a conference room using asterisk and call files [closed]

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.
Closed 10 years ago.
Improve this question
I am using asterisk 1.8 on ubuntu 9.10. I want to ask if it's possible to invite more than 2 sip clients to a conference room using call files? A sip client wants to create/ or has a conference room and would like to invite other 3 persons. how would the dialplan look like? When you invite persons to a conference room it means you call them?
How to do that with asterisk? I read about call files and extensions.conf dialplan. I have no ideea how to do this.
I meed to be able to invite in a conference room more than 2 people or at least 2 people.
As per your scenario instead of .call file I suggest you to use originate command (introduced in asterisk 1.6.2). you have to create dialplan consisting on following two parts / extension
conference this context / extension will be responsible to add caller into selected conference room
incoming in incoming dialplan caller will be asked to enter number of required participants and dialplan will call each number one by one with originate command while providing conference extension as destination, like
same => n,Originate(SIP/number,exten,conference_context,room_number,1)
and when done with invites the original caller will also be sent to conference with goto command,

What is the IP address range for foursquare API? [closed]

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.
Closed 10 years ago.
Improve this question
I'm developing a Web service using a VM behind a firewall on a University. I need to know what a range of IP address to give to our IT guy so we can get access to calls from foursquare.
You'll never be able to reliably pin this down. It's not as if they are using one subnet.
Your IT guy needs to open up your firewall differently, based on your end, not Foursquare's.
Navigate to zoneedit.com in the DNS lookup field enter foursquare.com and in the dropdown select "Ip Address (A)" you will find only one record listed. After further research I found that Foursquare is hosted at Amazon Web Services and the most likely scenario is that thy will have have multiple servers hosted behind a single IP'ed load balancer. You will need to get the IPs for foursquare.co.uk or any other top level domains it may operate under (COM,NET,CO.UK and so on) but from what I can find CO.UK is the only other country it operates in.