Re: [jdev] Anyone any recommendations for a production server? E.g. ejabberd, openfire., etc?

2014-09-16 Thread Kirk Bateman
t;> mod_jinglenodes. >> >> Also Prosody seems to have a large fan base here! @Steven Lloyd Watkin: >> What would you say is a safe upper limit for the number of clients one >> Prosody instance can handle on ec2? >> >> Will also do some research into whe

Re: [jdev] Anyone any recommendations for a production server? E.g. ejabberd, openfire., etc?

2014-09-15 Thread Kirk Bateman
r server yet, but even though its a low > power ec2 instance prosody causes very little load. > On 15 Sep 2014 11:14, "Kirk Bateman" wrote: > >> Lloyd, >> >> I trust your view so, any thoughts on scaling / clustering prosody ? easy >> ? >> >>

Re: [jdev] Anyone any recommendations for a production server? E.g. ejabberd, openfire., etc?

2014-09-15 Thread Kirk Bateman
Lloyd, I trust your view so, any thoughts on scaling / clustering prosody ? easy ? Cheers Kirk On 15 September 2014 11:03, Steven Lloyd Watkin wrote: > Prosody all the way for low resource requirements and high levels of > awesome. > On 13 Sep 2014 01:13, "bear" wrote: > >> +1 to Prosody >>

Re: [jdev] Anyone any recommendations for a production server? E.g. ejabberd, openfire., etc?

2014-09-13 Thread Kirk Bateman
27;ve got more experience using ejabberd. Cheers Kirk Bateman On 13 Sep 2014 01:05, "Chris Fortmüller" wrote: > Hi All, > > I am working on a little app that will have XMPP ability, and need a > jabber server for this. > > I hope that user numbers will at least go int

Re: [jdev] Simple JavaScript XMPP client example

2014-09-02 Thread Kirk Bateman
Metajack's book (Jack Moffitt) has good setup and examples for strophe and bosh proxying "Professional XMPP Programming with Javascript and jquery" There are probably some bits of help on his blog too (check the archive), http://metajack.im Cheers Kirk Bateman On 2 Septe

Re: [jdev] Standalong BOSH server in 20013?

2013-07-03 Thread Kirk Bateman
I've used Punjab in the past without problems. Also @twonds is still about and may even be reading this message :) Cheers Kirk Bateman On 3 Jul 2013 12:48, "Rafał Zawadzki" wrote: > Hi all, > > > I have a XMPP server which does not support http bind (jabb

Re: [jdev] custom storage support for jabberd2

2013-06-28 Thread Kirk Bateman
Send mail to jabberd2+subscr...@lists.xiaoka.com On 28 Jun 2013 10:52, "Haider Ali" wrote: > can you please tell me how can i subscribe to > jabberd2@lists.xiaoka.commailing list > > ___ > JDev mailing list > Info: http://mail.jabber.org/mailman/listi

Re: [jdev] how to get the rosters when the visitor did not register?

2013-04-20 Thread Kirk Bateman
With XMPP specifically in mind, if the user isn't registered then it has no roster. In theory you could store a list of jid on the client side but you still need an account to send messages "from". Cheers Kirk On 20 Apr 2013 03:31, "jiyan...@gmail.com" wrote: > Hi everyone, > > I'm dev

Re: [jdev] is everybody using XMPP without knowing it?

2012-12-30 Thread Kirk Bateman
In the " not specifically chat" list.. Apple notifications uses XMPP from what I remember, as does Google's android notifications. Cheers Kirk On 30 Dec 2012 22:11, "Winfried Tilanus" wrote: > Hi, > > I am preparing a talk on XMPP for the Dutch python users group. I expect > that many of the p

Re: [jdev] does unsubscribe invoke remove?

2012-09-26 Thread Kirk Bateman
As Kevin pointed out a stanza with type of remove would not be valid, as that was what you originally said was being sent. That trace however shows an stanza with type of set and sub elements to remove an item from a roster (which is not what you originally said was being sent). Which is why the

Re: [jdev] does unsubscribe invoke remove?

2012-09-26 Thread Kirk Bateman
Because it IS a subscription list, some clients will still list the user if you haven't unsuscribed from them if you show offline users (pidgin for example). However by unsubscribing from a user you stop seeing their online presence, and some servers by default won't allow messages to be sent to s