Files @ 80d1f8f90fed
Branch filter:

Location: libtransport.git/backends/twitter/libtwitcurl/urlencode.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
#ifndef __URLENCODE_H__
#define __URLENCODE_H__

#include <iostream>
#include <string>

std::string char2hex( char dec );
std::string urlencode( const std::string &c );

#endif // __URLENCODE_H__