Jonathan Schleifer | 2 Nov 16:35

Re: mod_purple.erl

Am 04.10.2009 um 18:30 schrieb Alexey Nezhdanov:

> On Sunday 04 October 2009 20:22:18 Alexey Nezhdanov wrote:
>> Hmm.
>> That's quite interesting suggestion. ... Thank you for an
>> idea. I'll look into it.
> Bad luck. I forgot that Miranda is win32-only.
> I target either for unix-only or cross-platform...
> That means that even if I manage to make it work in linux (which I  
> doubt) -
> that will still run through wine...
>
> If anybody interested in this - please donate some of your time and  
> coding
> skills

Even though Miranda is for Win32, the core of it is not limited to  
Win32 AFAIK.

--
Jonathan

_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

(Continue reading)

Shawn Gordon | 2 Nov 17:15
Favicon

php based muc?

Hi,

I'm trying to set up basically an anonymous conference so people can 
come to my web site, click on 'chat' and they enter the room after 
providing a nick.  I've got openfire set up and working on the back 
end, but was wondering what suggestions you all might have for a good 
front end solution.  Thanks.

Regards,

Shawn Gordon
President
theKompany.com
www.thekompany.com
www.mindawn.com
949-288-3771

_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Peter Saint-Andre | 2 Nov 17:16
Favicon

Re: php based muc?


On 11/2/09 9:15 AM, Shawn Gordon wrote:
> Hi,
> 
> I'm trying to set up basically an anonymous conference so people can
> come to my web site, click on 'chat' and they enter the room after
> providing a nick.  I've got openfire set up and working on the back end,
> but was wondering what suggestions you all might have for a good front
> end solution.  Thanks.

You might check out the projects listed here:

http://xmpp.org/software/clients.shtml#web

/psa

Shawn Gordon | 2 Nov 17:17
Favicon

Re: php based muc?

Thanks, I had looked at that, which is what prompted me asking for 
opinions so I can hopefully avoid testing a ton of different apps and 
maybe narrow down to 2 or 3 based on others feedback and experience.

At 08:16 AM 11/2/2009, you wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On 11/2/09 9:15 AM, Shawn Gordon wrote:
> > Hi,
> >
> > I'm trying to set up basically an anonymous conference so people can
> > come to my web site, click on 'chat' and they enter the room after
> > providing a nick.  I've got openfire set up and working on the back end,
> > but was wondering what suggestions you all might have for a good front
> > end solution.  Thanks.
>
>You might check out the projects listed here:
>
>http://xmpp.org/software/clients.shtml#web
>
>/psa
>
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.4.8 (Darwin)
>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
>iEYEARECAAYFAkrvBesACgkQNL8k5A2w/vyHWACbBlZCs+LiYhfAanc240nXBXOX
>S3QAoMYOspWmqUPmooAdBEtqgDhrxLAB
>=NC2x
(Continue reading)

Liz Wendland | 2 Nov 17:34
Favicon
Gravatar

Re: php based muc?

We've used MUCkl to do what you are talking about:
http://blog.jwchat.org/muckl/

Super easy to set up and use although I don't think it is currently 
being developed.

On 11/2/09 11:17 AM, Shawn Gordon wrote:
> Thanks, I had looked at that, which is what prompted me asking for 
> opinions so I can hopefully avoid testing a ton of different apps and 
> maybe narrow down to 2 or 3 based on others feedback and experience.
>
> At 08:16 AM 11/2/2009, you wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 11/2/09 9:15 AM, Shawn Gordon wrote:
>> > Hi,
>> >
>> > I'm trying to set up basically an anonymous conference so people can
>> > come to my web site, click on 'chat' and they enter the room after
>> > providing a nick.  I've got openfire set up and working on the back 
>> end,
>> > but was wondering what suggestions you all might have for a good front
>> > end solution.  Thanks.
>>
>> You might check out the projects listed here:
>>
>> http://xmpp.org/software/clients.shtml#web
>>
>> /psa
(Continue reading)

Peter Saint-Andre | 2 Nov 17:34
Favicon

Re: <field type=media>; Was Re: Data Forms Media Element


On 10/30/09 8:11 PM, Brett Zamir wrote:
> On 10/31/2009 7:17 AM, Fabio Forno wrote:
>> Is there any client implementing it? I'd like to do some tests, but so
>> far I've found no clients with this extension
>>
>>    
> 
> Sorry I can't help with this (still working on our client), but I have
> two suggestions about this spec and Data Forms.
> 
> 1) I think it would be ideal if Data Forms could add a type like <field
> type="media"/> to trigger media display in a more streamlined manner. Of
> course one can just check for <media/> children, but seems a bit clearer
> if on @type.

