<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.network.jabber.devel">
    <title>gmane.network.jabber.devel</title>
    <link>http://blog.gmane.org/gmane.network.jabber.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32943"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32937"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32933"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32932"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32929"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32921"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32920"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32919"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32910"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32905"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32898"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32897"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32896"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32895"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32894"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32890"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32885"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32882"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32881"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.jabber.devel/32879"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32943">
    <title>MUC and PubSub together?</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32943</link>
    <description>&lt;pre&gt;Hi XMPPers,

I would like to be able to have certain information from a MUC available,
in some fashion, to people who are not currently "in" the room. What
exactly this information will be I am still sorting out and will be
somewhat specific to my application anyway. But loosely I'm thinking that
certain events inside the MUC will trigger a hook, which I will develop
myself, that will pass the information over to a PubSub node. Individual
users will be able to subscribe to this node and get sent the information,
which will include the ID of the room it came from.

Is anyone doing something similar to this? As this is my first foray into
PubSub, should I just read XEP-0060 and take it from there? Or are there
other resources, online or elsewhere, that might be relevant.

thanks,
Dan
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________
&lt;/pre&gt;</description>
    <dc:creator>Daniel Dormont</dc:creator>
    <dc:date>2012-05-25T19:50:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32937">
    <title>Federation discovery problem</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32937</link>
    <description>&lt;pre&gt;Hi all, 

I'm writing application which main purpose is to connect to xmpp server. Lest suppose that I have account on server1.com, friend of mine, have account on server2.com how do I know, how may I check, that they can communicate each other? 

Best regards
Lardux
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Dariusz Kiełkowski</dc:creator>
    <dc:date>2012-05-16T11:40:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32933">
    <title>Jingle WebRTC implementation</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32933</link>
    <description>&lt;pre&gt;Hello,

