ProcessOne: What to expect in 2020?

As this is the end of the year, I’d like to take the opportunity to share with you how ProcessOne has changed over time and how it is approaching the next decade. ProcessOne was created to simplify the implementation of large-scale, real-time messaging services. In 2005, the most advanced tool was clearly Erlang. Since then, […]

Building Swift for Linux on Debian Stretch

Swift for Linux packages are officially provided for Ubuntu. If you want to run Swift on another Linux server flavor, you are on your own. Fortunately, building Swift on Linux is pretty straightforward once you know how to do it. Please, note that the build process is quite heavy and your likely need more than […]

Reading iOS Provisioning Profile in your Swift App

In this short post, I will describe how to a read provisioning profile from iOS mobile app to discover some apps metadata. The mobile provisioning profile is a file embedded by XCode when you build and package your application. It contains several pieces of information that can be useful for your app. For example, you […]

Developing a basic Swift Echo Server using SwiftNIO

SwiftNIO: a port of Netty I am not a Java or JVM type of developer. That’s probably one of the reasons I never felt the need to try Netty framework. I have been developing all my high-performance server code in Erlang, Elixir or Go and was happy with the tooling. However, Apple recently published Swift-NIO, […]

Swift messaging with Cocoa Pods and XMPPFramework

This is an updated version of this post Oyez Oyez Oyez Swift lovers ! The new pod for XMPPFramework is finally ready ! You are just one pod install away of your next chat application client, in Swift ! The XMPPFramework Podspec was re-written to be fully compatible with Swift, check the full tutorial and […]

XMPP Radar Newsletter #1

As XMPP experts that love sharing lovely contents we found on the web relating to XMPP messaging protocol, we have decided to launch a monthly newsletter about “All things XMPP”, called XMPP Radar. The goal of the newsletter is to inform readers about what is happening in the XMPP world. Despite all the saying, XMPP […]