Norman Rasmussen | 2 Mar 00:01
Picon
Favicon
Gravatar

Looking for servers that support XEP-0138 on s2s

Subject says it all: I'm looking for servers that support XEP-0138 on s2s connections


I have a patch for jabberd2 that does incoming, (and a in-progress patch for outgoing)

--
- Norman Rasmussen
- Email: norman <at> rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
_______________________________________________
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
_______________________________________________
jabbertester | 2 Mar 22:40

Re: Free jabber services


Thank you again, Peter.

As of Monday, 2 March, 2009, a Mac user cannot get a Jabber account via
iChat. You might want to know that. iChat expects one to already have a
Jabber userid and password.

I was able to create a free jabber userid at jabber.org by downloadind
and using Adium, however.

--

-- 
jabbertester
------------------------------------------------------------------------
jabbertester's Profile: http://www.jabberforum.org/member.php?userid=17449
View this thread: http://www.jabberforum.org/showthread.php?t=1183

_______________________________________________
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
_______________________________________________

Re: Free jabber services

Doesn't iChat have some arrangement with AIM?  I was trying to federate with a local sysadmin on a PowerBook a
couple of weeks ago and he mentioned something to that effect. 

------Original Message------
From: jabbertester
Sender: jdev-bounces <at> jabber.org
To: jdev <at> jabber.org
ReplyTo: Jabber/XMPP software development list
Subject: Re: [jdev] Free jabber services
Sent: Mar 3, 2009 7:40 AM

Thank you again, Peter.

As of Monday, 2 March, 2009, a Mac user cannot get a Jabber account via
iChat. You might want to know that. iChat expects one to already have a
Jabber userid and password.

I was able to create a free jabber userid at jabber.org by downloadind
and using Adium, however.

-- 
jabbertester
------------------------------------------------------------------------
jabbertester's Profile: http://www.jabberforum.org/member.php?userid=17449
View this thread: http://www.jabberforum.org/showthread.php?t=1183

_______________________________________________
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
_______________________________________________

Sent from my BlackBerry® wireless device
_______________________________________________
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 Mar 23:05
Favicon

Re: Free jabber services

jabbertester wrote:
> Thank you again, Peter.
> 
> As of Monday, 2 March, 2009, a Mac user cannot get a Jabber account via
> iChat. You might want to know that. iChat expects one to already have a
> Jabber userid and password.

Yes, I've known that for about 4 or 5 years.

> I was able to create a free jabber userid at jabber.org by downloadind
> and using Adium, however.

Yes, and that's why http://www.jabber.org/web/Quickstart says:

"NOTE: Auto-creation of accounts does not work for iChat! You must use
another client such as Adium, Psi, or Spark to create your account.
After that you can log in with iChat."

Peter

--

-- 
Peter Saint-Andre
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 6751 bytes
_______________________________________________
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 | 4 Mar 04:54
Favicon

Re: Owner query room