I am trying to implement Jingle in my habahaba project
(http://habahaba.im/) and trying to find another Jingle implementation
to test with and see that the situation with them is awful.

To establish a connection, WebRTC requires to use SRTP and not RTP.
Okay, have we any client that can do that? I don't see any except of
jitsi that judging by code has some support of jingle:encryption
element. But in actual fact, it seems for me, that jitsi can use only
ZRTP for outgoing sessions and can serve SRTP for incoming sessions.

Okay, try to use it! Make outgoing call from my web client to jitsi.
Send "session-initiate" populated with my contents and transports and
expect for "session-accept" but suddenly receive "transport-info". Is
this behavior of jitsi correct? I look throw flows in XEPs and don't
understand how I can process "session-accept" here.

If anybody can suppose a client with SRTP support, I will be grateful.
Anyone interested in the project is welcomed for the discussion.

&lt;/pre&gt;</description>
    <dc:creator>Sergey Dobrov</dc:creator>
    <dc:date>2012-05-15T12:34:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32932">
    <title>Inclusion of Pingpong athttp://xmpp.org/xmpp-software/clients/</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32932</link>
    <description>&lt;pre&gt;Hi,

Hope you are doing great.

I would like to have our Pingpong service included in the Jabber client 
listing at http://xmpp.org/xmpp-software/clients/
Pingpong is a great instant messaging (IM) service that lets you chat 
with your colleagues using your official Id. Awesome features like 
Persistent groups, File sharing, Chat history, Company Directory, Read &amp;amp; 
Delivery notifications, Free SMS &amp;amp; more.

Name: Pingpong
Platforms: Desktop (Windows), Mobile (iOS, Android), Web, Chrome app for 
Linux and Mac (dedicated Mac app as well as client for Windows Phone 
coming shortly)
License: Freemium (features like unlimited chat history and increased 
file sharing limits for Pro)
Details: http://talk.to/pingpong

PAD file link for submission: 
http://talk.to/api/desktop/pingpong_padfile.xml&amp;lt;http://talk.to/api/desktop/talk.to_padfile.xml&amp;gt;

Please advice if any other info is required from our end.

Looking forward to a mutually rewarding relationship.

&lt;/pre&gt;</description>
    <dc:creator>Vishal Sukheja</dc:creator>
    <dc:date>2012-05-14T13:35:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32929">
    <title>xmpp.org libraries: aSmack</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32929</link>
    <description>&lt;pre&gt;Hi everybody,

I'd like to suggest to change the URL for aSmack - which is the Smack 
port for Android - to another repository. The current link is to Rene 
Treffer's initial asmack repository, which hasn't seen any updates in 
the last 2 years. I'd really like to thank Rene for his work here! It 
resulted in forming a small community of Android developers that have 
taken care of asmack at:

https://github.com/Flowdalic/asmack

asmack is now in sync with smack, has full file transfer support on 
Android (XEP-0065, XEP-0096, XEP-0047), there are compiled jars ( 
https://github.com/Flowdalic/asmack/downloads ) and we idle at ##smack &amp;lt; at &amp;gt; 
freenode to help new users.

This version of aSmack is currently used by
- yaxim
- GTalkSMS

Oh, and it would be nice if you could add GTalkSMS to the lists of XMPP 
Apps. But since it's not really a XMPP client, a new section, maybe 
named "components", should be introduced. :)

Regards
  Florian
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Florian Schmaus</dc:creator>
    <dc:date>2012-05-02T13:41:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32921">
    <title>current state of "invisibility"</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32921</link>
    <description>&lt;pre&gt;Hello all,

I've been asked to add invisibility to my XMPP-based application. The
server I'm running currently, ejabberd 2.1.x, supports XEP-0018 but I get
the impression that relying on it is a bad idea. If I will be using clients
that are mostly, but perhaps not entirely in some cases, under my own
control (ie web based clients where I've personally written the code), what
is the recommended practice for supporting invisibility? Should I just
follow the recommendation of XEP-0126? Is there an alternative that today's
software supports?

Also, regarding XEP-0126 specifically: again, assuming the client is under
my control, is there a way to know at time of login whether the current
user has already created the relevant privacy lists?

thanks,
Dan
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________
&lt;/pre&gt;</description>
    <dc:creator>Daniel Dormont</dc:creator>
    <dc:date>2012-04-30T16:17:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32920">
    <title>Minimising number of MUC rooms</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32920</link>
    <description>&lt;pre&gt;We use MUC rooms extensively within our site. They offer us a number of neat features that make them very useful. It gives us a central way to manage who talks to who, can accommodate groups of people chatting and gives us a neat way to deal with keeping a history of everything.

However we've started to see performance issues with using so many MUC rooms (we knew we would get stung by this eventually). Users who have had large quantities of chats need to log into a room for every conversation. We do this so that if a message is posted in one of these rooms, it gets pushed out to all of the recipients and we can then in realtime show "missed messages" (rooms they are not viewing, but are interested in). However, most rooms sit there totally unused.

Each use has a PEP node of rooms they are interested in, and when they log in to the site they get this list of rooms and join it.

The only solution I can think of is to have this PEP list updated so that only rooms which have more than one person in them are shown. The downside is I'm going to end up with a lot more logic hooked on for when people log in and out of the system.

How would you solve this?
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Theo Cushion</dc:creator>
    <dc:date>2012-04-30T15:17:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32919">
    <title>Archive or save chat messages</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32919</link>
    <description>&lt;pre&gt;
If this protocol is experemental - my server (OpenFire) can not accept
this protocol. OpenFire is java server, i don't know java, so i can't
rewrite it and add new protocols myself =(

------------------------------


I know that this is not the best solution, but for now, i haven't
other, better ideas.
I'll keep the story in the database. I think time will show the better
solution =)
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Madina</dc:creator>
    <dc:date>2012-04-27T07:59:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32910">
    <title>High level XMPP Javascript client (Sergey Dobrov und MichaelWeibel)</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32910</link>
    <description>&lt;pre&gt;I see u are more more proffesional then me, so, maybe i can ask and
maybe u will unswer - FF browser on F5 reload brocen connection, but
all others browsers don't do it immediatly, only after wheiting server
sessions time. Maybe u have some things about it problem?

&lt;/pre&gt;</description>
    <dc:creator>Madina</dc:creator>
    <dc:date>2012-04-26T13:36:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32905">
    <title>Archive or save chat messages</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32905</link>
    <description>&lt;pre&gt;Hi all =)

I create web-chat and naw thinking about save private-chat chistory -
like in skype or icq. BUT first - i must save it on server side, and
second - my server don't know about xep-0136 =) I thinkin about saving
messages in DB but try imagine DB with chat history, for example 1
user can have (for example) 10 chat-windows with his friend and tolk
with them several hours - i think it';s a lot of data. Maybe someone
have any ideas?

&lt;/pre&gt;</description>
    <dc:creator>Madina</dc:creator>
    <dc:date>2012-04-26T10:39:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32898">
    <title>membership application period Q2 2012 (Alexander Gnauck)</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32898</link>
    <description>&lt;pre&gt;Hey,

&amp;lt;smartass&amp;gt;
there is a wrong date listed on the page 
http://wiki.xmpp.org/web/Membership_Applications_Q2_2012:

Applications will be accepted until sometime in late February 2011
&amp;lt;/smartass&amp;gt;

Best regards,

     Dominik
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________
&lt;/pre&gt;</description>
    <dc:creator>Dominik Renzel</dc:creator>
    <dc:date>2012-04-25T14:29:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32897">
    <title>High level XMPP Javascript client</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32897</link>
    <description>&lt;pre&gt;Hello Everyone,

I've been working on a library called "Frabjous" for a little while now. It doesn't aim to replace clients like Strophe.js or JsJac, but instead be an ORM for the XMPP protocol. This is to enable better code reuse between projects and reduce the barrier to entry for implementing an XMPP based messaging solution in the browser.

The code is up on github:
http://github.com/theozaurus/frabjous

Along with a demo which shows how the Ember key value bindings can build a UI with very little code:
http://github.com/theozaurus/frabjous_demo 
http://theozaurus.github.com/frabjous_demo

The project is tested using Jasmine to make it maintainable, and I'm splitting it up as best I can on a per XEP basis so that code can be added or removed with a minimum of fuss. I've also ported "equivalent-xml" to Javascript which may be of use to anyone dealing with testing, XML and Javascript. It can be found here:
http://github.com/theozaurus/equivalent-xml-js

So far Frabjous can:
 - Deal with basic message types (message, presence) and turn those into contacts with threads etc
 - Generate and send stanzas with callback support (currently just a message method on a Contact)
 - Link errors received back to the original object

At the moment it doesn't actually hook int Strophe or JsJac, but to add this in will be simple. The focus has to been to demonstrate the concepts before the project is fleshed out.

I'd be really interested to hear any thoughts, criticism and if anyone else is attempting something similar or would like to get involved.

Cheers

Theo
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Theo Cushion</dc:creator>
    <dc:date>2012-04-25T12:59:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32896">
    <title>membership application period Q2 2012</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32896</link>
    <description>&lt;pre&gt;I have setup the membership application Wiki page for the next
application period Q2/2012

Applications are encouraged from developers and others who are
actively involved in the Jabber/XMPP community. To apply, create a
page about yourself on the Wiki:
http://wiki.xmpp.org/web/Membership_Applications_Q2_2012

If you don't have a wiki account, send your full name, preferred
nickname and email address to me or one of the other Sysops:
http://wiki.xmpp.org/index.php/Sysops

We have no deadlines yet for this application period. Once we have the
dates I will announce them on the Wiki page. So apply now.

Thanks,
Alex

--
Alexander Gnauck
xmpp:gnauck&amp;lt; at &amp;gt;jabber.org
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Alexander Gnauck</dc:creator>
    <dc:date>2012-04-24T11:53:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32895">
    <title>OpenFire server connection to the XMPP iOS chat client</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32895</link>
    <description>&lt;pre&gt;Hello, everyone I'm unable to connect to the OpenFire server where as I can
connect to the Gmail, and access the Gtalk users.. Here is the link in
which I'm updating the issue after researching. Please have a look. Thank
you.

http://groups.google.com/group/xmppframework/browse_thread/thread/72da79b9351abb73?pli=1

Here is the text appearance which shows by the above link.

I'm able to connect to the local server, and also the google talk and
display the buddies and chat on the iphone chat client but when I try
to connect to the openfire it doesn't connect

    (void)xmppStreamXMPPStream *)sender didReceivePresenceXMPPPresence
