Files @ 80d1f8f90fed
Branch filter:

Location: libtransport.git/backends/twitter/libtwitcurl/base64.h

Jan Kaluza
Libtransport: Disconnect from room when user is connected using multiple resources and he just disconnects one of them without sending unavailable presences to the rooms
1
2
3
4
#include <string>

std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_decode(std::string const& s);