On 11/25/08 8:22 PM, javanesevn wrote:
> Hi,
> 
> I developed xmpp client implement XEP-45. 
> When user created the room and set its option not public
> (muc#roomconfig_publicroom is false). Now he is owner of room.
> 
> Is there any chance to owner query room that he created. I sent a
> disco#items query but have no items return from server. 

I don't think that MUC implementations are that smart. If you want that
feature, you'll want to send a feature request to the developers of the
MUC implementation you're using, or modify the code if you can.

Peter

--

-- 
Peter Saint-Andre
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 6751 bytes
_______________________________________________
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 | 4 Mar 04:56
Favicon

Re: Properly filtering broadcast events

IMHO this is similar to what pubsub.com used to do. They built their
application on top of XEP-0060 but their filtering semantics were not
built into the protocol.

On 11/26/08 11:52 AM, Bryan Morgan wrote:
> I'm new to XMPP but am very excited about the possibilities.  We are
> designing an application based on XMPP and want to be sure we are
> leveraging the appropriate technologies and standards in the correct
> places, in order to ensure scalability as well as future-proof the app,
> as much as is possible.  My question, at its most basic is what is the
> recommended approach for handling the following scenario:
> 
> (1) Users starts session
> (2) Users submits message (via HTTP or XMTP - doesn't really matter)
> (3) Server picks up message (via asynchronous MQ or via XMPP component -
> doesn't really matter....I think)
> (4) Server needs to flexibly broadcast message out to a large number of
> users but (and this is key) this list of users needs to be dynamically
> filtered
> 
> I originally was hoping PubSub would work but that seems to rely on a
> fixed node with a fixed set of subscribers.  In my scenario, I may have
> fixed nodes but I don't want to push a message out to all subscribers -
> just a dynamically chosen subset of those (based on some filter
> parameters).  Some options I've considered include:
> 
> * Pushing out the messages to all members of the node and letting a
> custom XMPP client filter them.  This makes the server simple but
> results in possibly many messages being sent to many "receiving" clients
> when a subset would have worked.  Considering there may also be a large
> volume of user-submitted messages coming in to trigger this, minimizing
> the number of outbound messages is critical from a scalability standpoint.
> 
> * Not sure if this is possible but in the routing chain could we build a
> component that would intercept the pubsub messages and apply the
> filtering there?  Not sure if it's possible to do this generally for
> "all broadcast recipients" or if the code would have to be called once
> for every message recipient which would then again kill
> performance/scalability as the load grows.
> 
> * The inbound item picked up off the queue could also be used to
> determine the list of valid recipients, and then.....I assume....loop
> through them one at a time and send them individiual messages??  Again,
> seems to work at a small scale but maybe not at a large scale?  Is there
> a way to build a dynamic list of users and have XMPP send messages to
> that list?  Are there practical limitations on handling the size of this
> list or are there "sharding" approaches for big XMPP broadcasts like this?
> 
> Any advice or lessons learned by XMPP veterans would be greatly
> appreciated.  I apologize in advance for the lengthy message.

--

-- 
Peter Saint-Andre
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 6751 bytes
_______________________________________________
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 | 4 Mar 05:01
Favicon

Re: Looking for servers that support XEP-0138 on s2s

On 3/1/09 4:01 PM, Norman Rasmussen wrote:
> Subject says it all: I'm looking for servers that support XEP-0138 on
> s2s connections
> 
> I have a patch for jabberd2 that does incoming, (and a in-progress patch
> for outgoing)

I think we might have that turned on for jabber.org. If not we can
fiddle with the config.

Peter

--

-- 
Peter Saint-Andre
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 6751 bytes
_______________________________________________
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 | 4 Mar 05:04
Favicon

Re: WSDL with HTTP binding/REST interface/WSDL with XMPP bindings for XMPP server

On 2/2/09 9:12 PM, Antoine Toulme wrote:
> Hey everyone, I would like to communicate with a XMPP server through a WSDL.

How and why?

> I can't find one on jabber.org, is there one available ?

No.

> As far as I understand, it is possible to interact with a XMPP server by
> sending XML messages over XMPP respecting the XMPP schemas, right ?

As defined in RFC 3920, yes (that is for the TCP binding).

> Any other binding would work as long as it is supported by any other XMPP
> server: over HTTP, with or without the SOAP envelope, etc.

The HTTP binding is defined here:

http://xmpp.org/extensions/xep-0124.html

Peter

--

-- 
Peter Saint-Andre
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 6751 bytes
_______________________________________________
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 | 4 Mar 05:06
Favicon

Re: Mixing Attribute Namespaces

On 1/14/09 2:20 AM, Richard Smith wrote:
> Hello,
> 
> I've been having a think over the past few days and have been wondering if
> applying namespaces on an attribute level is valid within XMPP, and if there
> are any guidelines as to attribute specifications used.
> 
> What I'm pondering is while the following is valid XML, is it valid under XMPP?
> 
> <message
>  to="..."
>  from="..."
>  xmlns:magicNS="urn:blah:etc"
>  magicNS:attr1="..." >...
> 
> From what I understand in RFC3920 this would be ok, however mildly confusing
> etc.
> 
> Am I right in thinking that while this is valid, it's generally not good for
> client understanding? Not that I care much in this context anyway since I'm
> using XMPP as a transport protocol for something non-IM based, but it's
> always good to know :)

We prefer not to do things that way in XMPP, and if you expect that to
work you might be surprised because some implementations out there on
the network would not be happy to receive such XML. :)

Peter

--

-- 
Peter Saint-Andre
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 6751 bytes
_______________________________________________
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 | 4 Mar 05:09
Favicon

Re: Formal Component Protocol

On 11/12/08 4:14 AM, Jonathan Dickinson wrote:
> Hi All (esp. PSA J),
> 
>  
> 
> One thing that I have seen with my experiences so far is that there is
> practically /no/ formal component protocol.
> <http://xmpp.org/extensions/xep-0114.html> only shows us how to
> establish a stream. 

Right. We intended to work on this with XEP-0225 and then add more
layers on top of that if needed. Step 1 would be to finish 225. If folks
are interested in that, let's work on it. :)

> Things that nag me (which I still have to figure
> out, so if you have answers...):
> 
>  
> 
> ·         No indication on newer authentication protocols, just
> handshakes (don’t need answers here, I can take example from other
> server docs, FYI Tigase has really good docs in regard to this)...
> 
> ·         Binding which is mainstream in, from what I can tell, all
> current XMPP servers. This is not in the XEP.
> 
> ·         Routing stanzas, again, are not in the XEP.
> 
>  
> 
> Here comes the big one: given that binding is for all intents and
> purposes ‘official’, how do I handle these scenarios:
> 
>  
> 
> ·         I want to send a message directly to “router15” (one of the
> components) and not have it leave the network.
> 
> ·         I want to send a message to all components of a specific type
> (related to the above).
> 
> ·         I want to send a message to a user.
> 
>  
> 
> My current best guess is (these are embedded in the body of stream:stream):
> 
>  
> 
> <!-- send message to specific component -->
> 
> <route from=”sm” to=”sqlAuth”>
> 
>   <client:iq type=”get” from=”jim <at> foo.com” to=”foo.com”>
> 
>    <!-- SASL stuff -->
> 
>  </client:iq>
> 
> </route>
> 
>  
> 
> <!-- send message to all components of a specific type -->
> 
> <route from=”router2” to=”router*”>
>   <presence type=”unavailable”/> <!-- router going down -->
> 
> </route>
> 
>  
> 
> <!-- send message from component to user -->
> 
> <client:iq type=”result” from=”foo.com” to=”jim <at> foo.com”>
> 
>   <!-- SASL stuff -->
> 
> </client:iq>
> 
>  
> 
> Thanks again.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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
https://stpeter.im/

Attachment (smime.p7s): application/x-pkcs7-signature, 6751 bytes
_______________________________________________
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