Pavel Simerda | 1 Aug 20:11

Re: Presence leak test suite

On Wed, 09 Jul 2008 12:31:04 -0600
Peter Saint-Andre <stpeter <at> stpeter.im> wrote:

> Kevin Smith wrote:
> > On Wed, Jul 9, 2008 at 6:59 PM, Peter Saint-Andre
> > <stpeter <at> stpeter.im> wrote:
> >> Hmm, am I missing something?
> > 
> > You're not, there's no contradiction.
> > 
> > I just find it a bit amusing that we have a best practice, but a
> > MUST be possible to not follow the best practice.
> 
> Yes, because this specification will be reviewed by the security
> mafia...

Maybe I should help the mafia with the review. We use bugs in ICQ
presence privacy as one of the arguments to switch to Jabber, anyway :).

> 
> /psa
> 

Pavel

--

-- 

Web: http://www.pavlix.net/
Jabber & Mail: pavlix(at)pavlix.net
OpenID: pavlix.net
(Continue reading)

Picon

connecting through http proxy

Hello all,

I am a university student and I connect to internet through http proxy servers.
I want to write a jabber application. Can any one suggest me any xmpp library which can connect to jabber server through http proxy?

Thanks
Waiting for reply

--
Siddharth Prakash Singh
http://www.spsneo.com
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
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 | 4 Aug 18:20
Favicon

Re: connecting through http proxy

Siddharth Prakash Singh wrote:
> Hello all,
> 
> I am a university student and I connect to internet through http proxy 
> servers.
> I want to write a jabber application. Can any one suggest me any xmpp 
> library which can connect to jabber server through http proxy?

You might want to check into various implementations of BOSH. There's a 
helpful list here:

http://wiki.jabber.org/index.php/Bidirectional-streams_Over_Synchronous_HTTP_(BOSH)_(XEP-0124)

/psa

Attachment (smime.p7s): application/x-pkcs7-signature, 7338 bytes
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________
Stephan Maka | 5 Aug 18:44
Gravatar

[ANN] XMPP4R 0.4

Dear Ruby & Jabber developers

I am very pleased to announce version 0.4 of XMPP4R, the Jabber library for
Ruby. This is the first release since our change to Git and contains many new
features and corrections from the last 10 months. This time, many thanks go
especially to Glenn Rempe.

From the Changelog:
* Initial support for Ruby 1.9 (see README_ruby19.txt)
* Complete PubSub API Change - more logical and better for 
  childclasses, support for collection node creation
* a Helper to assist with XEP-0115 Entity Capabilities 
* SASL anonymous support
* File transfer fixes
* MUC room configuration fixes
* initial support for XEP-0118 User Tune
* fix for an xmlrpc exception-during-serialisation bug, which would cause
  a hang
* Support auto-gem generation on GitHub with improved and DRY'er RakeFile and
  gemspec.
* Add support for the old SSL protocol (needed to connect to GTalk)
* Changed API for Client, Component, Connection, Stream to remove
  need for antiquated 'threaded' param in the initializer.
* Use a Logger instance instead of directly writing to stdout
* Re-factored & consolidated Error classes.  See xmpp4r/errors.rb for all
  custom errors that can be caught.  All inherit from Jabber::Error which
  itself inherits from Ruby's StandardError. This is a first step in
  re-factoring errors.  The next step will be to convert all 'raise' calls to
  raise a custom Jabber::Error or one of its children instead of anonymous
  RuntimeErrors.  This allows much more granularity in catching and handling
  errors later.
  If you were catching Jabber::ErrorException before you should probably
  change that in your code to now catch Jabber::Error if you want to
  catch everything or one of the custom children of Jabber::Error defined in
  'lib/xmpp4r/errors.rb'.  Additionally, the Error class which encapsulated
  the xmpp error response, has been renamed to ErrorResponse to reflect its
  real usage.  This free's up 'Jabber::Error' for use as our base Error class.

XMPP4R can be downloaded from:
  http://download.gna.org/xmpp4r/xmpp4r-0.4.tgz
  http://download.gna.org/xmpp4r/xmpp4r-0.4.zip
  http://download.gna.org/xmpp4r/xmpp4r-0.4.gem