*)presence {

// a buddy went offline/online

NSString *presenceType = [presence type]; // online/offline
NSString *myUsername = [[sender myJID] user];
NSString *presenceFromUser = [[presence from] user];

if (![presenceFromUser isEqualToString:myUsername]) {

if ([presenceType isEqualToString:&amp;lt; at &amp;gt;"available"]) {

[_chatDelegate newBuddyOnline:[NSString stringWithFormat:&amp;lt; at &amp;gt;"%&amp;lt; at &amp;gt;&amp;lt; at &amp;gt;%&amp;lt; at &amp;gt;",
presenceFromUser, &amp;lt; at &amp;gt;"50.18.175.235"]];
} else if ([presenceType isEqualToString:&amp;lt; at &amp;gt;"unavailable"]) {

[_chatDelegate buddyWentOffline:[NSString stringWithFormat:&amp;lt; at &amp;gt;"%&amp;lt; at &amp;gt;&amp;lt; at &amp;gt;%&amp;lt; at &amp;gt;",
presenceFromUser, &amp;lt; at &amp;gt;"50.18.175.235"]];
}
}
}

I was setting the local server as obaid-macbook.local and google talk
as m.google.com in the place of "50.18.175.235" in the above code,
however I'm unable to connect to the openfire server that
50.18.175.235.
      Reply&amp;lt;http://groups.google.com/group/xmppframework/post?inreplyto=66f7d4ec9397c17b&amp;amp;reply_to=group&amp;amp;_done=%2Fgroup%2Fxmppframework%2Fbrowse_thread%2Fthread%2F72da79b9351abb73%3Fpli%3D1%26&amp;amp;&amp;gt;
     Reply to author&amp;lt;http://groups.google.com/group/xmppframework/post?inreplyto=66f7d4ec9397c17b&amp;amp;reply_to=author&amp;amp;_done=%2Fgroup%2Fxmppframework%2Fbrowse_thread%2Fthread%2F72da79b9351abb73%3Fpli%3D1%26&amp;amp;&amp;gt;
      Forward&amp;lt;http://groups.google.com/group/xmppframework/post?inreplyto=66f7d4ec9397c17b&amp;amp;forward=1&amp;amp;_done=%2Fgroup%2Fxmppframework%2Fbrowse_thread%2Fthread%2F72da79b9351abb73%3Fpli%3D1%26&amp;amp;&amp;gt;







  Jonathan Siao     View profile