We had many discussions about this while defining the extensions. The
consensus at that time was to not change XEP-0004.

> 2) As a corollary to #1, I think it would be convenient to also allow
> media fields to be submittable as well--to work as a kind of specialized
> text-multi (like jid-multi): e.g., to prompt the user for text/html,
> text/xml, application/atom+xml, etc. data (submitted back as escaped
> CDATA). For binary types like images, the client could be prompted to
> upload a file instead.

Or we could just use XForms. ;-)

> One of my interests in the latter would be if Pubsub could be modified
> to allow publishers to query to know how to publish content for a given
(Continue reading)

Shawn Gordon | 2 Nov 17:37
Favicon

Re: php based muc?

Thanks Liz

At 08:34 AM 11/2/2009, you wrote:
>We've used MUCkl to do what you are talking about:
>http://blog.jwchat.org/muckl/
>
>Super easy to set up and use although I don't think it is currently 
>being developed.
>
>
>On 11/2/09 11:17 AM, Shawn Gordon wrote:
>>Thanks, I had looked at that, which is what prompted me asking for 
>>opinions so I can hopefully avoid testing a ton of different apps 
>>and maybe narrow down to 2 or 3 based on others feedback and experience.
>>
>>At 08:16 AM 11/2/2009, you wrote:
>>>-----BEGIN PGP SIGNED MESSAGE-----
>>>Hash: SHA1
>>>
>>>On 11/2/09 9:15 AM, Shawn Gordon wrote:
>>> > Hi,
>>> >
>>> > I'm trying to set up basically an anonymous conference so people can
>>> > come to my web site, click on 'chat' and they enter the room after
>>> > providing a nick.  I've got openfire set up and working on the back end,
>>> > but was wondering what suggestions you all might have for a good front
>>> > end solution.  Thanks.
>>>
>>>You might check out the projects listed here:
>>>
(Continue reading)

Alexey Nezhdanov | 2 Nov 17:49
Picon

Re: mod_purple.erl

Well, I tried compiling it on linux, got so far and then encountered some error that wasn't able to overcome. I do not remember what exactly.
After that I looked around and found Kopete client that can be used as well. Though since then I didn't get enough time to continue with this project.

On Mon, Nov 2, 2009 at 6:35 PM, Jonathan Schleifer <js-jdev <at> webkeks.org> wrote:
Am 04.10.2009 um 18:30 schrieb Alexey Nezhdanov:


On Sunday 04 October 2009 20:22:18 Alexey Nezhdanov wrote:
Hmm.
That's quite interesting suggestion. ... Thank you for an
idea. I'll look into it.
Bad luck. I forgot that Miranda is win32-only.
I target either for unix-only or cross-platform...
That means that even if I manage to make it work in linux (which I doubt) -
that will still run through wine...

If anybody interested in this - please donate some of your time and coding
skills

Even though Miranda is for Win32, the core of it is not limited to Win32 AFAIK.

--
Jonathan

_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________
Dave Cridland | 2 Nov 17:52

Re: php based muc?

On Mon Nov  2 16:15:24 2009, Shawn Gordon wrote:
> I'm trying to set up basically an anonymous conference so people  
> can come to my web site, click on 'chat' and they enter the room  
> after providing a nick.  I've got openfire set up and working on  
> the back end, but was wondering what suggestions you all might have  
> for a good front end solution.  Thanks.

Speeq might well do precisely what you're after. Not PHP, but  
client-side javascript.

http://code.stanziq.com/speeqe

(other pre-reqs also linked from there).

Dave.
--

-- 
Dave Cridland - mailto:dave <at> cridland.net - xmpp:dwd <at> dave.cridland.net
  - acap://acap.dave.cridland.net/byowner/user/dwd/bookmarks/
  - http://dave.cridland.net/
Infotrope Polymer - ACAP, IMAP, ESMTP, and Lemonade
_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

tong | 2 Nov 18:24
Gravatar

Re: php based muc?

On Mon, 2009-11-02 at 08:17 -0800, Shawn Gordon wrote:
> Thanks, I had looked at that, which is what prompted me asking for 
> opinions so I can hopefully avoid testing a ton of different apps and 
> maybe narrow down to 2 or 3 based on others feedback and experience.
> _______________

HXMPP compiles haXe to PHP.
.. also to flash and js for the clientside.
http://hxmpp.disktree.net/
I've built such an anonymous, web based MUC app lately, and it works ;)

best.tong

--

-- 
[)   |   5   |<   †   |2   3   3

_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Gmane