Installation via RubyGems:
  gem install xmpp4r

More information on the web:
  http://home.gna.org/xmpp4r/

For questions, consider the xmpp4r-devel@ list:
  https://mail.gna.org/listinfo/xmpp4r-devel/

Stephan Maka

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________
Florian Jensen | 6 Aug 12:09
Gravatar

MSN Transports broken

Hi,

is there a change in the MSN protocol? I am unable to connect.

Greets,

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

Norman Rasmussen | 6 Aug 12:15
Picon
Favicon
Gravatar

Re: MSN Transports broken

On Wed, Aug 6, 2008 at 12:09 PM, Florian Jensen <admin <at> flosoft.biz> wrote:
is there a change in the MSN protocol? I am unable to connect.

yes, see http://groups.google.com/group/py-transports/browse_thread/thread/8e3583a86a4bb053 for details and a patch

--
- Norman Rasmussen
- Email: norman <at> rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Re: MSN Transports broken

It seems so, we upgraded the openfire plugin yesterday evening.

ALX
> Hi,
>
> is there a change in the MSN protocol? I am unable to connect.
>
> Greets,
>
> Florian Jensen
>   

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

Jonathan Dickinson | 8 Aug 17:59

Eventing and SOAP

Hi All,

 

I am looking at the integration points for my server now (specifically into the product that my employer develops). It is a workflow solution (www.k2.net), and I am trying to figure out the best way to notify users that they have work in such as way that:

 

1.       IM clients apart from our own still tell the user that they have work. A Sharepoint web address or such would be given in the body of the message.

2.       Our IM client detects that an agent (mobile agent <http://en.wikipedia.org/wiki/Mobile_agent>) is present in the stanza and fires it up instead of giving the user the message.

 

My thoughts are to simply do the following:

<message from="worklist.k2workflow.com" to="fred <at> k2workflow.com" type="message">

  <body>You have work. Visit http://www.denallix.com/workitem.aspx?uid=12345abc</body>

 <agent xmlns="urn:com:k2:agent"><!-- Agent description XML here --></agent>

</message>

 

I need to know if any clients would possibly have problems with a stanza in that form, or maybe if someone has a better idea :). Thanks in advance.

 

AND… I also gave some more thought to SOAP and a nice clean <pun> way to implement discovery within a jabber context alone. I thought of using UDDI over XMPP (as it is itself a SOAP standard), this is merely a suggestion, but how about the following:

 

<iq type='result'

    from='shakespeare.lit'

    to='romeo <at> montague.net/orchard'

    id='info1'>

  <query xmlns='http://jabber.org/protocol/disco#items'>

    <item jid='uddi.shakespeare.lit'

          node='uddi'

          name='SOAP discovery service'/>

    <item jid='foo <at> uddi.shakespeare.lit'

                node='urn:myservices:foo'

                name='Some service'/>

  </query>

</iq>

 

My syntax may all be wrong, but I am sure you get the idea. The client could the start doing UDDI calls against the uddi.shakespeare.lit node. Also (as demonstrated) the server can broadcast any SOAP services it supports upfront.

 

-- Jonathan

 

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

Hosting xmpp bot

Hello all,
I want to host a xmpp bot.
Can anyone suggest me a free server or any service where I can host my own xmpp bot.

Thanks

--
Siddharth Prakash Singh
http://www.spsneo.com
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________
Florian Jensen | 8 Aug 19:13
Gravatar

Re: Hosting xmpp bot

Hi,

we offer VPS servers. It's not free but it works.
http://www.flosoft.biz/products/vps/

Greets,

Florian Jensen
Flosoft.biz / CEK Media Service

On Fri, 8 Aug 2008 21:51:14 +0530, "Siddharth Prakash Singh"
<spsneo <at> gmail.com> wrote:
> Hello all,
> I want to host a xmpp bot.
> Can anyone suggest me a free server or any service where I can host my
own
> xmpp bot.
> 
> Thanks
> 
>
--

-- 
Flosoft.biz / CEK Media Service
CEK Media Service
Seestr. 8
73773 Aichwald
Germany
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________


Gmane