&amp;lt;http://groups.google.com/groups/profile?enc_user=_qD5rRMAAAAyGMffuNPi9CG-xBjuyiwlWMj6vob75xS36mXc24h6ww&amp;gt;
 More options Apr 16, 12:13 am

I use openfire and I managed to connect fine.
- Show quoted text
-&amp;lt;http://groups.google.com/group/xmppframework/browse_thread/thread/72da79b9351abb73?hide_quotes=no#msg_2e09c03ee49f4fb1&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>obaid jawad</dc:creator>
    <dc:date>2012-04-17T05:51:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32894">
    <title>Using XMPP PubSub to distribute NZBs</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32894</link>
    <description>&lt;pre&gt;All,
For anyone familiar with NZBs, I've written a proof of concept NZB over XMPP PubSub.  I've been trying to get the word out since I think my project has a lot of untapped potential.  If anyone is interested, I've written a little bit about the beginnings of the project (http://ericbetts.org/xmppnzb) and published the code to github (https://github.com/bettse/xmppnzb).  Please feel free to fork, or to provide me any feedback you have.

~Eric

&lt;/pre&gt;</description>
    <dc:creator>Eric Betts</dc:creator>
    <dc:date>2012-04-17T03:44:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32890">
    <title>libraries page at xmpp.org</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32890</link>
    <description>&lt;pre&gt;﻿Hello,

I am currently updating the XMPP libraries page at:
http://xmpp.org/xmpp-software/libraries/

There were many broken links which I have fixed. If you are a library developer and think your link is wrong please let me know.

I could not find the following libraries with a quick Google search:

* headstock, Python, http://trac.defuze.org/wiki/headstock
* js.io, JavaScript, http://js.io/
* oajabber, C++, http://www.openaether.org/oajabber.html

Please let me know the Urls and status of these projects.

Loudmouth goes to Google groups. Does anybody knows the page for the code, or is the google groups page fine?

I also plan to add a column or category for mobile. If your library runs also on mobile please send me the detailed info.

Thanks,
Alex


_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________
&lt;/pre&gt;</description>
    <dc:creator>gnauck&lt; at &gt;ag-software.de</dc:creator>
    <dc:date>2012-04-13T11:13:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32885">
    <title>XMPP for Mobile</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32885</link>
    <description>&lt;pre&gt;Hi,

