Difference between revisions of "Roundup/Articles, talks and events"

From XMPP WIKI
Jump to navigation Jump to search
(sentences)
 
(7 intermediate revisions by the same user not shown)
Line 9: Line 9:


Jack Moffitt has [http://metajack.im/2010/01/05/xmpp-case-study-interview-cabulous/ interviewed Elijah Windsor], the lead developer of Cabulous, an iPhone application based on XMPP that enables communication and geolocation of taxis and their passengers.
Jack Moffitt has [http://metajack.im/2010/01/05/xmpp-case-study-interview-cabulous/ interviewed Elijah Windsor], the lead developer of Cabulous, an iPhone application based on XMPP that enables communication and geolocation of taxis and their passengers.
''FOSDEM''
Brussels international meeting for developers worldwide
''Pivotal Labs XMPP meetup''
http://technology.meetup.com/11/calendar/12290361/
''XMPP for the iPhone meetup''
http://www.meetup.com/Suncoast-iPhone-App-Developers/calendar/12216022/


''Apple Notification Server = Idavoll''
''Apple Notification Server = Idavoll''


http://ralphm.net/blog/2010/01/14/apple_uses_idavoll
Ralph Meijer noticed that the [http://ralphm.net/blog/2010/01/14/apple_uses_idavoll Apple Notification Server] delivered with Mac OS X 10.6 Server is in fact Idavoll, the PubSub server written in Python.


''PubSub vs MUC''
''PubSub vs MUC''


http://metajack.im/2010/01/15/xmpp-pubsub-versus-multiuser-chat/
Jack Moffitt again, wrote an article comparing [http://metajack.im/2010/01/15/xmpp-pubsub-versus-multiuser-chat/ Pubsub to Multi-User Chat]. Spoiler: there is no winner, but clear insights.


''Jabber FAQ''
''Jabber FAQ''
Line 36: Line 24:
''Making XMPP chat-bots as web applications''
''Making XMPP chat-bots as web applications''


http://happy.cat/blog/XMPP-Bots-ejabberd-mod-motion-2010-02-01-10-00.html
Adam [http://happy.cat/blog/XMPP-Bots-ejabberd-mod-motion-2010-02-01-10-00.html wrote an article about mod_motion], an erlang/ejabberd module to post stanza to a restful service.


''Silverlight XMPP setup guide for MatriX''
''Silverlight XMPP setup guide for MatriX''
Line 44: Line 32:
''Screencast: Setting Up ejabberd''
''Screencast: Setting Up ejabberd''


Jack Moffitt http://metajack.im/2010/02/04/screencast-setting-up-ejabberd/
Jack Moffitt once again, again, has made a simple [http://metajack.im/2010/02/04/screencast-setting-up-ejabberd/ screencast detailing the basic installation and configuration steps of ejabberd].


''Why XMPP will be huge very soon''
''Why XMPP will be huge very soon''


http://intridea.com/2009/2/16/why-xmpp-will-be-huge-very-soon
Pradeep Elankumaran wrote on [http://intridea.com/2009/2/16/why-xmpp-will-be-huge-very-soon why XMPP will be huge very soon], detailing the intrinsic advantages of the protocol and the implementations.


''XEP dependency graph''
''XEP dependency graph''


Tobias has drawn a dependency graph for XEps: http://ayena.de/files/depxepimg.pdf
Tobias has drawn [http://ayena.de/files/depxepimg.pdf a dependency graph for XEPs (PDF)], just don't be scared.


''Facebook chat bot in PHP''
''Facebook chat bot in PHP''


Abhinav Singh has written a short article detailing how to write a chat bot ased on Facebook XMPP interface, using the Jaxl library
Abhinav Singh has written a [http://abhinavsingh.com/blog/2010/02/writing-your-first-facebook-chat-bot-in-php-using-jaxl-library/ short article detailing how to write a chat bot based on Facebook XMPP interface], using the Jaxl library.
http://abhinavsingh.com/blog/2010/02/writing-your-first-facebook-chat-bot-in-php-using-jaxl-library/
 
''Starting with Python and XMPP''
 
David Banes, ClearText. http://www.cleartext.com/downloads/XMPP-Python.pdf
 
''Django and XMPP''
 
http://www.slideshare.net/mrjmad/djangocong-2010-djangoetxmpp
 
''Build a web-based notification tool with XMPP''
 
IBM developerworks http://www.ibm.com/developerworks/xml/tutorials/x-realtimeXMPPtut/index.html
 
''FaceTime''
 
Apple's new software for wifi video calls between two iPhone4, uses XMPP for authentication:
[http://www.packetstan.com/2010/07/special-look-face-time-part-1.html]
[http://www.packetstan.com/2010/07/special-look-face-time-part-2-sip-and.html]
[http://www.packetstan.com/2010/07/special-look-face-time-part-3-call.html]
 
''XMPP Summit''
 
At FOSDEM in Brussles, Belgium.
 
''SeaBeyond''
 
In Paris, France, by ProcessOne.

Latest revision as of 10:09, 13 January 2011

XMPP Roundup: Articles, talks and events

Title

Text explaining the new or updated item, with technical background like languages, platforms and licenses. Provide links detailing more, and give credit. Avoid links like here or read it.


Cabulous

Jack Moffitt has interviewed Elijah Windsor, the lead developer of Cabulous, an iPhone application based on XMPP that enables communication and geolocation of taxis and their passengers.

Apple Notification Server = Idavoll

Ralph Meijer noticed that the Apple Notification Server delivered with Mac OS X 10.6 Server is in fact Idavoll, the PubSub server written in Python.

PubSub vs MUC

Jack Moffitt again, wrote an article comparing Pubsub to Multi-User Chat. Spoiler: there is no winner, but clear insights.

Jabber FAQ

The Polish community is very active in their XMPP promotion, a great example being theis site: jabberfaq.info (english, automated translation).

Making XMPP chat-bots as web applications

Adam wrote an article about mod_motion, an erlang/ejabberd module to post stanza to a restful service.

Silverlight XMPP setup guide for MatriX

Alexander Gnauck has written an article detailing how to bypass ports restrictions in Silverlight.

Screencast: Setting Up ejabberd

Jack Moffitt once again, again, has made a simple screencast detailing the basic installation and configuration steps of ejabberd.

Why XMPP will be huge very soon

Pradeep Elankumaran wrote on why XMPP will be huge very soon, detailing the intrinsic advantages of the protocol and the implementations.

XEP dependency graph

Tobias has drawn a dependency graph for XEPs (PDF), just don't be scared.

Facebook chat bot in PHP

Abhinav Singh has written a short article detailing how to write a chat bot based on Facebook XMPP interface, using the Jaxl library.

Starting with Python and XMPP

David Banes, ClearText. http://www.cleartext.com/downloads/XMPP-Python.pdf

Django and XMPP

http://www.slideshare.net/mrjmad/djangocong-2010-djangoetxmpp

Build a web-based notification tool with XMPP

IBM developerworks http://www.ibm.com/developerworks/xml/tutorials/x-realtimeXMPPtut/index.html

FaceTime

Apple's new software for wifi video calls between two iPhone4, uses XMPP for authentication: [1] [2] [3]

XMPP Summit

At FOSDEM in Brussles, Belgium.

SeaBeyond

In Paris, France, by ProcessOne.