I was wondering if anyone could share their experience using XMPP for mobile based clients (3G on the phone). I've taken a look at Stream Management, AMP, Keep-alives, etc but was wondering what set-up works for mobile clients. Besides this, I've been reading about TextOne, I'm wondering what their approach is.

Also, one approach that seems to work for messaging on the mobile is that of Yahoo's in their Messenger API - which is to make everything pull-based. Any comments?

Thanks

Jan Vincent Liwanag
jvliwanag&amp;lt; at &amp;gt;gmail.com
+63 (939) 9369647


_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________
&lt;/pre&gt;</description>
    <dc:creator>Jan Vincent Liwanag</dc:creator>
    <dc:date>2012-04-09T05:39:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32882">
    <title>Google Summer of Code</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32882</link>
    <description>&lt;pre&gt;Hello,



My name is Adrian Mitrea and I am a student at FUB University, Italy doing
my last year of master in Software Engineering. I am a EMSE scholarship
owner and last year I did my courses at UPM Computing School, Spain as part
of the EMSE program.



I am contacting you hoping that this will be the start of a long period in
which we will collaborate, especially during this summer.



I want to express my interest on one of the project your organization
proposed for the program “Google Summer of Code”; more exactly “Swift -
Conversation History”.



Just some words about my background, but more information are available in
the attached document. I have more than 2 years’ work experience in
different programming languages and 8 more years as school laboratory
experience. Beyond this, I hope that my commitment can make me a suitable
candidate for the project I mentioned above.



I am trying to find more information about the project and about the
deliverables you expect from a student participating at this program
initiated by Google. With your help and the data that I will collect next
days, I will make you a suitable proposal.



I look forward to hearing your suggestions making this a successful
collaboration.



Best regards,

Adrian Mitrea
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________
&lt;/pre&gt;</description>
    <dc:creator>Adrian Mitrea</dc:creator>
    <dc:date>2012-03-26T23:01:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32881">
    <title>XMPP in the "Internet of Things"</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32881</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Various folks have been having informal conversations over the last
year or two about the use of XMPP in the "Internet of Things" (e.g.,
smart grid applications). I've decided to make those conversations a
bit more formal and open by creating a discussion list at xmpp.org. If
you're interested in these topics, please sign up here:

http://mail.jabber.org/mailman/listinfo/iot

Thanks!

Peter

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


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9/TAoACgkQNL8k5A2w/vzbrwCePmWQNG8/5liWQaW015VNQ++z
T74AnjsvfIXNaww0t9ZXHvEfQseoZdmx
=joAH
-----END PGP SIGNATURE-----
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________

&lt;/pre&gt;</description>
    <dc:creator>Peter Saint-Andre</dc:creator>
    <dc:date>2012-04-06T20:03:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32879">
    <title>Proposal for Jitsi TCP for Jingle Nodes Project</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32879</link>
    <description>&lt;pre&gt;Dear mentors,

Thanks very much for your comments on my proposal draft.  I'm already 
submit the proposal to GSoC website. Here is the link:
http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/dizhizhou/1001

If you have any further questions about this proposal, please feel free 
to contact me.

With best regards
Dizhi Zhou

&lt;/pre&gt;</description>
    <dc:creator>Dizhi Zhou</dc:creator>
    <dc:date>2012-04-06T03:18:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.jabber.devel/32876">
    <title>Chatting Startup looking for developer</title>
    <link>http://comments.gmane.org/gmane.network.jabber.devel/32876</link>
    <description>&lt;pre&gt;Hello,

My name is Abie and I'm an entrepreneur based in New York City.  I'm
currently developing a realtime chatting startup called NowTalk and I'm
looking to hire/partner with an XMPP/Jabber specialist.  You do not have to
live in New York to work on this project; I'm open to working remotely.

The site is for the most part developed, I'm just looking to launch with
another developer on board.  I am open to various forms of compensation-
salary, equity, or some combination of both.

Please contact me for more details about the project at abieaxen&amp;lt; at &amp;gt;gmail.com.
 Referrals would be very helpful as well.

Thank you,
-Abie Axen
_______________________________________________
JDev mailing list
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe&amp;lt; at &amp;gt;jabber.org
_______________________________________________
&lt;/pre&gt;</description>
    <dc:creator>Abie Axen</dc:creator>
    <dc:date>2012-04-05T20:28:34</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.jabber.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.jabber.devel</link>
  </textinput>
</rdf:RDF>

